EOCR::GetShiftYTolerance

EOCR::SetShiftYTolerance

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

Namespace: Euresys::Open_eVision

[C++]

OEV_UINT32 GetShiftYTolerance()

void SetShiftYTolerance(OEV_UINT32 un32ShiftYTolerance)

Remarks

By default, no shifting is allowed (ShiftY = 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.ShiftYTolerance

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

Namespace: Euresys.Open_eVision

[C#]

uint ShiftYTolerance

{ get; set; }

Remarks

By default, no shifting is allowed (ShiftY = 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.