amir.tulegenov
|
cbb230fdfc
|
fix getDefaultName()
|
4 years ago |
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
|
71c391cd8d
|
remove unused memory transfer from TVL1 CUDA implementation
it caused runtime failures
|
10 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
|
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
|
fd88654b45
|
replaced GPU -> CUDA
|
12 years ago |
Vladislav Vinogradov
|
5660d6a680
|
renamed gpuoptflow -> cudaoptflow
|
12 years ago |
Vladislav Vinogradov
|
e895b7455e
|
renamed gpu namespace -> cuda
|
12 years ago |
Vladislav Vinogradov
|
3eeaa9189c
|
Revert "Revert "Merge pull request #836 from jet47:gpu-modules""
|
12 years ago |
Andrey Kamaev
|
416fb50594
|
Revert "Merge pull request #836 from jet47:gpu-modules"
This reverts commit fba72cb60d , reversing
changes made to 02131ffb62 .
|
12 years ago |
Vladislav Vinogradov
|
ac0f506d0e
|
split gpuvideo onto gpuoptflow and gpubgsegm
|
12 years ago |
Vladislav Vinogradov
|
fc1fa28556
|
gpuvideo module for video processing
|
12 years ago |
Vladislav Vinogradov
|
204a19b431
|
moved common gpu utility functionality to gpu_private.hpp
|
12 years ago |
Vladislav Vinogradov
|
8d97d9598e
|
updated GPU version of TVL1
|
12 years ago |
Vladislav Vinogradov
|
924b0ef786
|
fixed bug in TVL1 optical flow:
initial optical flow was not cleaned during the second call
|
12 years ago |
Vladislav Vinogradov
|
f0b19d4659
|
updated license header in whole gpu module
|
12 years ago |
Andrey Kamaev
|
2a6fb2867e
|
Remove all using directives for STL namespace and members
Made all STL usages explicit to be able automatically find all usages of
particular class or function.
|
12 years ago |
Vladislav Vinogradov
|
ce2fd7fec9
|
added dual tvl1 optical flow gpu implementation
|
12 years ago |
Vladislav Vinogradov
|
beb377b38c
|
gpu implementation of Dual TV-L1 Optical Flow
|
13 years ago |