CMakeLists.txt 206 Bytes
Newer Older
1 2 3 4 5 6
if(HAVE_CUDA)
  add_definitions(-D_HFS_CUDA_ON_)
endif()

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