ThresholdType
Description
Enumeration type of ThresholdType, which indicates the specific rule for thresholding.
Structure Definition
1 2 3 4 | enum class ThresholdType { THRESHOLD_BINARY = 0, THRESHOLD_BINARY_INV = 1, }; |
Parameters
Parameter |
Description |
|---|---|
THRESHOLD_BINARY |
Binarization |
THRESHOLD_BINARY_INV |
Inverse binarization |
Parent topic: General Data Structures