|
| QRCodeDetectorAruco () |
|
| QRCodeDetectorAruco (QRCodeDetectorAruco_Params _params) |
| QR code detector constructor for Aruco-based algorithm. See cv::QRCodeDetectorAruco::Params.
|
|
QRCodeDetectorAruco_Params | getDetectorParameters () |
| Detector parameters getter. See cv::QRCodeDetectorAruco::Params.
|
|
QRCodeDetectorAruco | setDetectorParameters (QRCodeDetectorAruco_Params _params) |
| Detector parameters setter. See cv::QRCodeDetectorAruco::Params.
|
|
string | decode (Mat img, Mat points) |
| Decodes graphical code in image once it's found by the detect() method.
|
|
string | decode (Mat img, Mat points, Mat straight_code) |
| Decodes graphical code in image once it's found by the detect() method.
|
|
bool | decodeMulti (Mat img, Mat points, List< string > decoded_info) |
| Decodes graphical codes in image once it's found by the detect() method.
|
|
bool | decodeMulti (Mat img, Mat points, List< string > decoded_info, List< Mat > straight_code) |
| Decodes graphical codes in image once it's found by the detect() method.
|
|
bool | detect (Mat img, Mat points) |
| Detects graphical code in image and returns the quadrangle containing the code.
|
|
string | detectAndDecode (Mat img) |
| Both detects and decodes graphical code.
|
|
string | detectAndDecode (Mat img, Mat points) |
| Both detects and decodes graphical code.
|
|
string | detectAndDecode (Mat img, Mat points, Mat straight_code) |
| Both detects and decodes graphical code.
|
|
bool | detectAndDecodeMulti (Mat img, List< string > decoded_info) |
| Both detects and decodes graphical codes.
|
|
bool | detectAndDecodeMulti (Mat img, List< string > decoded_info, Mat points) |
| Both detects and decodes graphical codes.
|
|
bool | detectAndDecodeMulti (Mat img, List< string > decoded_info, Mat points, List< Mat > straight_code) |
| Both detects and decodes graphical codes.
|
|
bool | detectMulti (Mat img, Mat points) |
| Detects graphical codes in image and returns the vector of the quadrangles containing the codes.
|
|
IntPtr | getNativeObjAddr () |
|
void | Dispose () |
|
void | ThrowIfDisposed () |
|