Vladislav Vinogradov
|
b4e7ee46c6
|
fix compilation without CUDA
|
2014-12-30 11:06:33 +03:00 |
|
Vladislav Vinogradov
|
00e7816c1b
|
add auxiliary functions to work with Input/Output arrays:
they allow to perform asynchronous upload/download into temporary buffer
to get valid GpuMat object
|
2014-12-30 11:06:32 +03:00 |
|
Vladislav Vinogradov
|
53862687d5
|
rename CudaMem -> HostMem to better reflect its purpose
|
2014-12-23 17:42:49 +03:00 |
|
Vladislav Vinogradov
|
9210d8e542
|
move allocMatFromBuf function to farneback.cpp:
* it is the only place, where it is used
* no need to make this function public
|
2014-12-23 17:42:49 +03:00 |
|
Adil Ibragimov
|
dfd0b297ce
|
datastart must be non-const in CUDA.
|
2014-08-13 11:11:33 +04:00 |
|
Vladislav Vinogradov
|
e5188c7e94
|
added GpuMat::Allocator interface
|
2013-10-07 09:42:43 +04:00 |
|
Vladislav Vinogradov
|
cfe4a71dc6
|
renamed gpu* source to cuda* in core module
|
2013-09-02 14:00:42 +04:00 |
|