mirror of https://github.com/opencv/opencv.git
parent
6d216d78d9
commit
dcd600cc47
101 changed files with 72 additions and 72 deletions
@ -1,12 +1,12 @@ |
||||
if(ANDROID OR IOS) |
||||
ocv_module_disable(gpuarithm) |
||||
ocv_module_disable(cudaarithm) |
||||
endif() |
||||
|
||||
set(the_description "GPU-accelerated Operations on Matrices") |
||||
set(the_description "CUDA-accelerated Operations on Matrices") |
||||
|
||||
ocv_warnings_disable(CMAKE_CXX_FLAGS /wd4127 /wd4324 /wd4512 -Wundef -Wmissing-declarations) |
||||
|
||||
ocv_add_module(gpuarithm opencv_core OPTIONAL opencv_cudalegacy) |
||||
ocv_add_module(cudaarithm opencv_core OPTIONAL opencv_cudalegacy) |
||||
|
||||
ocv_module_include_directories() |
||||
ocv_glob_module_sources() |
@ -1,3 +1,3 @@ |
||||
set(the_description "Images stitching") |
||||
ocv_define_module(stitching opencv_imgproc opencv_features2d opencv_calib3d opencv_objdetect |
||||
OPTIONAL opencv_gpu opencv_gpuarithm opencv_gpufilters opencv_gpufeatures2d opencv_nonfree) |
||||
OPTIONAL opencv_gpu opencv_cudaarithm opencv_gpufilters opencv_gpufeatures2d opencv_nonfree) |
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue