I have skeletonized 2D and 3D images as follows:
Now, I want to analyze the skeletons in python and obtain the following information:
- The location of nodes.
- The adjacency list.
- The connectivity (the number of continuous skeletons in an image).
Is there any approach to do this in python?