CVBpy 14.0
StaticThresholding Class Reference

Comparisons for static thresholding. More...

Inherits object.

Static Public Attributes

int Equal = 2
 Equal.
 
int Greater = 4
 Greater.
 
int GreaterOrEqual = 3
 Greater or Equal.
 
int LessThan = 0
 Less than.
 
int LessThanOrEqual = 1
 Less than or Equal.
 

Detailed Description

Comparisons for static thresholding.