EOCR::NewFont

Empties the contents of the font and sets the size of the pattern array to be used from then on.

Namespace: Euresys::Open_eVision

[C++]

void NewFont(
   OEV_UINT32 patternWidth,
   OEV_UINT32 patternHeight
)

Parameters

patternWidth

Width of the normalized pattern representation, in pixels.

patternHeight

Height of the normalized pattern representation, in pixels.

Remarks

A larger pattern array improves the recognition sensitivity, at the expense of increased processing time.

EOCR.NewFont

Empties the contents of the font and sets the size of the pattern array to be used from then on.

Namespace: Euresys.Open_eVision

[C#]

void NewFont(
   uint patternWidth,
   uint patternHeight
)

Parameters

patternWidth

Width of the normalized pattern representation, in pixels.

patternHeight

Height of the normalized pattern representation, in pixels.

Remarks

A larger pattern array improves the recognition sensitivity, at the expense of increased processing time.