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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user