EOCR::GetMaxCharWidth

EOCR::SetMaxCharWidth

Maximum character width.

Namespace: Euresys::Open_eVision_2_11

[C++]

OEV_INT32 GetMaxCharWidth()

void SetMaxCharWidth(OEV_INT32 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_2_11

[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.