EOCR::GetMinCharHeight

EOCR::SetMinCharHeight

Minimum character height.

Namespace: Euresys::Open_eVision_2_11

[C++]

OEV_INT32 GetMinCharHeight()

void SetMinCharHeight(OEV_INT32 n32MinCharHeight)

Remarks

A character both narrower than the minimum width and lower than the minimum height is discarded. The segmentation parameters must be the same for both learning and recognition process.

EOCR.MinCharHeight

Minimum character height.

Namespace: Euresys.Open_eVision_2_11

[C#]

int MinCharHeight

{ get; set; }

Remarks

A character both narrower than the minimum width and lower than the minimum height is discarded. The segmentation parameters must be the same for both learning and recognition process.