[Insight-users] otsu algorithm
Luis Ibanez
luis.ibanez at kitware.com
Sat, 17 Apr 2004 21:46:42 -0400
Hi Rajeesh,
The best place for checking if particular algorithms
are available in ITK is the link to the list of
classes generated by Doxygen:
http://www.itk.org/Insight/Doxygen/html/classes.html
You will find there the Otsu threshold calculator:
http://www.itk.org/Insight/Doxygen/html/classitk_1_1OtsuThresholdImageCalculator.html
and a variant for multiple thresholds contributed by
Luca Antiga
http://www.itk.org/Insight/Doxygen/html/classitk_1_1OtsuMultipleThresholdsCalculator.html
You will find the code under
Insight/Code/Algorithms
Regards,
Luis
---------------------
Rajeesh C V wrote:
> hai,
>
> anybody have "otsu algorithm" for thresholding, if so explain it
>
> bye
>
>