EOCR::GetMinCharWidth

EOCR::SetMinCharWidth

Minimum character width.

Namespace: Euresys::Open_eVision

[C++]

int GetMinCharWidth()

void SetMinCharWidth(int n32MinCharWidth)

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

Minimum character width.

Namespace: Euresys.Open_eVision

[C#]

int MinCharWidth

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