getautothresholder() algorithm

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

getautothresholder() algorithm

iambeht
good pm everyone. i would like to ask for the algorithm or mathematical formula for the getautothresholder() of the imageJ. since i am using this class for my study. it would be a great help for my masters study if anyone can provide me with the detailed description and algo of the function. thank you.
Reply | Threaded
Open this post in threaded view
|

Re: getautothresholder() algorithm

Rasband, Wayne (NIH/NIMH) [E]
On May 8, 2012, at 4:57 AM, iambeht wrote:

> good pm everyone. i would like to ask for the algorithm or mathematical
> formula for the getautothresholder() of the imageJ. since i am using this
> class for my study. it would be a great help for my masters study if anyone
> can provide me with the detailed description and algo of the function. thank
> you.

Thanks to Gabriel Landini, ImageJ has 16 different automatic thresholding methods. The Java source code is at

   http://imagej.nih.gov/ij/developer/source/ij/process/AutoThresholder.java.html

-wayne
Reply | Threaded
Open this post in threaded view
|

Re: getautothresholder() algorithm

iambeht
Thank you for the link. It really helps. But may i know as well the process Make Binary algorithm not the source code. I mean the discussion behind the Make Binary process. What thresholding method did the Make Binary used/called from those many threshold? who's the author of the Make Binary process. Thank you Sir Wayne and sir Gabriel L.
Reply | Threaded
Open this post in threaded view
|

Re: getautothresholder() algorithm

iambeht
Thank you for the link. It really helps. But may i know as well the process Make Binary algorithm not the source code. I mean the discussion behind the Make Binary process. What thresholding method did the Make Binary used/called from those many threshold? who's the author of the Make Binary process. Thank you Sir Wayne and sir Gabriel L.