QRCodeDetectorDecodeMulti Method |
Name | Description | |
---|---|---|
DecodeMulti(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.
| |
DecodeMulti(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.
| |
DecodeMulti(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.
|