opencv/modules/cudaarithm/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 Move Ptr-related code from lut.cu to lut.cpp 2019-03-13 20:25:28 +09:00
arithm.cpp Utilize CV_UNUSED macro 2018-09-07 20:33:52 +09:00
core.cpp brush up by following the comments 2020-09-25 23:57:15 +09:00
element_operations.cpp use new getInputMat/getOutputMat/syncOutput methods in cudaarithm routines 2014-12-30 11:06:33 +03:00
lut.cpp Fix errors when building with cuda stubs 2020-10-21 15:51:46 -07:00
lut.hpp Move Ptr-related code from lut.cu to lut.cpp 2019-03-13 20:25:28 +09:00
precomp.hpp removed dependecy from cudalegacy 2013-10-01 12:18:40 +04:00
reductions.cpp cuda_meanStdDev : bug fix 2018-05-16 03:31:47 +09:00