EOCR::GetMinCharWidth

EOCR::SetMinCharWidth

Minimum character width.

Namespace: Euresys::Open_eVision_2_11

[C++]

OEV_INT32 GetMinCharWidth()

void SetMinCharWidth(OEV_INT32 n32MinCharWidth)

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

Minimum character width.

Namespace: Euresys.Open_eVision_2_11

[C#]

int MinCharWidth

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