Re: Watershed Segmentation

Posted by Nathaniel Ryckman on
URL: http://imagej.273.s1.nabble.com/Watershed-Segmentation-tp3685579p3685581.html

Sorry, sorry...one last thing. You also should probably binarize the image before you run the watershed algorithm.

Here is a really good explanation of how the Watershed program works. Also, you could obviously look up the paper if you were interested in more of the details:
http://imagejdocu.tudor.lu/doku.php?id=video:segmentation:how_the_watershed_filter_works

Programming isn't magic. If the method can't be done by hand, then the method can't be done by a computer.