OpenCV_4.2.0/opencv_contrib-4.2.0/modules/dnn_objdetect/CMakeLists.txt

6 lines
180 B
CMake
Raw Normal View History

2024-07-25 16:47:56 +08:00
set(the_description "Object Detection using CNNs")
ocv_define_module(dnn_objdetect opencv_core opencv_imgproc opencv_dnn
OPTIONAL opencv_highgui opencv_imgcodecs # samples
)