231 Commits (055f33ec4687e4d76edc99cde05351c3df10e345)

Author SHA1 Message Date
marina.kolpakova 800cb9d0e6 allow gpu module write sanity data for GPU and CPU tests in one xml 12 years ago
Andrey Kamaev 97640847c5 Add methods to sort keypoints and corresponding descriptors 12 years ago
marina.kolpakova b28acfc12e add GPU module specific command line arguments 12 years ago
marina.kolpakova f5d6367ea1 GPU module performance tests are aligned with other OpenCV pefrofmance tests 12 years ago
Andrey Kamaev 39d6eb7312 Add sanity check support for vector<DMatch> 12 years ago
Andrey Kamaev 95b6a103b5 Add sanity checks support for vertor<KeyPoint> 12 years ago
Andrey Kamaev e2ff0ed1fb Add sanity checks to objdetect module perf tests 12 years ago
Andrey Kamaev a3ab6d147d Fix CV_ENUM macro instability 12 years ago
Andrey Kamaev 6151a6ea0b Make SANITY_CHECK required for all performance tests 12 years ago
marina.kolpakova 23699acca0 fix for bug 2264 12 years ago
Kirill Kornyakov 494ae1562d Added 240p resolution alias for perf tests 12 years ago
Oleg Sklyarov bbe418427e Added WQHD = 1444p frame size 12 years ago
Andrey Kamaev b8adc04545 Fix Android build warnings 12 years ago
Andrey Kamaev a840d929ac #2170 fix warning of undefined GTEST_HAS_DEATH_TEST 12 years ago
Vladislav Vinogradov 81d6400f45 fixed compilation under windows 12 years ago
Marina Kolpakova 162f9fd7ea merged the trunk r8735:8766, r8769, r8777:8780, r8790 and r8800:8811 13 years ago
Andrey Kamaev 1ee5c95ee9 Updated gtest to upstream rev616 13 years ago
Andrey Kamaev bd0e0b5800 Merged the trunk r8589:8653 - all changes related to build warnings 13 years ago
Andrey Kamaev 542563c444 Fixed Android build warnings for old NDK 13 years ago
Andrey Kamaev c5aba337e9 Fixed number of warnings. Fixed mingw64 build. 13 years ago
Andrey Kamaev ffa44fb114 Fixed precompiled headers build on Linux 13 years ago
Andrey Kamaev 47a4e87784 Ignored warnings from gtest with precompiled headers enabled 13 years ago
Andrey Kamaev f62028dc16 Fixed mingw build. 13 years ago
Andrey Kamaev 49a1ba6038 Set stricter warning rules for gcc 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
Anatoly Baksheev 6455488ff4 perf_framework: added TEST_CYCLE_MULTIRUN macros ( invokes function tested several times at each iteration ) 13 years ago
Andrey Kamaev 65f5343ed5 Refactored performance tests. TEST_CYCLE macro is renamed to TEST_CYCLE_N; SIMPLE_TEST_CYCLE is renamed to TEST_CYCLE; from now 100 iterations are default for performance tests 13 years ago
Andrey Kamaev 58b980ea88 Perf testing: added ERROR_RELATIVE mode to SANITY_CHECK 13 years ago
Andrey Kamaev f937d68d60 Fixed build for x64 with sse2 disabled; several improvements in performance testing framework; enabled SANITY_CHECK() for performance tests 13 years ago
Andrey Kamaev a67a0c76c5 Fixed logging in perf tests; small bugfix in run.py 13 years ago
Kirill Kornyakov 913811836a workaround for the case when perf system is used in external app without TBB 13 years ago
Andrey Kamaev 3bdb53e484 Android cmake toolchain is reworked for NDK r7; added experimental Android x86 support. 13 years ago
Andrey Kamaev a612fa1520 Performance testing: added option to get list of all values for CV_ENUM; added perf test for cv::Sobel 13 years ago
Andrey Kamaev 41d3a9a192 Minor perf tests framework improvement 13 years ago
Leonid Beynenson 59d89c7a7a Added possibility to configure TBB behavior in Perf tests --- now we can set the number of TBB threads in the perf tests either as console parameter perf_tbb_nthreads or 13 years ago
Kirill Kornyakov f8983e8adf added small resolutions for perf tests 13 years ago
Kirill Kornyakov 3287729c9f added sz2K resolution for perf tests 13 years ago
Andrey Kamaev 99d3ce52c5 Added performance tests for findCirclesGrid and solvePnP 13 years ago
Andrey Kamaev ab3ec788ce Perf tests: improved reporting when test fails because of exception 13 years ago
Andrey Pavlenko f69bb74202 Fixing static libs build on Windows 13 years ago
Andrey Kamaev 6cb1036e04 Perf tests: method ::perf::TestBase::getDataPath made public static; added base CUDA detection into run.py script 13 years ago
Andrey Kamaev ccfb3e6a21 Perf tests: fixed some issues 13 years ago
Andrey Kamaev 5cce038958 Performance testing branch is merged back into trunk 13 years ago
Artem Myagkov 8c6782300a modified highgui and ts modules and cmakelists for ios cross-compiling, added ios toolchains, added ios build tutorial 13 years ago
Vadim Pisarevsky 9df999154c fixed a few warnings and bugs, including ticket #1079 14 years ago
Anatoly Baksheev 1c18e5fef9 fixed ~300 warnings under windows (had to hack gtest a bit) 14 years ago
Andrey Kamaev 16044d1ad5 Android compatibility fix: avoid regex.h include to be able to build OpenCV for platform android-5 14 years ago
Vadim Pisarevsky abeeb40d46 a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 14 years ago
Nils Hasler 2a5fde0c4d #include cstdarg because va_list is used 14 years ago