EOCR::GetMaxCharHeight

EOCR::SetMaxCharHeight

Maximum character height.

Namespace: Euresys::Open_eVision

[C++]

int GetMaxCharHeight()

void SetMaxCharHeight(int 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

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