mirror of
https://github.com/opencv/opencv.git
synced 2024-11-26 12:10:49 +08:00
9 lines
336 B
CMake
9 lines
336 B
CMake
if(IOS OR WINRT)
|
|
ocv_module_disable(superres)
|
|
endif()
|
|
|
|
set(the_description "Super Resolution")
|
|
ocv_define_module(superres opencv_imgproc opencv_video
|
|
OPTIONAL opencv_videoio opencv_cudaarithm opencv_cudafilters opencv_cudawarping opencv_cudaimgproc opencv_cudaoptflow opencv_cudacodec
|
|
WRAP python)
|