EOCR2::GetCharsMaxFragmentation

EOCR2::SetCharsMaxFragmentation

Sets the CharsMaxFragmentation parameter for the segmentation algorithm. This will determine the minimum size a blob should be in order to be considered a potential character. A high setting will allow only larger blobs, a low setting will also allow smaller blobs.
The minimum blob size to be considered a potential character is defined as:
CharsMaxFragmentation * CharsHeight * CharsWidth

Namespace: Euresys::Open_eVision_2_11

[C++]

float GetCharsMaxFragmentation()

void SetCharsMaxFragmentation(float charMaxFragmentation)

Remarks

This parameter should be set between 0.0 and 1.0, the default setting is 0.1.

EOCR2.CharsMaxFragmentation

Sets the CharsMaxFragmentation parameter for the segmentation algorithm. This will determine the minimum size a blob should be in order to be considered a potential character. A high setting will allow only larger blobs, a low setting will also allow smaller blobs.
The minimum blob size to be considered a potential character is defined as:
CharsMaxFragmentation * CharsHeight * CharsWidth

Namespace: Euresys.Open_eVision_2_11

[C#]

float CharsMaxFragmentation

{ get; set; }

Remarks

This parameter should be set between 0.0 and 1.0, the default setting is 0.1.