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