Alexander Alekhin
b0f0194595
gpu(sparse_multi): fix definition without TBB
6 years ago
Juan María Gómez López
0239c195d8
Merge pull request #11060 from juanecito:2.4
...
* Thread-safe version of sparse function in cv::gpu::PyrLKOpticalFlow
class. The new function name is sparse_multi
* Thread-safe sparse function in cv::gpu::PyrLKOpticalFlow. Tests
* Thread-safe sparse function in cv::gpu::PyrLKOpticalFlow class.
Add intel_TBB conditional compilation
7 years ago
Maksim Shabunin
ffb9e877e9
Restore ts/gpu_perf.hpp, trying to compile with VS 2015
9 years ago
Vladislav Vinogradov
4b14400976
disable several heavy performance tests
...
(cherry picked from commit cbdddb473c
)
10 years ago
Vladislav Vinogradov
4704a254f7
disable Video_PyrLKOpticalFlowDense performance test
...
sanity fails on Maxwell and CUDA 7.0 due to unknow reason
(cherry picked from commit b4c2891ef3
)
10 years ago
Vladislav Vinogradov
cbdddb473c
disable several heavy performance tests
10 years ago
Vladislav Vinogradov
b4c2891ef3
disable Video_PyrLKOpticalFlowDense performance test
...
sanity fails on Maxwell and CUDA 7.0 due to unknow reason
10 years ago
Vladislav Vinogradov
a984da911b
increase epsilons for some sanity tests
...
(cherry picked from commit 6a6619ec1e
)
10 years ago
Vladislav Vinogradov
6a6619ec1e
increase epsilons for some sanity tests
10 years ago
Vladislav Vinogradov
d579d3e596
increase epsilons for some tests, which functions use floating point arithm
...
(cherry picked from commit 5c07e0b6d3
)
10 years ago
Vladislav Vinogradov
5c07e0b6d3
increase epsilons for some tests, which functions use floating point arithm
10 years ago
Vladislav Vinogradov
975e40f1c0
increase epsilon for TVL1 sanity test
...
(cherry picked from commit 5dff283b39
)
10 years ago
Vladislav Vinogradov
5dff283b39
increase epsilon for TVL1 sanity test
10 years ago
Vladislav Vinogradov
15678efe84
disable 2 problematic tests
11 years ago
Vladislav Vinogradov
7537521f53
disabled MOG2 performance test (sanity check fails on CUDA 6.0)
11 years ago
Vladislav Vinogradov
7c43daccba
fixed perf tests for bgfg segmentation
11 years ago
Vladislav Vinogradov
bff0fad6c3
gpu TVL1 Optical Flow optimization:
...
do not calculate sum of error in every round of iteration;
instead the error will be summed every 2nd times or more,
if the previous sum of error is too far away from threshold.
11 years ago
kamjagin
c24c1a5926
added HAVE_QTKIT to tests
11 years ago
Vladislav Vinogradov
89f3c40d79
fixed BroxOpticalFlow sanity test (increase epsilon value)
...
+ interpolateFrames and createOpticalFlowNeedleMap
12 years ago
Vladislav Vinogradov
8d521d4704
disabled perf tests for gpu VideoWriter and VideoReader
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
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
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
Vladislav Vinogradov
14694343cb
fixed gpu PyrLKSparse perf test
12 years ago
Andrey Kamaev
f2a02feffa
Fix Windows build issues
...
* No /arch:SSE3 in MSVC
* Warnings fixed or suppressed
12 years ago
Vladislav Vinogradov
a507d564a4
merged gpu_perf_cpu into gpu_perf
12 years ago
Vladislav Vinogradov
6e4eb722a6
updated gpu performance tests
...
now it executes only on one device
added posibility to specify device on which tests will be executed
12 years ago
Vladislav Vinogradov
7f3296566c
added performance tests
13 years ago
Marina Kolpakova
162f9fd7ea
merged the trunk r8735:8766, r8769, r8777:8780, r8790 and r8800:8811
13 years ago
Vladislav Vinogradov
59ce0a9f81
Merged revision(s) 8679 from trunk:
...
new implementation of gpu::PyrLKOpticalFlow::sparse (1.5 - 2x faster)
........
13 years ago
Vladislav Vinogradov
5c19c6cb67
Merged revision(s) 8664 from trunk:
...
new implementation of gpu::PyrLKOpticalFlow::dense (1.5 - 2x faster)
........
13 years ago
Vladislav Vinogradov
e9e66e5796
added VIBE_GPU (background subtraction) to gpu module
13 years ago
Andrey Kamaev
d9c74f63e1
All tests writing temporary files are updated to use cv::tempfile() function
13 years ago
Vladislav Vinogradov
acc031aaba
added MOG_GPU and MOG2_GPU (Gaussian Mixture background subtraction)
13 years ago
Vladislav Vinogradov
f392ab0e08
new implementation of gpu::PyrLKOpticalFlow::sparse (1.5 - 2x faster)
13 years ago
Vladislav Vinogradov
2e2bd55729
new implementation of gpu::PyrLKOpticalFlow::dense (1.5 - 2x faster)
13 years ago