Anatoly Baksheev
|
4b5bbb7752
|
fast_nlm initial version
|
13 years ago |
Anatoly Baksheev
|
55b1d7c097
|
added CUDA_DISABLER preprocessor commands
|
13 years ago |
Alexey Spizhevoy
|
5c459aa815
|
Added the GPU version of the Farneback's optical flow
|
13 years ago |
Vladislav Vinogradov
|
2695039a79
|
moved GpuMat's operations implementation to core module
|
14 years ago |
Vladislav Vinogradov
|
0f53f2993e
|
removed BEGIN_OPENCV_DEVICE_NAMESPACE macros
|
14 years ago |
Vladislav Vinogradov
|
fcfa72081e
|
moved GpuMat and DevMem2D to core module, some code refactoring
|
14 years ago |
Anatoly Baksheev
|
7076dfd7d6
|
gpu module: refactored devmem2d.hpp (atomic bomb)
|
14 years ago |
Vladislav Vinogradov
|
5e9ae6b19f
|
added TransformFunctorTraits, optimized some functions that use transform
|
14 years ago |
Vladislav Vinogradov
|
926a6bba00
|
modified according to CUDA 4.0 API updates
|
14 years ago |
Vladislav Vinogradov
|
54fa600b9e
|
update docs
minor fixes and refactoring of GPU module
|
14 years ago |
Vladislav Vinogradov
|
deac5d972e
|
fixed errors in gpu on old video cards (SURF_GPU, BruteForceMatcher_GPU, min/max, setTo, convertTo)
added assertion after all kernels calls
|
14 years ago |
Vladislav Vinogradov
|
8abdb3721f
|
added gpu threshold.
|
14 years ago |
Vladislav Vinogradov
|
7d0feef775
|
added vecmath to gpu module.
|
15 years ago |
Vladislav Vinogradov
|
b08f60828b
|
added to gpu module linear filters for int and float source types.
refactored gpu module.
|
15 years ago |
Kirill Kornyakov
|
6960e1544d
|
GPU module update: _GPU suffix removed, some namespaces renamed, minor refactorings.
|
15 years ago |
Anatoly Baksheev
|
9a669b1ceb
|
fixed bugs in page locked memory allocation
avoid extra gpu memory allocation in BP and CSBP
|
15 years ago |
Anatoly Baksheev
|
d1fc3e6b5a
|
cv::gpu::CudaStream -> cv::gpu::Stream
some refactoring
added gpu module to compilation
|
15 years ago |
Vladislav Vinogradov
|
5bd128fac8
|
added gpu belief propagation stereo matching
|
15 years ago |
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 |
Andrey Morozov
|
ace7c7e93c
|
linux compiletion error
|
15 years ago |
Anatoly Baksheev
|
07825bad1e
|
compilation with no cuda re factored
|
15 years ago |
Andrey Morozov
|
1d93ca00de
|
Added files for implementation of operations SetTo()
|
15 years ago |
Anatoly Baksheev
|
2c84a66ec7
|
added support to build without cuda.
|
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 |
Vadim Pisarevsky
|
127d6649a1
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
15 years ago |