vianamp / MitoGraph

Software for Quantifying Mitochondrial Content in Live Cells
GNU General Public License v2.0
25 stars 12 forks source link

Some small blobs are not skeletonized #6

Closed vianamp closed 6 years ago

vianamp commented 10 years ago

Small blobs with bad conditioned topology are not skeletonized. This because all the voxels in these kind of blob represent a independent junction. After the merging process, all the voxels give rise a single isolated junction (node). Consequently, these blobs are mapped into nodes of degree zero and excluded from the final skeleton. In principle, these blobs could be detected by searching for connected component in which there are no transitive voxels. Transitive voxels are those that have exactly two neighbors after the thinning process.

vianamp commented 6 years ago

Solved.