EDoubleThresholdMode Enum

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

Namespace: Euresys::Open_eVision

EDoubleThresholdMode_Inside
The value of the feature must be greater or equal to the low threshold, and strictly less than the high threshold.
EDoubleThresholdMode_Outside
The value of the feature must be strictly less than the low threshold, or greater or equal to the high threshold.

EDoubleThresholdMode Enum

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

Namespace: Euresys.Open_eVision

Inside
The value of the feature must be greater or equal to the low threshold, and strictly less than the high threshold.
Outside
The value of the feature must be strictly less than the low threshold, or greater or equal to the high threshold.