Skeleton_triple-points

asked 2016-08-09 03:13:42 -0600

harfbuzz gravatar image

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.

edit retag flag offensive close merge delete

Comments

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.

StevenPuttemans gravatar imageStevenPuttemans ( 2016-08-10 08:26:26 -0600 )edit