Alexander Alekhin
8ab6852927
added performance validation check
11 years ago
Pavel Vlasov
45958eaabc
Implementation detector and selector for IPP and OpenCL;
...
IPP can be switched on and off on runtime;
Optional implementation collector was added (switched off by default in CMake). Gathers data of implementation used in functions and report this info through performance TS;
TS modifications for implementations control;
11 years ago
Ilya Lavrenov
f3c56f8310
first attemp
11 years ago
Ilya Lavrenov
c53398a438
performance tests for FAST
11 years ago
Ilya Lavrenov
aa5311ea9f
backport of master-based perf tests for matchTemplate to 2.4
11 years ago
Konstantin Matskevich
f90e41d54e
dumpinfo
11 years ago
Ilya Lavrenov
5abfd40989
added perf test for cv::goodFeaturesToTrack
11 years ago
Ilya Lavrenov
5d18cf9989
added cv::[extract|insert]Channel to T-API
11 years ago
Ilya Lavrenov
a7a7b80ff8
added perf test for cv::Moments
11 years ago
Ilya Lavrenov
6b9ebcbf3d
deleted extra semicolons
11 years ago
Alexander Alekhin
fe01bc21c0
perf: test-based metrics collection strategy
12 years ago
Alexander Alekhin
cb4267cb38
ts/perf: int -> enum WarmUpType
12 years ago
Alexander Alekhin
f1873bbca1
perf tests: allow to skip performance tests
12 years ago
Alexander Alekhin
376cd8f84f
perf: added simple collection strategy
12 years ago
Alexander Alekhin
1980aad8d7
ocl: dump device info in tests
12 years ago
Alexander Alekhin
66e4aead97
perf tests: added SANITY_CHECK_NOTHING()
12 years ago
Vladislav Vinogradov
fd88654b45
replaced GPU -> CUDA
12 years ago
Vladislav Vinogradov
e895b7455e
renamed gpu namespace -> cuda
12 years ago
kocheganovvm
e4b201be25
Fix unsequenced modifications (Bug #3179 ).
12 years ago
Roman Donchenko
3ea4836a0a
Changed the impls argument to be an array name.
...
Turns out, you can't use preprocessor directives inside macro arguments.
Who'd have thought?
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
Leszek Swirski
0e8c2b0395
Fix visibility of g_linked_ptr_mutex on Windows
...
Reverts some changes in b8ed00bd64
12 years ago
Andrey Kamaev
b8ed00bd64
Compile OpenCV with GCC visibility set to hidden
12 years ago
Andrey Pavlenko
d5881bc00a
adding version info to test log
12 years ago
Andrey Kamaev
96b008cd29
Eliminate the need of ::testsing::ValuesIn() for CV_ENUM
...
Also cv::, cv::gpu:: and cv::ocl:: namespace prefixes can be safely omitted
inside CV_ENUM and CV_FLAGS
12 years ago
Andrey Kamaev
517062039e
Make core/internal.hpp a private header
12 years ago
Andrey Kamaev
71e43852ce
Fix MSVC build issues
12 years ago
Andrey Kamaev
49f6dad13f
Move cv::KeyPoint and cv::DMatch to core
12 years ago
marina.kolpakova
4096b54560
use static assertation where suitable
12 years ago
Andrey Kamaev
ad5cddc007
Main module headers are moved 1 level up
...
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp>
Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
12 years ago
Vladislav Vinogradov
ecb2ebfba4
Move opengl iterop code to cv::ogl namespace
...
Fixed issues: #2737 #2848
12 years ago
Anatoly Baksheev
be22891f71
added GPU_PERF_TESTP_P but haven't switched test to it (only perf4au app)
13 years ago
Andrey Kamaev
7267d518d5
Fix build in Visual Studio 2005
13 years ago
Andrey Kamaev
3ffe0f0117
Remove unused tbb::task_scheduler_init from perf tests
13 years ago
Kirill Kornyakov
84176fa027
Added perf test for warpPerpsective with large resolutions
13 years ago
marina.kolpakova
800cb9d0e6
allow gpu module write sanity data for GPU and CPU tests in one xml
13 years ago
Andrey Kamaev
97640847c5
Add methods to sort keypoints and corresponding descriptors
13 years ago
marina.kolpakova
b28acfc12e
add GPU module specific command line arguments
13 years ago
marina.kolpakova
f5d6367ea1
GPU module performance tests are aligned with other OpenCV pefrofmance tests
13 years ago
Andrey Kamaev
39d6eb7312
Add sanity check support for vector<DMatch>
13 years ago
Andrey Kamaev
95b6a103b5
Add sanity checks support for vertor<KeyPoint>
13 years ago
Andrey Kamaev
e2ff0ed1fb
Add sanity checks to objdetect module perf tests
13 years ago
Andrey Kamaev
a3ab6d147d
Fix CV_ENUM macro instability
13 years ago
Andrey Kamaev
6151a6ea0b
Make SANITY_CHECK required for all performance tests
13 years ago
Kirill Kornyakov
494ae1562d
Added 240p resolution alias for perf tests
13 years ago
Oleg Sklyarov
bbe418427e
Added WQHD = 1444p frame size
13 years ago
Vladislav Vinogradov
81d6400f45
fixed compilation under windows
13 years ago
Andrey Kamaev
81a5988015
Merged the trunk r8467:8507 (inclusive) (big bunch of documentation fixes)
13 years ago
Andrey Kamaev
c492dc6a83
Fixed property names in cap_dshow #1993
13 years ago