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
b416e8715d
move labeling routines from cuda to cudalegacy
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
cad9518928
moved image labeling to gpu module
12 years ago
Vladislav Vinogradov
e41aea0acf
gpuimgproc module for image processing
12 years ago
Vladislav Vinogradov
f0b19d4659
updated license header in whole gpu module
12 years ago
Vladislav Vinogradov
abc9ef6809
moved utility functions from gpu_perf_test and gpu_test to ts 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
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
OpenCV Buildbot
81f826db2b
Normalize line endings and whitespace
13 years ago
OpenCV Buildbot
04384a71e4
Normalize line endings and whitespace
13 years ago
marina.kolpakova
f5d6367ea1
GPU module performance tests are aligned with other OpenCV pefrofmance tests
13 years ago
Vadim Pisarevsky
633a8bfacc
fixed many warnings (modified pull request 13)
13 years ago
Andrey Kamaev
f2a02feffa
Fix Windows build issues
...
* No /arch:SSE3 in MSVC
* Warnings fixed or suppressed
13 years ago
Vladislav Vinogradov
a507d564a4
merged gpu_perf_cpu into gpu_perf
13 years ago
Vladislav Vinogradov
2634dc6cce
removed license comments
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
575078502f
fixed perfomance test for CCL
13 years ago
marina.kolpakova
40c76b9de2
1.x related fixes
13 years ago
marina.kolpakova
634c9dae46
added performance test fot CCL
13 years ago