Comparisons for static thresholding. More...
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. | |
Comparisons for static thresholding.