CMakeLists.txt 180 B

12345
  1. set(the_description "Object Detection using CNNs")
  2. ocv_define_module(dnn_objdetect opencv_core opencv_imgproc opencv_dnn
  3. OPTIONAL opencv_highgui opencv_imgcodecs # samples
  4. )