EOCR::GetCharSpacing

EOCR::SetCharSpacing

Spacing that separates characters.

Namespace: Euresys::Open_eVision

[C++]

int GetCharSpacing()

void SetCharSpacing(int 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. Note that two objects can still be separated if their merging will be wider than EOCR::MaxCharWidth. The segmentation parameters must be the same for both learning and recognition process.

EOCR.CharSpacing

Spacing that separates characters.

Namespace: Euresys.Open_eVision

[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. Note that two objects can still be separated if their merging will be wider than EOCR::MaxCharWidth. The segmentation parameters must be the same for both learning and recognition process.