Login  Register

Re: Histogram modification before auto thresholding

Posted by Gabriel Landini on Apr 24, 2006; 12:21pm
URL: http://imagej.273.s1.nabble.com/Histogram-modification-before-auto-thresholding-tp3703002p3703007.html

On Monday 24 April 2006 10:47, michael shaffer wrote:
>   I believe you are correct, however, the mystery remains.  Why are there 2
> methods?

No mystery,  *Adjusting* the threshold (does not change the image) and
*applying the current threshold value* to make a binary image are different
things.
You can adjust without applying.

G.