openalea.phenomenal.segmentation.skeleton_phenomenal.compute_all_shorted_path

openalea.phenomenal.segmentation.skeleton_phenomenal.compute_all_shorted_path(graph, voxels_size, neighbor_size=45)[source]

Compute all the shorted path from the base position of the graph position.

Parameters:
  • graph (networkx.Graph) – Graph of 3d voxel center point position

  • voxels_size (int) – Voxels diameter size

Returns:

all_shorted_path_to_stem_base – List of all the shorted path of the graph from the base

Return type:

dict