Comparisons for static thresholding. More...
Inherits object.
Static Public Attributes | |
| int | Equal = 2 |
| Equal. More... | |
| int | Greater = 4 |
| Greater. More... | |
| int | GreaterOrEqual = 3 |
| Greater or Equal. More... | |
| int | LessThan = 0 |
| Less than. More... | |
| int | LessThanOrEqual = 1 |
| Less than or Equal. More... | |
Comparisons for static thresholding.
|
static |
Equal.
|
static |
Greater.
|
static |
Greater or Equal.
|
static |
Less than.
|
static |
Less than or Equal.