EQRCodeReader::GetDetectionMethod

EQRCodeReader::SetDetectionMethod

Sets the detection method for finding QR codes. The method can be any combination of the EQRDetectionMethod enums.

Namespace: Euresys::Open_eVision

[C++]

int GetDetectionMethod() const

void SetDetectionMethod(int method)

Remarks

The default value is: 'EQRDetectionMethod_Gradient|EQRDetectionMethod_AdaptiveThreshold'.

EQRCodeReader.DetectionMethod

Sets the detection method for finding QR codes. The method can be any combination of the EQRDetectionMethod enums.

Namespace: Euresys.Open_eVision

[C#]

int DetectionMethod

{ get; set; }

Remarks

The default value is: 'EQRDetectionMethod_Gradient|EQRDetectionMethod_AdaptiveThreshold'.