Alex Torres
|
383b7e9dd1
|
Fixes namespace error on cudaoptflow
|
10 years ago |
Alex Torres
|
2838ccc78e
|
Fixes compilation errors when BUILD_CUDA_STUBS is ON
|
10 years ago |
Vladislav Vinogradov
|
381216aa54
|
refactor cudaoptflow public API:
* use opaque algorithm interfaces
* add stream support
|
10 years ago |
Vladislav Vinogradov
|
19c6bbe7d9
|
move obsolete algorithms from cudaoptflow to cudalegacy
|
10 years ago |
Vladislav Vinogradov
|
71c391cd8d
|
remove unused memory transfer from TVL1 CUDA implementation
it caused runtime failures
|
10 years ago |
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
|
11 years ago |
Philipp Hasper
|
30742d21d8
|
CUDA optical flow stubs: missing parameter
|
11 years ago |
Ernest Galbrun
|
5623701acb
|
performance issue for cuda TVL1 when gamma = 0
|
11 years ago |
Ernest Galbrun
|
62fed8b7b2
|
retry after failure to load from the build bot
|
11 years ago |
Ernest Galbrun
|
5c8e679bdc
|
still a couple tabs and trailing whitespaces...
|
11 years ago |
Ernest Galbrun
|
eb6c598678
|
changed nullptr to NULL to avoid c++11 (failed to build on linux)
replaces tabs with spaces
|
11 years ago |
Ernest Galbrun
|
693c4e5741
|
debug of cuda_tvl1 => pass tests succesfully
|
11 years ago |
Ernest Galbrun
|
b66a13183e
|
added cuda support for chambolle parameter
|
11 years ago |
Vladislav Vinogradov
|
429bfad225
|
removed precomp.cpp files
|
12 years ago |
Vladislav Vinogradov
|
fd88654b45
|
replaced GPU -> CUDA
|
12 years ago |
Vladislav Vinogradov
|
5660d6a680
|
renamed gpuoptflow -> cudaoptflow
|
12 years ago |