EOCR::GetThreshold

EOCR::SetThreshold

Threshold mode used for image segmentation.

Namespace: Euresys::Open_eVision

[C++]

int GetThreshold()

void SetThreshold(int un32Threshold)

Remarks

Threshold value as defined by the EThresholdMode enum. By default, the "minimum residue" mode is used to determine the threshold value. In case of an absolute threshold, the threshold value is given instead.

EOCR.Threshold

Threshold mode used for image segmentation.

Namespace: Euresys.Open_eVision

[C#]

int Threshold

{ get; set; }

Remarks

Threshold value as defined by the EThresholdMode enum. By default, the "minimum residue" mode is used to determine the threshold value. In case of an absolute threshold, the threshold value is given instead.