2012-02-03 12:26:49 +01:00
|
|
|
set(the_description "Images stitching")
|
2014-12-24 14:06:09 +01:00
|
|
|
|
|
|
|
if(HAVE_CUDA)
|
2015-01-15 15:20:35 +01:00
|
|
|
ocv_warnings_disable(CMAKE_CXX_FLAGS -Wundef -Wmissing-declarations -Wshadow)
|
2014-12-24 14:06:09 +01:00
|
|
|
endif()
|
|
|
|
|
2013-06-04 11:32:35 +02:00
|
|
|
ocv_define_module(stitching opencv_imgproc opencv_features2d opencv_calib3d opencv_objdetect
|
2015-01-15 14:14:13 +01:00
|
|
|
OPTIONAL opencv_cudaarithm opencv_cudafilters opencv_cudafeatures2d opencv_cudalegacy opencv_xfeatures2d)
|