mirror of https://github.com/opencv/opencv.git
parent
219b662127
commit
a0ae602bb7
93 changed files with 54 additions and 54 deletions
@ -0,0 +1,9 @@ |
|||||||
|
if(ANDROID OR IOS) |
||||||
|
ocv_module_disable(cudaimgproc) |
||||||
|
endif() |
||||||
|
|
||||||
|
set(the_description "CUDA-accelerated Image Processing") |
||||||
|
|
||||||
|
ocv_warnings_disable(CMAKE_CXX_FLAGS /wd4127 /wd4100 /wd4324 /wd4512 /wd4515 -Wundef -Wmissing-declarations -Wshadow -Wunused-parameter) |
||||||
|
|
||||||
|
ocv_define_module(cudaimgproc opencv_imgproc OPTIONAL opencv_cudaarithm opencv_cudafilters) |
@ -1,9 +0,0 @@ |
|||||||
if(ANDROID OR IOS) |
|
||||||
ocv_module_disable(gpuimgproc) |
|
||||||
endif() |
|
||||||
|
|
||||||
set(the_description "GPU-accelerated Image Processing") |
|
||||||
|
|
||||||
ocv_warnings_disable(CMAKE_CXX_FLAGS /wd4127 /wd4100 /wd4324 /wd4512 /wd4515 -Wundef -Wmissing-declarations -Wshadow -Wunused-parameter) |
|
||||||
|
|
||||||
ocv_define_module(gpuimgproc opencv_imgproc OPTIONAL opencv_cudaarithm opencv_cudafilters) |
|
Loading…
Reference in new issue