Method DetectMulti
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
DetectMulti(InputArray, out Point2f[])
Detects QR codes in image and returns the quadrangles containing the codes.
public bool DetectMulti(InputArray img, out Point2f[] points)
Parameters
imgInputArraygrayscale or color (BGR) image containing (or not) QR code.
pointsPoint2f[]Output vector of vertices of the minimum-area quadrangle containing the codes.