Vladislav Vinogradov
|
dae188d14f
|
move obsolete algorithms from cudabgsegm to cudalegacy:
* GMG
* FGD
|
10 years ago |
Vladislav Vinogradov
|
9786e0a760
|
fix cudabgsegm module compilation
|
10 years ago |
Vladislav Vinogradov
|
7030a1f9a2
|
fix cudabgsegm module compilation
|
10 years ago |
David Bradley
|
b71744082b
|
cudabgsegm module was not compiling. Changing all references of opencv2/legacy.hpp to opencv2/cudalegacy.hpp seemed to work.
I'm new at this so it would be good to have someone familiar with the build system confirm the change.
|
11 years ago |
Vladislav Vinogradov
|
0c7663eb3b
|
Merge branch 'master' into gpu-cuda-rename
Conflicts:
modules/core/include/opencv2/core/cuda.hpp
modules/cudacodec/src/thread.cpp
modules/cudacodec/src/thread.hpp
modules/superres/perf/perf_superres.cpp
modules/superres/src/btv_l1_cuda.cpp
modules/superres/src/optical_flow.cpp
modules/videostab/src/global_motion.cpp
modules/videostab/src/inpainting.cpp
samples/cpp/stitching_detailed.cpp
samples/cpp/videostab.cpp
samples/gpu/stereo_multi.cpp
|
11 years ago |
Vladislav Vinogradov
|
fd88654b45
|
replaced GPU -> CUDA
|
11 years ago |
Vladislav Vinogradov
|
29386f1449
|
renamed gpubgsegm -> cudabgsegm
|
11 years ago |
Vladislav Vinogradov
|
a0ae602bb7
|
renamed gpuimgproc -> cudaimgproc
|
11 years ago |
Vladislav Vinogradov
|
e895b7455e
|
renamed gpu namespace -> cuda
|
11 years ago |
Vladislav Vinogradov
|
af2a700671
|
made module dependency optional
|
12 years ago |
Vladislav Vinogradov
|
62edeeed16
|
refactored FGD algorithm
|
12 years ago |
Vladislav Vinogradov
|
697793090d
|
refactored GMG algorithm
|
12 years ago |
Vladislav Vinogradov
|
b8f0d1a0e4
|
refactored MOG2 algorithm
|
12 years ago |
Vladislav Vinogradov
|
a2adab7283
|
refactored MOG algorithm
converted it to abstract interface
|
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
|
f531dd839c
|
gpubgsegm module fixes
|
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
|
1b00a3ed54
|
gpucodec module for video decoding/encoding
|
12 years ago |
Andrey Kamaev
|
8f32902ce6
|
Minimize usages of legacy C API inside the library
|
12 years ago |
Vladislav Vinogradov
|
8d97d9598e
|
updated GPU version of TVL1
|
12 years ago |
Vladislav Vinogradov
|
8d521d4704
|
disabled perf tests for gpu VideoWriter and VideoReader
|
12 years ago |
Andrey Kamaev
|
715fa3303e
|
Move cv::Mat out of core.hpp
|
12 years ago |
Vladislav Vinogradov
|
f0b19d4659
|
updated license header in whole gpu module
|
12 years ago |
Vladislav Vinogradov
|
0149969463
|
disable tests that requires video support if it is not available
|
12 years ago |
Vladislav Vinogradov
|
b07bce11ef
|
increased epsilon in sanity test
|
12 years ago |
Vladislav Vinogradov
|
83def21ba9
|
increased time limits in perf tests
|
12 years ago |
Vadim Pisarevsky
|
07e0f7bf59
|
refactored video module; use the new-style algorithms now
|
12 years ago |
Vladislav Vinogradov
|
fd7bf0b766
|
moved SURF_GPU and VIBE to gpunonfree module
|
12 years ago |
Vladislav Vinogradov
|
f533f0dca9
|
fixed gpu sanity tests
|
12 years ago |
Vladislav Vinogradov
|
a138e12a26
|
refactored gpu perf tests and fixed sanity tests
|
12 years ago |
Vladislav Vinogradov
|
a3a09cf4d1
|
refactored OpticalFlowDual_TVL1:
* added DenseOpticalFlow interface
* moved OpticalFlowDual_TVL1 to src folder
|
12 years ago |
Vladislav Vinogradov
|
36e42084f0
|
added gpu BM optical flow implementation
|
12 years ago |
Vladislav Vinogradov
|
ce2fd7fec9
|
added dual tvl1 optical flow gpu implementation
|
12 years ago |
vlad
|
11293d071f
|
Revert "disabled video decoding under linux"
This reverts commit 889674ef43 .
|
12 years ago |
Vladislav Vinogradov
|
4ba33fa1ed
|
Revert "call resetDevice if gpu test fails"
This reverts commit ab25fe9e37 .
|
12 years ago |
Vladislav Vinogradov
|
ab25fe9e37
|
call resetDevice if gpu test fails
|
12 years ago |
Vladislav Vinogradov
|
da017fbeb9
|
fast optical flow bm implementation
|
12 years ago |
Vladislav Vinogradov
|
889674ef43
|
disabled video decoding under linux
|
12 years ago |
Vladislav Vinogradov
|
a6dc6f72b3
|
gpu::calcOpticalFlowBM
|
12 years ago |
Vladislav Vinogradov
|
beb377b38c
|
gpu implementation of Dual TV-L1 Optical Flow
|
12 years ago |
OpenCV Buildbot
|
81f826db2b
|
Normalize line endings and whitespace
|
12 years ago |
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
12 years ago |
Vladislav Vinogradov
|
a008d6fc17
|
fixed bug #2425 : Concurrent convolutions with streams
|
12 years ago |
marina.kolpakova
|
dce323a67b
|
add sanity checks into the video gpu performance tests
|
12 years ago |
Anatoly Baksheev
|
5b31c46c4f
|
added MatCn enum to GPU perf tests
|
12 years ago |
Vadim Pisarevsky
|
06a13d9ba0
|
replaced jpegs with png's. Accuracy tests pass; performance tests were not tried yet
|
12 years ago |
Vladislav Vinogradov
|
7591ee1688
|
fixed gpu perf tests (VideoCapture reopen)
|
12 years ago |
Anatoly Baksheev
|
0ba01afd83
|
added GPU bilateral filter + tests
added GPU non local means brute force filter + tests
|
12 years ago |