Enumerations | |
enum | TComparisonMode { TH_Less = 0 , TH_LessOrEqual = 1 , TH_Equal = 2 , TH_GreaterOrEqual = 3 , TH_Greater = 4 } |
Determines the comparison mode. More... | |
enum | TThresholdingMode { TM_Constant = 0 , TM_Dynamic = 1 , TM_Image = 2 } |
Determines the thresholding mode. More... | |
enum TComparisonMode |
Determines the comparison mode.
Enumerator | |
---|---|
TH_Less | Less than. |
TH_LessOrEqual | Less or equal. |
TH_Equal | Equal. |
TH_GreaterOrEqual | Greater or equal. |
TH_Greater | Greater. |
enum TThresholdingMode |
Determines the thresholding mode.