ridge finder algorithm?
Posted by Bill Christens-Barry on
URL: http://imagej.273.s1.nabble.com/ridge-finder-algorithm-tp3692475.html
Can anyone point me to an algorithm for detecting ridges in a monochrome image? I'd like to end up
with a binary image comprised of single-pixel width lines along the ridges. I can think of several
ways to do it, mostly involving looping over a range of thresholdis, but these methods seem very
inefficient.
Thanks.
Bill Christens-Barry