Hi everyone<br><br>I'm using the itkBinaryThinningImageFilter for calculating a 2D skeleton from a 2D input image. In the attachment you can see the input image and its calculated skeleton with the mentioned filter. I have 2 questions:<br><br>1. The calculation of that skeleton took 3 minutes and 30 seconds. That is a lot of time but the skeleton is perfect! It is what I really want! But I want it to take less time. Is there another way to calculate this skeleton in less time?!<br><br>2. From the attached skeleton image, what is the best way to calculate its articulation points (joints)? This calculation can be based on a criteria, for example, "a joint is considered a point between a great change of direction in the skeleton". Where can I start to learn the techniques for doing this?<br><br>Sincerely,<br><br>Agustin Conde