Alexander Alekhin
77fbea49e0
cmake(cuda): update handling of -std=c++11/14 flags
5 years ago
Alexander Alekhin
aaf67d6f61
[moved from opencv] Merge pull request opencv/opencv#16150 from alalek:cmake_avoid_deprecated_link_private
...
* cmake: avoid deprecated LINK_PRIVATE/LINK_PUBLIC
see CMP0023 (CMake 2.8.12+)
* cmake: fix 3rdparty list
- don't include OpenCV modules
original commit: a45928045a
5 years ago
Tomoaki Teshima
a6b3254db9
fix test failure of CUDA_ImgProc
...
* update the coefficient value
6 years ago
Namgoo Lee
02b3d77b7b
[moved from opencv] CUDA 10.1 Build Issue Fix
...
original commit: 5a2faab2e6
6 years ago
Namgoo Lee
cade19501f
[moved from opencv] cudev - Rework some code
...
- Use shfl_down, instead of __shfl_down, on warp scan
- Remove race conditions
original commit: 2b6be3cb0f
6 years ago
Namgoo Lee
04041fd7ea
[moved from opencv] cudalegacy: Use safe block scan function
...
original commit: 21eb60f88b
6 years ago
Namgoo Lee
18439b4150
[moved from opencv] __shfl_up_sync with mask for CUDA >= 9
...
* __shfl_up_sync with proper mask value for CUDA >= 9
* BlockScanInclusive for CUDA >= 9
* compatible_shfl_up for use in integral.hpp
* Use CLAHE in cudev
* Add tests for BlockScan
original commit: 970293a229
6 years ago
Tomoaki Teshima
62f55b4f1f
fix test failure of cudaimgproc convert color of bgr2gray series
7 years ago
Tomoaki Teshima
53c60a9d50
[moved from opencv] fix test failure of cudev
...
* follow the implementation of Luv2RGBfloat in imgproc/src/color_lab.cpp
* loosen threshold in cudaimgproc
original commit: e6ef9221cb
7 years ago
Tomoaki Teshima
ff7dbee60d
fix CvFp16Test failure
7 years ago
Alexander Alekhin
82733fe56b
cuda: move CUDA modules to opencv_contrib
...
OpenCV 4.0+
7 years ago