EOCR2::GetMaxVariation

EOCR2::SetMaxVariation

Sets the maxVariation parameter for the segmentation algorithm. This parameter determines how stable a blob in the image should be in order to be considered a potential character, a region with clearly defined edges is generally considered stable while a blurry region is not. A high setting allows more unstable blobs, a low setting allows only very stable blobs.

Namespace: Euresys::Open_eVision_2_11

[C++]

float GetMaxVariation()

void SetMaxVariation(float maxVariation)

Remarks

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

EOCR2.MaxVariation

Sets the maxVariation parameter for the segmentation algorithm. This parameter determines how stable a blob in the image should be in order to be considered a potential character, a region with clearly defined edges is generally considered stable while a blurry region is not. A high setting allows more unstable blobs, a low setting allows only very stable blobs.

Namespace: Euresys.Open_eVision_2_11

[C#]

float MaxVariation

{ get; set; }

Remarks

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