CMakeLists.txt 162 B

123456789
  1. set(the_description "Macbeth Chart Detection")
  2. ocv_define_module(mcc
  3. opencv_core
  4. opencv_imgproc
  5. opencv_calib3d
  6. opencv_dnn
  7. WRAP
  8. python
  9. )