We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaabb07 commit 42a2454Copy full SHA for 42a2454
modules/stitching/CMakeLists.txt
@@ -9,5 +9,5 @@ if(BUILD_SHARED_LIBS AND BUILD_opencv_world AND OPENCV_WORLD_EXCLUDE_EXTRA_MODUL
9
set(STITCHING_CONTRIB_DEPS "")
10
endif()
11
ocv_define_module(stitching opencv_imgproc opencv_features2d opencv_calib3d
12
- OPTIONAL opencv_cudaarithm opencv_cudafilters opencv_cudafeatures2d opencv_cudalegacy ${STITCHING_CONTRIB_DEPS}
+ OPTIONAL opencv_cudaarithm opencv_cudawarping opencv_cudafeatures2d opencv_cudalegacy ${STITCHING_CONTRIB_DEPS}
13
WRAP python)
0 commit comments