parent
71d61e07b1
commit
219b662127
74 changed files with 62 additions and 62 deletions
@ -0,0 +1,9 @@ |
|||||||
|
if(ANDROID OR IOS) |
||||||
|
ocv_module_disable(cudafilters) |
||||||
|
endif() |
||||||
|
|
||||||
|
set(the_description "CUDA-accelerated Image Filtering") |
||||||
|
|
||||||
|
ocv_warnings_disable(CMAKE_CXX_FLAGS /wd4127 /wd4324 /wd4512 -Wundef -Wmissing-declarations) |
||||||
|
|
||||||
|
ocv_define_module(cudafilters opencv_imgproc opencv_cudaarithm) |
@ -1,9 +0,0 @@ |
|||||||
if(ANDROID OR IOS) |
|
||||||
ocv_module_disable(gpufilters) |
|
||||||
endif() |
|
||||||
|
|
||||||
set(the_description "GPU-accelerated Image Filtering") |
|
||||||
|
|
||||||
ocv_warnings_disable(CMAKE_CXX_FLAGS /wd4127 /wd4324 /wd4512 -Wundef -Wmissing-declarations) |
|
||||||
|
|
||||||
ocv_define_module(gpufilters opencv_imgproc opencv_cudaarithm) |
|
@ -1,3 +1,3 @@ |
|||||||
set(the_description "Images stitching") |
set(the_description "Images stitching") |
||||||
ocv_define_module(stitching opencv_imgproc opencv_features2d opencv_calib3d opencv_objdetect |
ocv_define_module(stitching opencv_imgproc opencv_features2d opencv_calib3d opencv_objdetect |
||||||
OPTIONAL opencv_gpu opencv_cudaarithm opencv_gpufilters opencv_gpufeatures2d opencv_nonfree) |
OPTIONAL opencv_gpu opencv_cudaarithm opencv_cudafilters opencv_gpufeatures2d opencv_nonfree) |
||||||
|
Loading…
Reference in new issue