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

6 lines
180 B
CMake

set(the_description "Object Detection using CNNs")
ocv_define_module(dnn_objdetect opencv_core opencv_imgproc opencv_dnn
OPTIONAL opencv_highgui opencv_imgcodecs # samples
)