Ilya Lavrenov
|
05a47d9014
|
cmd option
|
11 years ago |
Ilya Lavrenov
|
4a63b3dd90
|
cv2cvtest part2
|
11 years ago |
Ilya Lavrenov
|
aa5326c231
|
cv::norm -> cvtest::norm in tests
Conflicts:
modules/core/src/stat.cpp
|
11 years ago |
Andrey Pavlenko
|
a3668f1369
|
changing default perf strategy from BASIC (old) to SIMPLE (new, faster)
|
11 years ago |
Ilya Lavrenov
|
b73490f86c
|
eliminated restriction src[i].channels() == 1 in cv::merge
|
11 years ago |
Ilya Lavrenov
|
f138b613b7
|
cv::compare
|
11 years ago |
Ilya Lavrenov
|
68957b2757
|
added some new performance tests
|
11 years ago |
Ilya Lavrenov
|
16bfdbd22a
|
dump AMD Blas/Fft
|
11 years ago |
Ilya Lavrenov
|
32eb38ec98
|
fixed defects from coverity.com
|
11 years ago |
Alexander Alekhin
|
79eba54a4f
|
some fixes in perf tests
|
11 years ago |
Alexander Smorkalov
|
4c1ed13846
|
Warning fixes for GCC 4.8.
|
11 years ago |
Ilya Lavrenov
|
9b627a5e9f
|
disabled 'reshape', 'copyTo' test
|
11 years ago |
Ilya Lavrenov
|
c7fe162829
|
renamed **2 -> **
|
11 years ago |
Ilya Lavrenov
|
da5b316b4e
|
minor ocl.cpp refactoring
fix for cv::LUT and cv::transpose
|
11 years ago |
Konstantin Matskevich
|
c7a6537b83
|
add brackets
|
11 years ago |
Konstantin Matskevich
|
ae827a638c
|
fixes
|
11 years ago |
Konstantin Matskevich
|
f90e41d54e
|
dumpinfo
|
11 years ago |
Ilya Lavrenov
|
5abfd40989
|
added perf test for cv::goodFeaturesToTrack
|
11 years ago |
Ilya Lavrenov
|
a7a7b80ff8
|
added perf test for cv::Moments
|
11 years ago |
Alexander Smorkalov
|
0206f419c1
|
ts dependency from CUDA runtime removed. All implicit CUDA calls replaced by calls from core module.
|
11 years ago |
Ilya Lavrenov
|
d7c22343aa
|
added perf tests for T-API core functions
|
11 years ago |
Alexander Alekhin
|
e49065b1dc
|
core/ocl: temporary move device selection from ocl module
|
11 years ago |
Andrey Pavlenko
|
a9687a341e
|
adding more than 4 channels random Mats support
if `Scalar:all` is used, Mats with 5+ channels cause errors
|
11 years ago |
Alexander Alekhin
|
7d9150460a
|
core/ocl: added perf test infra + "Add" perf test
|
11 years ago |
Alexander Alekhin
|
fe01bc21c0
|
perf: test-based metrics collection strategy
|
11 years ago |
Alexander Alekhin
|
cb4267cb38
|
ts/perf: int -> enum WarmUpType
|
11 years ago |
Alexander Alekhin
|
206b56ed39
|
ts: catch & append general exceptions into log
|
11 years ago |
Alexander Alekhin
|
881e837520
|
ocl/core: added prototype for tests
|
11 years ago |
Alexander Alekhin
|
f1873bbca1
|
perf tests: allow to skip performance tests
|
11 years ago |
Roman Donchenko
|
cf71ff0845
|
Record OpenCV build type among the test properties.
Because apparently I love running performance tests for debug builds.
|
12 years ago |
Alexander Alekhin
|
376cd8f84f
|
perf: added simple collection strategy
|
12 years ago |
Roman Donchenko
|
e65eb4e042
|
Updated Google Test to 1.7.0.
|
12 years ago |
Alexander Alekhin
|
66e4aead97
|
perf tests: added SANITY_CHECK_NOTHING()
|
12 years ago |
Alexander Alekhin
|
958604a68e
|
perf test: update error message about relative error
|
12 years ago |
Vladislav Vinogradov
|
fd88654b45
|
replaced GPU -> CUDA
|
12 years ago |
Vladislav Vinogradov
|
3c34b24f1f
|
replaced gpu->cuda in files names
|
12 years ago |
Vladislav Vinogradov
|
cfe4a71dc6
|
renamed gpu* source to cuda* in core module
|
12 years ago |
Vladislav Vinogradov
|
e895b7455e
|
renamed gpu namespace -> cuda
|
12 years ago |
Roman Donchenko
|
e9a28f66ee
|
Normalized file endings.
|
12 years ago |
Vladislav Vinogradov
|
2899d558ac
|
record cuda gpu name to output report
|
12 years ago |
Vladislav Vinogradov
|
b7ec673001
|
added cvconfig.h header, because ts_perf.cpp uses HAVE_CUDA macros
|
12 years ago |
Roman Donchenko
|
d9f71b762f
|
Deleted almost all of the precomp.cpp files.
Looks like we don't actually use them; when creating precompiled headers
with Visual C++, a dummy .cpp is created at build time.
|
12 years ago |
Vladislav Vinogradov
|
f87ef77269
|
removed GPU_/CPU_ prefix from gpu's sanity test
|
12 years ago |
Roman Donchenko
|
664b720e4d
|
Extended Google Test to allow filtering by parameter value.
|
12 years ago |
Roman Donchenko
|
c16316c4b4
|
Replaced the semi-public CV_PARALLEL_FRAMEWORK macro with a function.
That way, core/internal.hpp doesn't have to depend on cvconfig.h, which we
don't ship.
|
12 years ago |
Vladislav Vinogradov
|
98bd401534
|
fix gpu::DeviceInfo compilation under linux
glibc defines major and minor macros
which conflict with gpu::DeviceInfo methods with the same name
|
12 years ago |
Roman Donchenko
|
7a104d2793
|
Added an option to print available implementation variants.
|
12 years ago |
Roman Donchenko
|
b581f27249
|
Made perf tests record module name, selected implementation and number of threads.
|
12 years ago |
Roman Donchenko
|
936236e4b1
|
Extended the CPU/GPU selection mechanism in performance tests.
Now it allows choosing between arbitrary implementation variants.
|
12 years ago |
Roman Donchenko
|
d58421c08e
|
Make version-related test properties more useful.
Namely, normalize their names to a common convention and remove useless text
from their values.
|
12 years ago |