mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
Merge pull request #24288 from tailsu:sd/emscripten-3.1.45-fixes
build fixes for emscripten 3.1.45
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user