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 4041650 commit 9ee9f18Copy full SHA for 9ee9f18
modules/datasetstools/CMakeLists.txt
@@ -1,3 +1,3 @@
1
set(the_description "datasets tools")
2
-ocv_define_module(datasetstools opencv_core opencv_features2d)
+ocv_define_module(datasetstools opencv_core)
3
modules/xfeatures2d/CMakeLists.txt
@@ -1,2 +1,2 @@
set(the_description "Contributed/Experimental Algorithms for Salient 2D Features Detection")
-ocv_define_module(xfeatures2d opencv_core opencv_imgproc opencv_features2d opencv_calib3d opencv_shape opencv_highgui opencv_videoio opencv_ml opencv_cudaarithm)
+ocv_define_module(xfeatures2d opencv_core opencv_cudaarithm opencv_imgproc opencv_features2d opencv_calib3d opencv_shape opencv_highgui opencv_videoio opencv_ml)
0 commit comments