1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

JS bindings for Aruco-based QR code detector.

This commit is contained in:
Alexander Smorkalov
2023-06-13 16:37:52 +03:00
parent 843daca26e
commit 3af6001a75
3 changed files with 26 additions and 1 deletions
+2
View File
@@ -90,6 +90,8 @@ using namespace cv;
using namespace cv::segmentation; // FIXIT
using namespace cv::aruco;
typedef aruco::DetectorParameters aruco_DetectorParameters;
typedef QRCodeDetectorAruco::Params QRCodeDetectorAruco_Params;
#ifdef HAVE_OPENCV_DNN
using namespace cv::dnn;