EOCR::GetMaxCharWidth

EOCR::SetMaxCharWidth

Maximum character width.

Namespace: Euresys::Open_eVision

[C++]

int GetMaxCharWidth()

void SetMaxCharWidth(int n32MaxCharWidth)

Remarks

A character larger than the maximum width or higher than the maximum height is discarded. The segmentation parameters must be the same for both learning and recognition process.

EOCR.MaxCharWidth

Maximum character width.

Namespace: Euresys.Open_eVision

[C#]

int MaxCharWidth

{ get; set; }

Remarks

A character larger than the maximum width or higher than the maximum height is discarded. The segmentation parameters must be the same for both learning and recognition process.