EOCR2::GetDetectionMethod

EOCR2::SetDetectionMethod

Sets the EOCR2DetectionMethod parameter for the topology fitting algorithm, which will place text boxes on the segmentation results, matching the given topology.

Namespace: Euresys::Open_eVision

[C++]

EOCR2DetectionMethod GetDetectionMethod() const

void SetDetectionMethod(EOCR2DetectionMethod method)

Remarks

The default setting for this parameter is EOCR2DetectionMethod.FixedWidth. This parameter is ignored when the topology is not required.

EOCR2.DetectionMethod

Sets the EOCR2DetectionMethod parameter for the topology fitting algorithm, which will place text boxes on the segmentation results, matching the given topology.

Namespace: Euresys.Open_eVision

[C#]

EOCR2DetectionMethod DetectionMethod

{ get; set; }

Remarks

The default setting for this parameter is EOCR2DetectionMethod.FixedWidth. This parameter is ignored when the topology is not required.

EOCR2.DetectionMethod

Sets the EOCR2DetectionMethod parameter for the topology fitting algorithm, which will place text boxes on the segmentation results, matching the given topology.

Module: open_evision

[Python]

DetectionMethod: EOCR2DetectionMethod

{get; set}

Remarks

The default setting for this parameter is EOCR2DetectionMethod.FixedWidth. This parameter is ignored when the topology is not required.