EOCR::GetRemoveNarrowOrFlat

EOCR::SetRemoveNarrowOrFlat

Flag indicating whether the characters are discarded when either dimension falls below the minimum value

Namespace: Euresys::Open_eVision

[C++]

bool GetRemoveNarrowOrFlat()

void SetRemoveNarrowOrFlat(bool bRemoveNarrowOrFlat)

Remarks

If true, characters are discarded if either their width or their height is smaller than the minimum value. By default, this feature is disabled (only smaller characters in both height and width are discarded: the condition could be written NarrowAndFlat). The segmentation parameters must be the same for both learning and recognition process.

EOCR.RemoveNarrowOrFlat

Flag indicating whether the characters are discarded when either dimension falls below the minimum value

Namespace: Euresys.Open_eVision

[C#]

bool RemoveNarrowOrFlat

{ get; set; }

Remarks

If true, characters are discarded if either their width or their height is smaller than the minimum value. By default, this feature is disabled (only smaller characters in both height and width are discarded: the condition could be written NarrowAndFlat). The segmentation parameters must be the same for both learning and recognition process.