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.
|
11 years ago |
Alexander Alekhin
|
376cd8f84f
|
perf: added simple collection strategy
|
11 years ago |
Roman Donchenko
|
e65eb4e042
|
Updated Google Test to 1.7.0.
|
11 years ago |
Alexander Alekhin
|
66e4aead97
|
perf tests: added SANITY_CHECK_NOTHING()
|
11 years ago |
Alexander Alekhin
|
958604a68e
|
perf test: update error message about relative error
|
11 years ago |
Vladislav Vinogradov
|
fd88654b45
|
replaced GPU -> CUDA
|
11 years ago |
Vladislav Vinogradov
|
3c34b24f1f
|
replaced gpu->cuda in files names
|
11 years ago |
Vladislav Vinogradov
|
cfe4a71dc6
|
renamed gpu* source to cuda* in core module
|
11 years ago |
Vladislav Vinogradov
|
e895b7455e
|
renamed gpu namespace -> cuda
|
11 years ago |
Roman Donchenko
|
e9a28f66ee
|
Normalized file endings.
|
11 years ago |
Vladislav Vinogradov
|
2899d558ac
|
record cuda gpu name to output report
|
11 years ago |
Vladislav Vinogradov
|
b7ec673001
|
added cvconfig.h header, because ts_perf.cpp uses HAVE_CUDA macros
|
11 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 |
Roman Donchenko
|
4af7d65224
|
Made tests record information about CPU features and Tegra optimization status.
|
12 years ago |
Roman Donchenko
|
24d84a45b1
|
Made tests record in the XML output which parallel framework was used.
|
12 years ago |
Vladislav Vinogradov
|
2dab93c2e8
|
refactored gpu info structures (TargetArchs and DeviceInfo)
now DeviceInfo provides full information about device (from cudaDeviceProp)
|
12 years ago |
Vladislav Vinogradov
|
4c9773d55f
|
renamed gpu headers (made it more consistent)
|
12 years ago |
Andrey Pavlenko
|
d5881bc00a
|
adding version info to test log
|
12 years ago |
Vladislav Vinogradov
|
54e7c76d99
|
fixed compilation errors
|
12 years ago |
Andrey Kamaev
|
8f32902ce6
|
Minimize usages of legacy C API inside the library
|
12 years ago |
Andrey Kamaev
|
802d004bbb
|
Fix build issues
|
12 years ago |
Andrey Kamaev
|
9deea80b83
|
Update gtest to upstream r652
It is already marked as a gtest 1.7.0
|
12 years ago |
Andrey Kamaev
|
288a0634c2
|
Make imgproc.hpp independent from C API
|
12 years ago |
Andrey Kamaev
|
517062039e
|
Make core/internal.hpp a private header
|
12 years ago |