EOCR2::GetNumDetectionPasses

EOCR2::SetNumDetectionPasses

Sets the NumDetectionPasses parameter for the topology fitting algorithm, which will place textboxes on the segmentation results (blobs), matching the given topology. The first pass will consider all blobs, subsequent passes will only consider those blobs that are inside the textboxes from the previous pass, sometimes resulting in a more optimal fit.

Namespace: Euresys::Open_eVision_2_11

[C++]

int GetNumDetectionPasses()

void SetNumDetectionPasses(int nDetectionPasses)

Remarks

The default setting for this parameter is 1, the setting can be either 1 or 2.

EOCR2.NumDetectionPasses

Sets the NumDetectionPasses parameter for the topology fitting algorithm, which will place textboxes on the segmentation results (blobs), matching the given topology. The first pass will consider all blobs, subsequent passes will only consider those blobs that are inside the textboxes from the previous pass, sometimes resulting in a more optimal fit.

Namespace: Euresys.Open_eVision_2_11

[C#]

int NumDetectionPasses

{ get; set; }

Remarks

The default setting for this parameter is 1, the setting can be either 1 or 2.