We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b223312 commit 12d64feCopy full SHA for 12d64fe
modules/photometric_calib/CMakeLists.txt
@@ -1,2 +1,2 @@
1
set(the_description "Photometric Calibration")
2
-ocv_define_module(photometric_calib opencv_core opencv_imgproc opencv_calib3d opencv_features2d opencv_highgui WRAP python)
+ocv_define_module(photometric_calib opencv_core opencv_aruco opencv_calib3d opencv_highgui WRAP python)
modules/photometric_calib/src/precomp.hpp
@@ -6,9 +6,8 @@
6
#define __OPENCV_PRECOMP_H__
7
8
#include "opencv2/core.hpp"
9
-#include "opencv2/imgproc.hpp"
10
#include "opencv2/highgui.hpp"
11
#include "opencv2/aruco.hpp"
12
-#include "opencv2/calib3d/calib3d.hpp"
+#include "opencv2/calib3d.hpp"
13
#include <vector>
14
#endif
0 commit comments