Alexander Alekhin
4a297a2443
ts: refactor OpenCV tests
...
- removed tr1 usage (dropped in C++17)
- moved includes of vector/map/iostream/limits into ts.hpp
- require opencv_test + anonymous namespace (added compile check)
- fixed norm() usage (must be from cvtest::norm for checks) and other conflict functions
- added missing license headers
7 years ago
Vladislav Vinogradov
734212a402
refactor CUDA CascadeClassifier
10 years ago
Vladislav Vinogradov
8257dc3c1e
refactor CUDA HOG algorithm:
...
use abstract interface with hidden implementation
10 years ago
Vladislav Vinogradov
f126f371b2
move CUDA object detection algorithms to separate module
10 years ago
Vladislav Vinogradov
fd88654b45
replaced GPU -> CUDA
12 years ago
Vladislav Vinogradov
ae94256edc
renmaed gpu module -> cuda
12 years ago
Vladislav Vinogradov
e895b7455e
renamed gpu namespace -> cuda
12 years ago
Vladislav Vinogradov
eda124ec32
removed gpuobjdetect module
12 years ago
Vladislav Vinogradov
a6648b5372
gpuobjdetect module for object detection
12 years ago
Vladislav Vinogradov
f0b19d4659
updated license header in whole gpu module
12 years ago
Vladislav Vinogradov
83def21ba9
increased time limits in perf tests
12 years ago
Vladislav Vinogradov
abc9ef6809
moved utility functions from gpu_perf_test and gpu_test to ts module
12 years ago
Vladislav Vinogradov
a138e12a26
refactored gpu perf tests and fixed sanity tests
12 years ago
Vladislav Vinogradov
b7e6b5af1b
fixed tests (call resetDevice, if there was a gpu failure)
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
marina.kolpakova
fba62c9251
fix compilation problem after rebase
13 years ago
marina.kolpakova
312a58fcec
fix performance test
13 years ago
marina.kolpakova
30bce16ad6
optimize roi loads
...
only one thread load roi for all block
13 years ago
marina.kolpakova
838842cc96
Add performance detection test in ROI; refactored soft cascade performance tests
13 years ago
marina.kolpakova
eb91593c08
add roi support
13 years ago
marina.kolpakova
c0359ed5c5
fix test: enough size for detection matrix
13 years ago
marina.kolpakova
72b499df00
add detection storing
13 years ago
marina.kolpakova
1bf85996b3
add detections vector initialization in tests
13 years ago
marina.kolpakova
1cf7a46f3a
fix data paths in performance test
13 years ago
marina.kolpakova
1a52a322b5
add performance test for GPU soft cascade
13 years ago
OpenCV Buildbot
81f826db2b
Normalize line endings and whitespace
13 years ago
OpenCV Buildbot
04384a71e4
Normalize line endings and whitespace
13 years ago
marina.kolpakova
2243645d36
add sanity checks into the objdetect gpu performance tests
13 years ago
marina.kolpakova
a07e33609b
added test for caltech images
13 years ago
Vladislav Vinogradov
a507d564a4
merged gpu_perf_cpu into gpu_perf
13 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
13 years ago
marina.kolpakova
1b7ad93dc9
LBP features integrated in CascadeClassifier_GPU
13 years ago
Marina Kolpakova
86d785622b
LBP: switched to texture implementation
13 years ago
Marina Kolpakova
bc83011736
removed unnecessary memory allocation in LBP classifier
13 years ago
Marina Kolpakova
248f39e13e
added performance test for LBP classifier.
13 years ago
Vladislav Vinogradov
f07250acf3
updated gpu performance tests
13 years ago
Vladislav Vinogradov
6d08d04293
compilation
13 years ago
Anatoly Baksheev
671233cd46
gpu: added Cascade and mulAndScaleSpectrums perf tests
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
Vladislav Vinogradov
1f3f4599cc
fixed gpu performance tests
14 years ago
Vladislav Vinogradov
6763bd6d01
added padded performance tests for gpu module
14 years ago