EOCR::GetRelativeThreshold

EOCR::SetRelativeThreshold

Relative threshold used for image segmentation.

Namespace: Euresys::Open_eVision

[C++]

float GetRelativeThreshold()

void SetRelativeThreshold(float f32Threshold)

Remarks

The RelativeThreshold is the fraction of the image pixels that will be set below the threshold. Only used when the EOCR::Threshold property is set to EThresholdMode_Relative. The default value is 0.5.

EOCR.RelativeThreshold

Relative threshold used for image segmentation.

Namespace: Euresys.Open_eVision

[C#]

float RelativeThreshold

{ get; set; }

Remarks

The RelativeThreshold is the fraction of the image pixels that will be set below the threshold. Only used when the EOCR::Threshold property is set to EThresholdMode_Relative. The default value is 0.5.