EOCR2::GetCharsWidthBias

EOCR2::SetCharsWidthBias

Sets the CharsWidthBias parameter for the topology fitting algorithm, which optimises the width of the bounding boxes to optimally fit the detected blobs. This will determine whether the method is biased toward finding narrow boxes, wide boxes or is neutral.

Namespace: Euresys::Open_eVision_2_11

[C++]

Euresys::Open_eVision_2_11::EasyOCR2CharWidthBias GetCharsWidthBias()

void SetCharsWidthBias(Euresys::Open_eVision_2_11::EasyOCR2CharWidthBias charWidthBias)

Remarks

The default setting for this parameter is EasyOCR2CharWidthBias_Neutral

EOCR2.CharsWidthBias

Sets the CharsWidthBias parameter for the topology fitting algorithm, which optimises the width of the bounding boxes to optimally fit the detected blobs. This will determine whether the method is biased toward finding narrow boxes, wide boxes or is neutral.

Namespace: Euresys.Open_eVision_2_11

[C#]

Euresys.Open_eVision_2_11.EasyOCR2CharWidthBias CharsWidthBias

{ get; set; }

Remarks

The default setting for this parameter is Neutral