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.
2 parents dca8904 + b5a6b1f commit e640d6aCopy full SHA for e640d6a
modules/xfeatures2d/CMakeLists.txt
@@ -1,2 +1,3 @@
1
set(the_description "Contributed/Experimental Algorithms for Salient 2D Features Detection")
2
-ocv_define_module(xfeatures2d opencv_core opencv_cudaarithm opencv_imgproc opencv_features2d opencv_calib3d opencv_shape opencv_highgui opencv_videoio opencv_ml)
+ocv_define_module(xfeatures2d opencv_core opencv_imgproc opencv_features2d opencv_calib3d opencv_shape opencv_highgui opencv_videoio opencv_ml
3
+ OPTIONAL opencv_cudaarithm)
0 commit comments