1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 07:13:02 +04:00
Files
opencv/modules/objdetect/CMakeLists.txt
T
2025-05-30 17:57:13 +03:00

14 lines
212 B
CMake

set(the_description "Object Detection")
ocv_define_module(objdetect
opencv_core
opencv_imgproc
opencv_3d
OPTIONAL
opencv_dnn
WRAP
python
java
objc
js
)