Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Tetragramm
GitHub Repository: Tetragramm/opencv
Path: blob/master/modules/superres/CMakeLists.txt
16337 views
1
if(IOS OR WINRT)
2
ocv_module_disable(superres)
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)
12
13