| genre | Segmentation |
| status | stable |
| author | Matthias Koenig |
| package | MeVisLab/Standard |
| dll | MLSegmentation |
| definition | MLSegmentation.def |
| keywords | threshold, otsu |
The module OtsuThreshold computes automatically a threshold according to Otsu and segments the image into 0 (lower the threshold) and 1 (greater the threshold).
See:
N. Otsu, A Threshold Selection Methods from Gray-Level Histograms,
IEEE Trans. Systems, Man and Cybernetics, 1979, Vol. 9, 62--66
Does only work with unsigned int 16 data type as input.