Re: Analyze Skeleton - largest branch question
Posted by Gabriel Landini on Sep 07, 2009; 11:23am
URL: http://imagej.273.s1.nabble.com/Analyze-Skeleton-largest-branch-question-tp3691181p3691186.html
On Monday 07 September 2009 12:05:02 Jan Eglinger wrote:
> Is there a way to measure the longest continuous length between any two
> end-points as well? (that means over several junctions, if necessary)
Yes there is, using mathematical morphology to get the geodesic distance via
the so called "geodesic dilation" of one of the starting points as seed and
the rest of the skeleton as mask.
The drawback is that you need to repeat this for all possible starting points
to know which two points are furthest away.
Cheers
Gabriel