CMakeLists.txt 429 Bytes
Newer Older
1
set(the_description "Contributed/Experimental Algorithms for Salient 2D Features Detection")
2
ocv_define_module(xfeatures2d opencv_core opencv_imgproc opencv_features2d opencv_calib3d opencv_shape opencv_highgui opencv_videoio opencv_ml
3
                  OPTIONAL opencv_cudaarithm WRAP python java)
4 5
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/download_vgg.cmake)
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/download_boostdesc.cmake)