OtsuThreshold¶
-
MLModule
¶ genre Segmentation
author MeVis Medical Solutions AG
package MeVisLab/Standard
dll MLSegmentation
definition MLSegmentation.def keywords segmentation
,threshold
Purpose¶
The module OtsuThreshold
computes automatically a threshold according to Otsu and segments the image into 0 (lower than the threshold) and 1 (greater than the threshold).
A background threshold value can be set to let the module work only on a mask.
Details¶
See:
N. Otsu, A Threshold Selection Methods from Gray-Level Histograms,
IEEE Trans. Systems, Man and Cybernetics, 1979, Vol. 9, 62--66
Tips¶
Does only work with unsigned int 16 data type as input.
Input Fields¶
Output Fields¶
Parameter Fields¶
Field Index¶
Apply : Trigger |
Auto Apply : Bool |
Background Threshold : Integer |
Bin Size : Integer |
Threshold: : Integer |
Visible Fields¶
Bin Size¶
-
name:
binSize
, type:
Integer
, default:
128
¶ Sets the number of internally used bins for the histogram computation.
Auto Apply¶
-
name:
autoApply
, type:
Bool
, default:
FALSE
¶ If checked, the module computes anew on each field change.