CMakeLists.txt 254 Bytes
Newer Older
1 2
if(HAVE_CUDA)
  add_definitions(-D_HFS_CUDA_ON_)
3
  ocv_warnings_disable(CMAKE_CXX_FLAGS -Wundef)
4 5 6 7
endif()

set(the_description "Hierarchical Feature Selection for Efficient Image Segmentation")
ocv_define_module(hfs opencv_core opencv_imgproc WRAP python)