mcyc / crispy

Computational Ridge Identification with SCMS for Python
GNU General Public License v3.0
9 stars 2 forks source link

An option to output prunned spines individually #30

Open mcyc opened 8 months ago

mcyc commented 8 months ago

It may be good to offer an option to output pruned spine individually on separate images, as opposed to putting them all in one image, like that implemented by following line:

https://github.com/mcyc/crispy/blob/2141729bf457a031dc74a1dd739fe36b6a475e1b/crispy/pruning/Skeleton.py#L162

However, it's also worth noting that the current pruning method means the individual gridded spines are unlikely to touch each other, a situation that can create confusion when they are all placed in a single image.