EOCR::GetMatchingMode

EOCR::SetMatchingMode

Matching mode to use to compare characters to the template.

Namespace: Euresys::Open_eVision

[C++]

Euresys::Open_eVision::EMatchingMode GetMatchingMode()

void SetMatchingMode(Euresys::Open_eVision::EMatchingMode eMatchingMode)

Remarks

By default, the root-mean-square error method is used. These modes are meant to be used without thresholding, that is when one of the EOCRColor_DarkOnLight and EOCRColor_LightOnDark colors are used.

EOCR.MatchingMode

Matching mode to use to compare characters to the template.

Namespace: Euresys.Open_eVision

[C#]

Euresys.Open_eVision.EMatchingMode MatchingMode

{ get; set; }

Remarks

By default, the root-mean-square error method is used. These modes are meant to be used without thresholding, that is when one of the DarkOnLight and LightOnDark colors are used.