| QRCodeDetectorSetEpsX Method |
sets the epsilon used during the horizontal scan of QR code stop marker detection.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public void SetEpsX(
double epsX
)
Public Sub SetEpsX (
epsX As Double
)
public:
void SetEpsX(
double epsX
)
member SetEpsX :
epsX : float -> unit
Parameters
- epsX
- Type: SystemDouble
Epsilon neighborhood, which allows you to determine the horizontal pattern
of the scheme 1:1:3:1:1 according to QR code standard.
See Also