mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-18 00:01:17 +08:00

- made some of dependencies explicit - removed dependencies to highgui and some other modules where possible - modified some samples to build without modules
6 lines
299 B
CMake
6 lines
299 B
CMake
set(the_description "Object detection algorithms")
|
|
ocv_define_module(xobjdetect opencv_core opencv_imgproc opencv_objdetect opencv_imgcodecs WRAP python)
|
|
if (BUILD_opencv_apps AND NOT APPLE_FRAMEWORK)
|
|
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/tools ${CMAKE_CURRENT_BINARY_DIR}/tools)
|
|
endif()
|