EOCR::GetShiftXTolerance

EOCR::SetShiftXTolerance

Horizontal translation tolerance around the nominal position when the character positions are explicitly specified.

Namespace: Euresys::Open_eVision

[C++]

OEV_UINT32 GetShiftXTolerance()

void SetShiftXTolerance(OEV_UINT32 un32ShiftXTolerance)

Remarks

By default, no shifting is allowed (ShiftX = 0). The tolerance can be used in two ways: either each character is moved individually until the best match is found, or the set of characters is matched as a whole, until the best average error is reached. See EOCR::ShiftingMode.

EOCR.ShiftXTolerance

Horizontal translation tolerance around the nominal position when the character positions are explicitly specified.

Namespace: Euresys.Open_eVision

[C#]

uint ShiftXTolerance

{ get; set; }

Remarks

By default, no shifting is allowed (ShiftX = 0). The tolerance can be used in two ways: either each character is moved individually until the best match is found, or the set of characters is matched as a whole, until the best average error is reached. See EOCR::ShiftingMode.