|
| | 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.
|
| |
| byte[] | decodeBytes (Mat img, Mat points) |
| |
| byte[] | decodeBytes (Mat img, Mat points, Mat straight_code) |
| |
| bool | decodeBytesMulti (Mat img, Mat points, List< byte[]> decoded_info) |
| |
| bool | decodeBytesMulti (Mat img, Mat points, List< byte[]> decoded_info, List< Mat > straight_code) |
| |
| 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.
|
| |
| byte[] | detectAndDecodeBytes (Mat img) |
| |
| byte[] | detectAndDecodeBytes (Mat img, Mat points) |
| |
| byte[] | detectAndDecodeBytes (Mat img, Mat points, Mat straight_code) |
| |
| bool | detectAndDecodeBytesMulti (Mat img, List< byte[]> decoded_info) |
| |
| bool | detectAndDecodeBytesMulti (Mat img, List< byte[]> decoded_info, Mat points) |
| |
| bool | detectAndDecodeBytesMulti (Mat img, List< byte[]> decoded_info, Mat points, List< Mat > straight_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 () |
| |