EOCR::GetCharSpacing

EOCR::SetCharSpacing

Spacing that separates characters.

Namespace: Euresys::Open_eVision_2_11

[C++]

OEV_INT32 GetCharSpacing()

void SetCharSpacing(OEV_INT32 n32CharSpacing)

Remarks

When two objects are separated by a vertical gap larger or equal than the spacing, they are considered to belong to distinct characters. The segmentation parameters must be the same for both learning and recognition process.

EOCR.CharSpacing

Spacing that separates characters.

Namespace: Euresys.Open_eVision_2_11

[C#]

int CharSpacing

{ get; set; }

Remarks

When two objects are separated by a vertical gap larger or equal than the spacing, they are considered to belong to distinct characters. The segmentation parameters must be the same for both learning and recognition process.