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 4c2ef47 + 581c949 commit 4ae4473Copy full SHA for 4ae4473
modules/hfs/CMakeLists.txt
@@ -1,5 +1,6 @@
1
if(HAVE_CUDA)
2
add_definitions(-D_HFS_CUDA_ON_)
3
+ ocv_warnings_disable(CMAKE_CXX_FLAGS -Wundef)
4
endif()
5
6
set(the_description "Hierarchical Feature Selection for Efficient Image Segmentation")
modules/xfeatures2d/CMakeLists.txt
@@ -1,5 +1,8 @@
set(the_description "Contributed/Experimental Algorithms for Salient 2D Features Detection")
+if(HAVE_CUDA)
+endif()
ocv_define_module(xfeatures2d opencv_core opencv_imgproc opencv_features2d opencv_calib3d OPTIONAL opencv_shape opencv_ml opencv_cudaarithm WRAP python java)
7
8
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/download_vgg.cmake)
0 commit comments