EOCR::GetMaxCharHeight

EOCR::SetMaxCharHeight

Maximum character height.

Namespace: Euresys::Open_eVision_2_11

[C++]

OEV_INT32 GetMaxCharHeight()

void SetMaxCharHeight(OEV_INT32 n32MaxCharHeight)

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

Maximum character height.

Namespace: Euresys.Open_eVision_2_11

[C#]

int MaxCharHeight

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