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

build fixes for emscripten 3.1.45

This commit is contained in:
Stefan Dragnev
2023-09-18 15:38:31 +02:00
parent f9a59f2592
commit 9b5a719d80
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -89,9 +89,11 @@ using namespace cv;
using namespace cv::segmentation; // FIXIT
#ifdef HAVE_OPENCV_OBJDETECT
using namespace cv::aruco;
typedef aruco::DetectorParameters aruco_DetectorParameters;
typedef QRCodeDetectorAruco::Params QRCodeDetectorAruco_Params;
#endif
#ifdef HAVE_OPENCV_DNN
using namespace cv::dnn;