EOCR::GetMinCharHeight

EOCR::SetMinCharHeight

Minimum character height.

Namespace: Euresys::Open_eVision

[C++]

int GetMinCharHeight()

void SetMinCharHeight(int n32MinCharHeight)

Remarks

A character both narrower than the minimum width and lower than the minimum height is discarded by default (see EOCR::RemoveNarrowOrFlat). The segmentation parameters must be the same for both learning and recognition process.

EOCR.MinCharHeight

Minimum character height.

Namespace: Euresys.Open_eVision

[C#]

int MinCharHeight

{ get; set; }

Remarks

A character both narrower than the minimum width and lower than the minimum height is discarded by default (see EOCR::RemoveNarrowOrFlat). The segmentation parameters must be the same for both learning and recognition process.