We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 739f87d + 731b5b2 commit bd786f3Copy full SHA for bd786f3
modules/superres/CMakeLists.txt
@@ -3,6 +3,9 @@ if(IOS OR WINRT)
3
endif()
4
5
set(the_description "Super Resolution")
6
+if(HAVE_CUDA)
7
+ ocv_warnings_disable(CMAKE_CXX_FLAGS -Wundef -Wshadow)
8
+endif()
9
ocv_define_module(superres opencv_imgproc opencv_video
10
OPTIONAL opencv_videoio opencv_cudaarithm opencv_cudafilters opencv_cudawarping opencv_cudaimgproc opencv_cudaoptflow opencv_cudacodec
11
WRAP python)
0 commit comments