EOCR2::GetDetectionDelta

EOCR2::SetDetectionDelta

Sets the DetectionDelta parameter for the segmentation algorithm. This will determine the range of grayscale-values used to determine the stability of a blob. A low setting will make the algorithm more sensitive to noise, a high setting will make the algorithm insensitive to blobs with low contrast to the background.

Namespace: Euresys::Open_eVision_2_11

[C++]

int GetDetectionDelta()

void SetDetectionDelta(int delta)

Remarks

This parameter should be set between 0 and 127, the default setting is 12.

EOCR2.DetectionDelta

Sets the DetectionDelta parameter for the segmentation algorithm. This will determine the range of grayscale-values used to determine the stability of a blob. A low setting will make the algorithm more sensitive to noise, a high setting will make the algorithm insensitive to blobs with low contrast to the background.

Namespace: Euresys.Open_eVision_2_11

[C#]

int DetectionDelta

{ get; set; }

Remarks

This parameter should be set between 0 and 127, the default setting is 12.