opencv/modules
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
..
calib3d java: fix javadoc generation 2020-10-06 04:28:25 +00:00
core Merge pull request #18068 from lionkunonly:gsoc_2020_simd 2020-10-18 20:30:36 +00:00
cudaarithm Fix errors when building with cuda stubs 2020-10-21 15:51:46 -07:00
cudabgsegm
cudacodec cudacodec(build): fix detection in CMake, cleanup duplicate includes 2020-06-17 09:09:40 +00:00
cudafeatures2d
cudafilters
cudaimgproc Remove compiler warnings 2020-08-21 23:52:30 +09:00
cudalegacy
cudaobjdetect
cudaoptflow Remove compiler warnings 2020-08-21 23:52:30 +09:00
cudastereo
cudawarping
cudev
dnn dnn(opencl): bypass unsupported fusion cases 2 2020-10-09 18:59:08 +00:00
features2d ocl: cleanup dead code in case of disabled OpenCL 2020-08-31 11:30:42 +00:00
flann backport: checks and fixes from static code analyzers results 2020-09-02 19:05:47 +00:00
highgui Update window_w32.cpp 2020-09-29 21:50:06 +03:00
imgcodecs imwrite: multi-image overload for bindings 2020-10-16 11:27:09 +00:00
imgproc Typo in docstring of distanceTransform 2020-10-20 17:57:10 +08:00
java java: fix javadoc generation 2020-10-06 04:28:25 +00:00
js Merge pull request #18068 from lionkunonly:gsoc_2020_simd 2020-10-18 20:30:36 +00:00
ml ml: fix python test 2020-09-27 21:14:55 +00:00
objdetect backport: checks and fixes from static code analyzers results 2020-09-02 19:05:47 +00:00
photo
python pre: OpenCV 3.4.12 (version++) 2020-09-06 22:26:32 +00:00
shape
stitching Fix errors when building with cuda stubs 2020-10-21 15:51:46 -07:00
superres
ts
video Merge pull request #17180 from PetWorm:3.4 2020-04-29 09:55:59 +00:00
videoio videoio(dc1394_v2): ensure variable initialization 2020-10-06 21:00:36 +00:00
videostab
viz Added to Camera constructor parameter description 2020-04-26 00:17:39 -06:00
world
CMakeLists.txt