CMakeLists.txt 183 B

12345678910
  1. set(the_description "Super Resolution using CNNs")
  2. ocv_define_module(
  3. dnn_superres
  4. opencv_core
  5. opencv_imgproc
  6. opencv_dnn
  7. OPTIONAL opencv_quality
  8. WRAP python
  9. )