283 Commits (6e3ea8b49db4c750f3ea0ae5080ccca3a3af6a58)

Author SHA1 Message Date
Ilya Lavrenov ff6f5d4d24 fixed warnings 11 years ago
Richard Yoo 11a09ef5cc Changes to support Intel AVX/AVX2 in cvResize(). 11 years ago
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 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 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 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. 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. 11 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. 12 years ago
Vladislav Vinogradov 98bd401534 fix gpu::DeviceInfo compilation under linux 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