2012-02-03 11:26:49 +00:00
|
|
|
set(the_description "Images stitching")
|
2014-12-24 16:06:09 +03:00
|
|
|
|
|
|
|
if(HAVE_CUDA)
|
|
|
|
ocv_warnings_disable(CMAKE_CXX_FLAGS -Wundef -Wmissing-declarations)
|
|
|
|
endif()
|
|
|
|
|
2013-06-04 13:32:35 +04:00
|
|
|
ocv_define_module(stitching opencv_imgproc opencv_features2d opencv_calib3d opencv_objdetect
|
2014-08-27 13:50:11 +02:00
|
|
|
OPTIONAL opencv_cuda opencv_cudaarithm opencv_cudafilters opencv_cudafeatures2d opencv_xfeatures2d)
|