Home | History | Annotate | Download | only in photo
      1 set(the_description "Computational Photography")
      2 
      3 if(HAVE_CUDA)
      4   ocv_warnings_disable(CMAKE_CXX_FLAGS -Wundef -Wmissing-declarations)
      5 endif()
      6 
      7 ocv_define_module(photo opencv_imgproc OPTIONAL opencv_cudaarithm opencv_cudaimgproc WRAP java python)
      8