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 fix multiband_blend.cu build error in issue opencv_contrib#1012 2017-02-22 08:44:10 +08:00
opencl Added checking that z is non zero to buildWarpPlaneMaps kernel 2014-10-27 15:38:44 +03:00
autocalib.cpp Solve Issue 7063 2016-08-11 10:56:50 +02:00
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 fix build: move LOG macro from stitching public headers 2016-07-20 18:10:26 +03:00
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 build: detect Android via '__ANDROID__' macro 2017-07-10 12:43:59 +03:00
util.cpp added timelapse 2014-07-15 09:32:47 -07:00
warpers_cuda.cpp Utilize CV_UNUSED macro 2018-09-07 20:33:52 +09:00
warpers.cpp ocl: avoid unnecessary loading/initializing OpenCL subsystem 2017-11-28 14:02:42 +03:00