Implements Otsu's threshold method for 1D distribution and 2 classes. More...
Go to the source code of this file.
Classes | |
class | bsta_otsu_threshold< T > |
Defines | |
#define | BSTA_OTSU_THRESHOLD_INSTANTIATE(T) extern "Please #include <bsta/bsta_otsu_threshold.txx>" |
Implements Otsu's threshold method for 1D distribution and 2 classes.
The Otsu thresholding method maximizes the between class variance by an exhaustive linear scan over the histogram bin indices
Modifications Templated and moved up to bsta - J.L. Mundy June 29, 2005
Definition in file bsta_otsu_threshold.h.
#define BSTA_OTSU_THRESHOLD_INSTANTIATE | ( | T | ) | extern "Please #include <bsta/bsta_otsu_threshold.txx>" |
Definition at line 41 of file bsta_otsu_threshold.h.