EQRCodeReader::GetForegroundDetectionThreshold

EQRCodeReader::SetForegroundDetectionThreshold

Foreground detection threshold. This parameter determines by how many grayscale-values a pixel should deviate from it's local background to be considered part of the foreground.

Namespace: Euresys::Open_eVision_2_11

[C++]

int GetForegroundDetectionThreshold() const

void SetForegroundDetectionThreshold(int offset)

Remarks

The default value for this parameter is 10.

EQRCodeReader.ForegroundDetectionThreshold

Foreground detection threshold. This parameter determines by how many grayscale-values a pixel should deviate from it's local background to be considered part of the foreground.

Namespace: Euresys.Open_eVision_2_11

[C#]

int ForegroundDetectionThreshold

{ get; set; }

Remarks

The default value for this parameter is 10.