Skeleton_triple-points
I've a question about the skeletonization forms, have you an idea on how to detect the triple points and the junction in order to remove them, the aim is to calculate the length of segments inside a image.
You will have to convert your skeleton to a set of points, then at each position evaluate the neighboring pixels to define if there is a junction or tripple point. This should be quite straightforward.