Click or drag to resize

QRCodeDetectorDecodeMulti Method

Overload List
  NameDescription
Public methodDecodeMulti(InputArray, IEnumerablePoint2f, String)
Decodes QR codes in image once it's found by the detect() method. Returns UTF8-encoded output string or empty string if the code cannot be decoded.
Public methodDecodeMulti(InputArray, IEnumerablePoint2f, String, Mat)
Decodes QR codes in image once it's found by the detect() method. Returns UTF8-encoded output string or empty string if the code cannot be decoded.
Protected methodDecodeMulti(InputArray, IEnumerablePoint2f, String, Mat, Boolean)
Decodes QR codes in image once it's found by the detect() method. Returns UTF8-encoded output string or empty string if the code cannot be decoded.
Top
See Also