mirror of
https://github.com/opencv/opencv.git
synced 2025-06-13 04:52:53 +08:00
Fix for issue #8615. Added cudawarping to optional modules and removed opencv_cudafilters
This commit is contained in:
parent
aaabb07bee
commit
42a2454f1a
@ -9,5 +9,5 @@ if(BUILD_SHARED_LIBS AND BUILD_opencv_world AND OPENCV_WORLD_EXCLUDE_EXTRA_MODUL
|
|||||||
set(STITCHING_CONTRIB_DEPS "")
|
set(STITCHING_CONTRIB_DEPS "")
|
||||||
endif()
|
endif()
|
||||||
ocv_define_module(stitching opencv_imgproc opencv_features2d opencv_calib3d
|
ocv_define_module(stitching opencv_imgproc opencv_features2d opencv_calib3d
|
||||||
OPTIONAL opencv_cudaarithm opencv_cudafilters opencv_cudafeatures2d opencv_cudalegacy ${STITCHING_CONTRIB_DEPS}
|
OPTIONAL opencv_cudaarithm opencv_cudawarping opencv_cudafeatures2d opencv_cudalegacy ${STITCHING_CONTRIB_DEPS}
|
||||||
WRAP python)
|
WRAP python)
|
||||||
|
Loading…
Reference in New Issue
Block a user