opencv/modules/stitching/src
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
..
cuda
opencl
autocalib.cpp
blenders.cpp Fix errors when building with cuda stubs 2020-10-21 15:51:46 -07:00
camera.cpp backport: fixed warnings produced by clang-9.0.0 2019-09-23 18:36:18 +03:00
exposure_compensate.cpp imgproc: align GaussianBlur/sepFilter2D OpenCL with CPU version 2020-07-08 15:13:48 +00:00
matchers.cpp features2d(sift): move SIFT tests / headers / build fixes 2020-04-23 08:45:22 +00:00
motion_estimators.cpp don't use constructors for C API structures 2018-09-06 14:34:16 +03:00
precomp.hpp
seam_finders.cpp stitching: fix range check in DpSeamFinder::computeCosts 2020-04-02 03:51:17 +00:00
stitcher.cpp stitching: don't use nonfree by default 2020-03-17 15:09:23 +03:00
timelapsers.cpp Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09:00
util_log.hpp
util.cpp
warpers_cuda.cpp Utilize CV_UNUSED macro 2018-09-07 20:33:52 +09:00
warpers.cpp