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

Detecting and handling loops between two skeleton points #56

Closed marwan-abdellah closed 1 year ago

marwan-abdellah commented 1 year ago

To avoid having multiple paths along the same nodes, we must detect the nodes that form immediate loops, i.e. the loop between two exact and adjacent nodes in the graph.

marwan-abdellah commented 1 year ago

Resolved and implemented.