EQRDetectionMethod Enum

This enumeration contains the possible detection methods the EQRCodeReader can use to detect QR codes. Combinations of the methods are allowed.

Namespace: Euresys::Open_eVision

EQRDetectionMethod_AdaptiveThreshold
This method detects finder patterns based on adaptive thresholding of the image.
EQRDetectionMethod_Gradient
This method detects finder patterns based on gradients in the image.
EQRDetectionMethod_PerspectiveLegacy
This selects the gradient-based detection algorithms with improved perspective mode developed for eVision 1.2.2.
EQRDetectionMethod_GradientLegacy
This selects the gradient-based detection algorithms with basic perspective mode developed for eVision 1.2.2.

EQRDetectionMethod Enum

This enumeration contains the possible detection methods the EQRCodeReader can use to detect QR codes. Combinations of the methods are allowed.

Namespace: Euresys.Open_eVision

AdaptiveThreshold
This method detects finder patterns based on adaptive thresholding of the image.
Gradient
This method detects finder patterns based on gradients in the image.
PerspectiveLegacy
This selects the gradient-based detection algorithms with improved perspective mode developed for eVision 1.2.2.
GradientLegacy
This selects the gradient-based detection algorithms with basic perspective mode developed for eVision 1.2.2.