ESingleThresholdMode Enum

The single threshold mode for the selection of coded elements with respect to a given feature.

Namespace: Euresys::Open_eVision

ESingleThresholdMode_Less
The value of the feature must be strictly less than the threshold.
ESingleThresholdMode_LessEqual
The value of the feature must be less or equal to the threshold.
ESingleThresholdMode_Equal
The value of the feature must be equal to the threshold.
ESingleThresholdMode_GreaterEqual
The value of the feature must be greater or equal to the threshold.
ESingleThresholdMode_Greater
The value of the feature must be strictly greater than the threshold.
ESingleThresholdMode_Different
The value of the feature must be different to the threshold.

ESingleThresholdMode Enum

The single threshold mode for the selection of coded elements with respect to a given feature.

Namespace: Euresys.Open_eVision

Less
The value of the feature must be strictly less than the threshold.
LessEqual
The value of the feature must be less or equal to the threshold.
Equal
The value of the feature must be equal to the threshold.
GreaterEqual
The value of the feature must be greater or equal to the threshold.
Greater
The value of the feature must be strictly greater than the threshold.
Different
The value of the feature must be different to the threshold.