Posted by NatashaW on URL: http://imagej.273.s1.nabble.com/Watershed-question-tp3685658.html
Dear all,
I am using Daniel's watershed algorithm to separate some particles,
but I don't know how to use it in the macro..
I found a macro to use it in this way:
run("Watershed ", "blurring='1.0' watershed='0 1 0 170 0 1' display='6 5 4 3 2 1 0' ");
(The link is http://bigwww.epfl.ch/sage/soft/watershed/Watershed_Demo.txt )
and it didn't work..