SoLocalAdaptiveThresholdProcessingThresholdModes Enumeration |
Namespace: OIV.ImageViz.Engines.ImageSegmentation.Binarization
Member name | Value | Description | |
---|---|---|---|
MULTIPLICATIVE | 0 | The local threshold is equal to , where value is an input parameter and is the mean of a window centered on x. | |
ADDITIVE | 1 | The local threshold is equal to , where value is an input parameter and is the mean of a window centered on x. |