opencv/modules/stitching
Rob Timpe 22ee5c0c4d Fix errors when building with cuda stubs
Fixes two errors when building with the options WITH_CUDA=ON and BUILD_CUDA_STUBS=ON on a machine without CUDA.

In the cudaarithm module, make sure cuda_runtime.h only gets included when CUDA is installed.

In the stitching module, don't assume that cuda is present just because cudaarithm and cudawarping are present (as is the case when building with the above options).
2020-10-21 15:51:46 -07:00
..
doc Removed Sphinx documentation files 2014-12-26 19:12:19 +03:00
include/opencv2 add python binding and tests for composePanorama 2020-08-02 19:29:16 -04:00
misc/python add python binding and tests for composePanorama 2020-08-02 19:29:16 -04:00
perf Merge pull request #13400 from Tytan:optimize_exposure_compensation 2018-12-14 21:37:00 +03:00
src Fix errors when building with cuda stubs 2020-10-21 15:51:46 -07:00
test Optimize MultiBandBlender to run faster 2018-04-27 10:48:13 +03:00
CMakeLists.txt suppress noisy warning 2019-08-08 21:49:32 +09:00