Hello,
I have hundreds of images with different z-dimensions and have generated 3d skeletons for each via skimage.morphology.
skeletonize_3d
I’d like to extract the total path length of these skeletons and was wondering if anyone could provide any help or guidance on how to go about performing this analysis that accounts for z-anisotropy? Once I have the total lengths for each skeleton I will normalize to the volume of the images.
I apologize if this is a super basic question, but thank you nevertheless.
Happy holidays!