Alexander Alekhin
|
1c18b1d245
|
Merge pull request #7370 from souch55:Fixxn
|
2016-10-01 10:44:56 +00:00 |
|
sourin
|
a34fbf7bb1
|
Fixed identifiers warns
|
2016-09-30 15:16:29 +05:30 |
|
Tomoaki Teshima
|
2db2d137ce
|
follow the naming rule as other API
* stop using 'CUDA' prefix
* add explanation
|
2016-08-05 22:14:55 +09:00 |
|
Tomoaki Teshima
|
2974b049e7
|
cudev: add feature to convert FP32(float) from/to FP16(half) on GPU
* add feature of Fp16 on GPU (cudev)
* add test
* leave template function as unimplemented to raise error
|
2016-08-01 00:55:16 +09:00 |
|
aravind
|
f4f1561781
|
Fixed cv::cuda::reduce bug.
|
2016-02-27 08:30:10 +05:30 |
|
Alexander Alekhin
|
c8ff7a4867
|
build: fix opencv_world with CUDA
|
2016-01-14 17:23:55 +03:00 |
|
Vladislav Vinogradov
|
2afb02fcb4
|
fix BORDER_WRAP processing on Maxwell generation
|
2015-11-27 16:45:26 +03:00 |
|
Vladislav Vinogradov
|
02c48ab7d6
|
add CTest support to build tree
|
2015-10-13 17:34:08 +03:00 |
|
Vladislav Vinogradov
|
d81d51d155
|
assing labels to targets and sources
|
2015-10-13 17:33:26 +03:00 |
|
Vladislav Vinogradov
|
2f0de3aa2c
|
add opencv_test_cudev to installation package
|
2015-07-03 13:33:36 +03:00 |
|
Maksim Shabunin
|
6eb8d0aa51
|
Fixed build with CUDA
|
2015-06-24 16:05:08 +03:00 |
|
Vladislav Vinogradov
|
e22979f334
|
fix #4343 : cv::cuda::findMinMaxLoc incorrect output for single row matrix
|
2015-05-18 14:16:55 +03:00 |
|
Vadim Pisarevsky
|
0ff67253f7
|
Merge pull request #3531 from jet47:cuda-core-refactoring
|
2014-12-26 12:12:42 +00:00 |
|
Vladislav Vinogradov
|
9b8c3fd675
|
rewrite cuda::cvtColor with new device layer and fix test failures
|
2014-12-25 19:23:15 +03:00 |
|
Vladislav Vinogradov
|
8237418be6
|
add Allocator parameter to cudev::GpuMat_ contructors
|
2014-12-23 17:42:49 +03:00 |
|
Vladislav Vinogradov
|
53862687d5
|
rename CudaMem -> HostMem to better reflect its purpose
|
2014-12-23 17:42:49 +03:00 |
|
Vladislav Vinogradov
|
b5ab82fdbd
|
mark old CUDA device layer as deprecated and remove it from doxygen documentation
add a note to use new cudev module as a replacement
|
2014-12-23 17:42:14 +03:00 |
|
Vadim Pisarevsky
|
f12bd999bf
|
Merge pull request #3524 from jet47:fix-cuda-warnings
|
2014-12-22 10:58:07 +00:00 |
|
Vladislav Vinogradov
|
ec33c4ae36
|
increase epsilons for tests due to different optimizations (IPP vs CUDA, float vs double)
|
2014-12-22 11:48:45 +03:00 |
|
Vladislav Vinogradov
|
25f33a7e30
|
update cudev color conversions according to the latest changes in CPU code
|
2014-12-22 11:48:45 +03:00 |
|
Vladislav Vinogradov
|
48c9c24da6
|
disable -Wshadow warning for CUDA modules:
it is generated by CUDA headers and we can't fix it
|
2014-12-22 11:48:19 +03:00 |
|
Maksim Shabunin
|
ceb6e8bd94
|
Doxygen documentation: cuda
|
2014-12-01 15:47:13 +03:00 |
|
Alexander Alekhin
|
55188fe991
|
world fix
|
2014-08-05 20:12:35 +04:00 |
|
vbystricky
|
fd51c133df
|
Add depends from highgui to imgcodecs and videoio. And include header from imgcodecs and videoio to imgcodecs
|
2014-07-21 15:10:41 +04:00 |
|
Vladislav Vinogradov
|
f1e44fa5ca
|
fix bug #3678 (cuda::integral failures)
|
2014-05-14 12:48:12 +04:00 |
|
Roman Donchenko
|
bfa40e180f
|
Removed another usage of __func__, following #1763.
|
2013-11-11 17:02:50 +04:00 |
|
Roman Donchenko
|
21233656bd
|
Merge pull request #1540 from jet47:gpuarithm-cudev
|
2013-10-21 16:34:45 +04:00 |
|
Roman Donchenko
|
e290436a4c
|
Merge pull request #1492 from jet47:gpucodec-cudev
|
2013-10-21 16:30:15 +04:00 |
|
Vladislav Vinogradov
|
23cc31e041
|
used new device layer for cv::cuda::LUT
|
2013-10-01 15:24:17 +04:00 |
|
Vladislav Vinogradov
|
1ef211b889
|
used new device layer for cv::gpu::reduce
|
2013-10-01 12:18:39 +04:00 |
|
Vladislav Vinogradov
|
e1aa2fd06c
|
added gridMinMaxLoc function
|
2013-10-01 12:18:39 +04:00 |
|
Vladislav Vinogradov
|
bbd519be42
|
fixed warnings
|
2013-10-01 12:18:38 +04:00 |
|
Vladislav Vinogradov
|
045a856c24
|
used new device layer for cv::gpu::minMax
|
2013-10-01 12:18:38 +04:00 |
|
Vladislav Vinogradov
|
b705e0d886
|
used new device layer for cv::gpu::sum
|
2013-10-01 12:18:38 +04:00 |
|
Vladislav Vinogradov
|
9fe92e2111
|
renamed grid/glob_reduce.hpp -> grid/reduce.hpp
|
2013-10-01 12:18:38 +04:00 |
|
Vladislav Vinogradov
|
7b3bbcea71
|
used new device layer for cv::gpu::transpose
|
2013-10-01 12:18:37 +04:00 |
|
Vladislav Vinogradov
|
6dbb32a05d
|
switched to new device layer in split/merge
|
2013-10-01 12:18:37 +04:00 |
|
Vladislav Vinogradov
|
7c8c836a7b
|
switched to new device layer in polar <-> cart
|
2013-10-01 12:18:37 +04:00 |
|
Vladislav Vinogradov
|
b11cccaaca
|
switched to new device layer in bitwize operations
|
2013-10-01 12:18:36 +04:00 |
|
Vladislav Vinogradov
|
ef9917ecf1
|
used new device layer for cv::gpu::compare
|
2013-10-01 12:18:36 +04:00 |
|
Vladislav Vinogradov
|
9c5da2ea22
|
used new device layer for cv::gpu::add
|
2013-10-01 12:18:35 +04:00 |
|
Vladislav Vinogradov
|
32d578f5f0
|
fixed gridTransform overloads problems
|
2013-10-01 12:18:35 +04:00 |
|
Vladislav Vinogradov
|
f4fb7fe1be
|
fixed compilation error "ambiguous symbol" on CUDA 5.0:
disabled Texture Reference API for old CUDA toolkits
|
2013-10-01 12:15:30 +04:00 |
|
Vladislav Vinogradov
|
776c0cb08c
|
switched to new device layer in gpucodec module
|
2013-09-23 12:16:57 +04:00 |
|
Alexander Smorkalov
|
298a1d50d2
|
Merge pull request #1299 from jet47:gpu-cuda-rename
|
2013-09-23 10:31:51 +04:00 |
|
Vladislav Vinogradov
|
20f636fcee
|
fixed cudev compilation for old pre-Fermi archs
|
2013-09-17 17:43:12 +04:00 |
|
Vladislav Vinogradov
|
3c34b24f1f
|
replaced gpu->cuda in files names
|
2013-09-02 14:00:44 +04:00 |
|
Vladislav Vinogradov
|
cfe4a71dc6
|
renamed gpu* source to cuda* in core module
|
2013-09-02 14:00:42 +04:00 |
|
Vladislav Vinogradov
|
e895b7455e
|
renamed gpu namespace -> cuda
|
2013-09-02 14:00:41 +04:00 |
|
Roman Donchenko
|
9ed475cf52
|
War on Whitespace, master edition: file endings.
|
2013-08-27 14:23:26 +04:00 |
|