EOCR::GetMatchingMode

EOCR::SetMatchingMode

Matching mode to use to compare characters to the template.

Namespace: Euresys::Open_eVision

[C++]

EMatchingMode GetMatchingMode() const

void SetMatchingMode(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#]

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 EOCRColor.DarkOnLight and EOCRColor.LightOnDark colors are used.

EOCR.MatchingMode

Matching mode to use to compare characters to the template.

Module: open_evision

[Python]

MatchingMode: EMatchingMode

{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 EOCRColor.DarkOnLight and EOCRColor.LightOnDark colors are used.