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 |
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
|
12 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 |
Vladislav Vinogradov
|
bfb390e82a
|
added gpu::FGDStatModel (Background/foreground segmentation)
|
13 years ago |
Vladislav Vinogradov
|
f07250acf3
|
updated gpu performance tests
|
13 years ago |
Alexey Spizhevoy
|
b0bf54e713
|
Added a perf. test for gpu::FarnebackOpticalFlow
|
13 years ago |
Vladislav Vinogradov
|
8f4d63913a
|
minor
|
13 years ago |
Vladislav Vinogradov
|
77f286ada6
|
fixed build under linux
added PyrLKOpticalFlowDense performance test
|
13 years ago |
Vladislav Vinogradov
|
a10fed8fd1
|
added GoodFeaturesToTrackDetector_GPU and PyrLKOpticalFlow to gpu module
|
13 years ago |
Vladislav Vinogradov
|
e45d5e8a5f
|
added performance test for createOpticalFlowNeedleMap
|
13 years ago |
Andrey Kamaev
|
65f5343ed5
|
Refactored performance tests. TEST_CYCLE macro is renamed to TEST_CYCLE_N; SIMPLE_TEST_CYCLE is renamed to TEST_CYCLE; from now 100 iterations are default for performance tests
|
13 years ago |
Vladislav Vinogradov
|
457b8d7bff
|
update gpu perf tests
|
13 years ago |