BlueBrain / Ultraliser

Reconstruction of watertight meshes, annotated volumes and center line skeletons of neuroscience spatial structures from non-watertight inputs, segmented masks, skeletons of NGV morphologies and volumes.
https://portal.bluebrain.epfl.ch
GNU General Public License v3.0
26 stars 5 forks source link

Connect morphology skeletons with multiple partitions. #70

Closed marwan-abdellah closed 2 months ago

marwan-abdellah commented 10 months ago

To be able to reconstruct a single neuronal morphology skeleton, we must connect the multi-partition graphs into a single connected graph. If the graph is composed of two partitions, then find the termional 'unconnected' samples and then connect them. Incase the graph has more partitions, we will find the parent partitions (that has the highest number of samples) and then start connecting the other partitions.

marwan-abdellah commented 2 months ago

Implemented.