mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 13:47:32 +08:00
d27e440b2a
fixed dependency of stitching module on xfeatures2d module as optional fixed the initModule_xfeatures2d function that was called in module stitching since it is in another namespace than the standard cv one.
4 lines
251 B
CMake
4 lines
251 B
CMake
set(the_description "Images stitching")
|
|
ocv_define_module(stitching opencv_imgproc opencv_features2d opencv_calib3d opencv_objdetect
|
|
OPTIONAL opencv_cuda opencv_cudaarithm opencv_cudafilters opencv_cudafeatures2d opencv_xfeatures2d)
|