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

Refreshed JavaScript bindings for Aruco related algorithms.

This commit is contained in:
Alexander Smorkalov
2023-06-01 14:21:07 +03:00
parent 6d3dd24622
commit 61488885b5
4 changed files with 74 additions and 9 deletions
+2 -4
View File
@@ -89,14 +89,12 @@ using namespace cv;
using namespace cv::segmentation; // FIXIT
using namespace cv::aruco;
#ifdef HAVE_OPENCV_DNN
using namespace cv::dnn;
#endif
#ifdef HAVE_OPENCV_ARUCO
using namespace aruco;
#endif
#ifdef HAVE_OPENCV_VIDEO
typedef TrackerMIL::Params TrackerMIL_Params;
#endif