Login  Register

Re: Trying to understand algorithms

Posted by Dimiter Prodanov on Jul 18, 2007; 10:38am
URL: http://imagej.273.s1.nabble.com/Trying-to-understand-algorithms-tp3698773p3698774.html

Hi,
what you do is quite obvious:
1) processing step, in this case the rolling-ball
2) segmentation step, in this case the max entropy

Most of the thresholding algorithms work on the histograms. So you can
compare the histograms of your samples to your controls.
It works because you are lucky to have similar brightness characteristics
of your objects.

Regards,

Dimiter Prodanov