EOCR::GetRelativeSpacing

EOCR::SetRelativeSpacing

Relative spacing value.

Namespace: Euresys::Open_eVision

[C++]

float GetRelativeSpacing()

void SetRelativeSpacing(float f32RelativeSpacing)

Remarks

This value is the ratio of the width of the spaces between characters and the character width. For example, characters 25 pixels wide separated by 10 pixels gaps correspond to a relative spacing of 10/25 = 0.4. The default value of this parameter is 0, corresponding to no spacing. This parameter is relevant only when the CutLargeChars mode is enabled. The segmentation parameters must be the same for both learning and recognition process.

EOCR.RelativeSpacing

Relative spacing value.

Namespace: Euresys.Open_eVision

[C#]

float RelativeSpacing

{ get; set; }

Remarks

This value is the ratio of the width of the spaces between characters and the character width. For example, characters 25 pixels wide separated by 10 pixels gaps correspond to a relative spacing of 10/25 = 0.4. The default value of this parameter is 0, corresponding to no spacing. This parameter is relevant only when the CutLargeChars mode is enabled. The segmentation parameters must be the same for both learning and recognition process.