Login  Register

Re: Counting cells automatically on a grid

Posted by Gabriel Landini on Dec 01, 2009; 9:07am
URL: http://imagej.273.s1.nabble.com/Counting-cells-automatically-on-a-grid-tp3690263p3690265.html

On Tuesday 01 Dec 2009  09:06:11 Gabriel Lapointe wrote:
> setAutoThreshold("MaxEntropy");
> setThreshold(0, 126);

If you use an auto threshold method, you should not set the threshold value
explicitly.

Cheers

G.