parent
6d41124d43
commit
2feb23cf36
17 changed files with 17 additions and 23 deletions
@ -1,5 +1,5 @@ |
|||||||
set(the_description "Contributed/Experimental Algorithms for Salient 2D Features Detection") |
set(the_description "Contributed/Experimental Algorithms for Salient 2D Features Detection") |
||||||
ocv_define_module(xfeatures2d opencv_core 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 |
||||||
OPTIONAL opencv_cudaarithm WRAP python java) |
OPTIONAL opencv_cudaarithm WRAP python java) |
||||||
include(cmake/download_vgg.cmake) |
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/download_vgg.cmake) |
||||||
include(cmake/download_boostdesc.cmake) |
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/download_boostdesc.cmake) |
||||||
|
@ -1,5 +1,5 @@ |
|||||||
set(the_description "Object detection algorithms") |
set(the_description "Object detection algorithms") |
||||||
ocv_define_module(xobjdetect opencv_core opencv_imgproc opencv_highgui opencv_objdetect WRAP python) |
ocv_define_module(xobjdetect opencv_core opencv_imgproc opencv_highgui opencv_objdetect WRAP python) |
||||||
if (NOT APPLE_FRAMEWORK) |
if (NOT APPLE_FRAMEWORK) |
||||||
add_subdirectory(tools) |
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/tools ${CMAKE_CURRENT_BINARY_DIR}/tools) |
||||||
endif() |
endif() |
||||||
|
Loading…
Reference in new issue