Anatoly Baksheev
|
22f5376e82
|
refactoring and minor code improvements
added cuda_shared.hpp header was reorganized in order to speed up compilation
|
15 years ago |
Andrey Morozov
|
fff2160d1f
|
implemented asynchronous call for GpuMat::upload() and GpuMat::download(). added test for asynchronous call.
|
15 years ago |
Andrey Morozov
|
769564c130
|
implemented asynchronous call for gpumat::setTo(), gpumat::copyTo(), gpumat::converTo()
|
15 years ago |
Anatoly Baksheev
|
1135bc2495
|
saturate_cast_gpu.hpp
|
15 years ago |
Anatoly Baksheev
|
d352db7ec4
|
imgproc_gpu - minor refactoring
|
15 years ago |
Andrey Morozov
|
2d36ba2175
|
minor fix
|
15 years ago |
Vladislav Vinogradov
|
edd68e588b
|
Added implementation of remap on GPU. Minor fixes of convertTo. Added opencv_imgproc to gpu_test dependencies.
|
15 years ago |
Anatoly Baksheev
|
17f7b12a83
|
Variable winSize for StereoBP_GPU
Fixed StereoBM_GPU kernel crash
Textureness threshold added
|
15 years ago |
Vladislav Vinogradov
|
26c4859634
|
reduced code convert_to by using templates, merged with copyTo
|
15 years ago |
Andrey Morozov
|
a0b1107b3c
|
added implementation copyTo() with mask and added test for this method
|
15 years ago |
Andrey Morozov
|
98c8ecf829
|
modified kernel setto(), added double type, code has been improved
|
15 years ago |
Vladislav Vinogradov
|
3f5dd5f1cc
|
added implementation GpuMat::convertTo and merged this with matrix_operations.cpp
|
15 years ago |
Andrey Morozov
|
7bf29e1488
|
optimized gpumat::setTo(), ~ 30 speedup
|
15 years ago |
Andrey Morozov
|
2fe75ea33e
|
fixed implementation of gpumat::setTo()
|
15 years ago |
Andrey Morozov
|
f37ac8e4ca
|
fixed implementation of gpumat::setTo() and improved gputest
|
15 years ago |
Anatoly Baksheev
|
f31cf6d88d
|
prefilter_xsobel option added to stereobm_gpu
|
15 years ago |
Andrey Morozov
|
2be1c7d13f
|
fixed implementation gpumat::setTo()
|
15 years ago |
Andrey Morozov
|
ace7c7e93c
|
linux compiletion error
|
15 years ago |
Anatoly Baksheev
|
07825bad1e
|
compilation with no cuda re factored
|
15 years ago |
Andrey Morozov
|
20e2dc84b0
|
added implementation SetTo() with mask
|
15 years ago |
Andrey Morozov
|
1d93ca00de
|
Added files for implementation of operations SetTo()
|
15 years ago |
Anatoly Baksheev
|
b8535d1726
|
bixed bug in cudaSafeCall
|
15 years ago |
Anatoly Baksheev
|
55b1e9cbc7
|
added safe call support in cu files
|
15 years ago |
Anatoly Baksheev
|
2c84a66ec7
|
added support to build without cuda.
|
15 years ago |
Andrey Morozov
|
c00e9cfa27
|
fixed problem with compiled on linux
|
15 years ago |
Anatoly Baksheev
|
c4ef619ac5
|
minor changes in gpu code (initialization interface)
|
15 years ago |
Anatoly Baksheev
|
7f6fb6ef97
|
First gpu code draft. Interface might be significantly changed in future.
Simple implementation of StereoBM_GPU.
It is excluded from compilation now.
|
15 years ago |