2423 Commits (cdac77c2b23c771b7a278c0f6430479b6e0a7f91)

Author SHA1 Message Date
Andrey Kamaev cdac77c2b2 Added test group separators to the html version of performance report. 13 years ago
Alexander Shishkov 48f3db9787 fixed compilation error on Win 13 years ago
Andrey Pavlenko 185680c7c5 Tegra optimization for some color conversion and warpAffine calls 13 years ago
Alexander Shishkov 11ad582250 done user requirement from yvonnic2m@gmail.com 13 years ago
Kirill Kornyakov 694ea8e0c8 Added threaded versions (enabled only for Tegra at the moment) of threshold, erode/dilate. Slighlty restructured the code of medianBlur. 13 years ago
Andrey Kamaev 40c70d127d Fixed bug in summary.py 13 years ago
Andrey Kamaev e9901306c2 Fixed files picking code to preserve the order in summary.py script. 13 years ago
Andrey Kamaev 9b350e5e0d Tegra optimization for median blur 13 years ago
Andrey Kamaev 70416be0dd Tegra optimization for GaussianBlur 13 years ago
Alexander Reshetnikov c53313b06f Complex eigen test was modified. 13 years ago
Andrey Kamaev 8cab65c173 Started top-level CMakeLists.txt file reorganization: cmake scripts are moved to separate folder; refactored BUILD_*, INSTALL_*, ENABLE_*, USE_*, WITH_* options. 13 years ago
Kirill Kornyakov 60eecd4529 doc typo fixed 13 years ago
Andrey Kamaev 22d6827189 Fixed dot product test 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
Vadim Pisarevsky 80f422a531 added copyright notice for MOG2 algorithm by Z. Zivkovic 13 years ago
Andrey Kamaev 683be58119 Added perf test for INTER_AREA resize 13 years ago
Kirill Kornyakov 7fafa3b00a Optimized version of DotProd8u added 13 years ago
Kirill Kornyakov a06dcc9e67 Optimized version of sqsum8u added 13 years ago
Andrey Kamaev 58b980ea88 Perf testing: added ERROR_RELATIVE mode to SANITY_CHECK 13 years ago
Andrey Pavlenko fb051f78de adjusting custom mat allocator when mat type is changed 13 years ago
Kirill Kornyakov 70da780c8e added perf test for dot product (8U, 32S, 32F) 13 years ago
Vladislav Vinogradov 457b8d7bff update gpu perf tests 13 years ago
Vladislav Vinogradov eccfc90b77 bug fix 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
Vadim Pisarevsky e7946d98a9 fixed SSE-optimized cmp_8u (ticket #1530) 13 years ago
Vadim Pisarevsky dec0af8d79 implemented invert(A, B, DECOMP_EIG) 13 years ago
Andrey Kamaev abf42e208a Added missed macro 13 years ago
Andrey Kamaev 95d659a3cf Refactored Tegra related macro usage 13 years ago
Vladislav Vinogradov 4fee5ef818 fixed build under linux 13 years ago
Vladislav Vinogradov 5e38cf8042 added FAST_GPU and ORB_GPU classes 13 years ago
Vladislav Vinogradov e6d820171c added documentation for gpu::BroxOpticalFlow, updated other docs 13 years ago
Vladislav Vinogradov b398ac7a96 added ImagePyramid class to gpu module 13 years ago
Vladislav Vinogradov 92a682093a fixed compilation error 13 years ago
Andrey Kamaev 8108dfb397 Added perf tests for blur, medianBlur, GaussianBlur 13 years ago
Alexander Shishkov 26aef8c719 added skipped file 13 years ago
Alexander Shishkov c11551a510 added P3P method 13 years ago
Leonid Beynenson 6d8f4c6b82 Added small debug insertion. 13 years ago
Andrey Kamaev 5ca24d2ead Added perf tests for cv::compare 13 years ago
Andrey Kamaev 320bee3bfe Fixed border interpolation problem in filter2D 13 years ago
Alexander Reshetnikov 4cfc9dc67e fixed bag in the checking size of matrix and vector for eigen test; all eigen test execution was checked: it works correctly; added first version of homography test for C++ interface 13 years ago
Andrey Kamaev c29ea1056d Added perf test for cv::threshold 13 years ago
Andrey Kamaev cb687b9b1e Added performance test for cv::dilate 13 years ago
Andrey Kamaev bdfd4c3062 Refactored Tegra related macro usage 13 years ago
Maria Dimashova 48ea65e69c fixed traincascade for ordered features 13 years ago
Alexey Spizhevoy b4f17ab79e Updated motions estimators in the stitching module to be able to set camera intrinsics manually 13 years ago
Kirill Kornyakov 893f75444d Optimized version of ReduceR functions and one ReduceC function added 13 years ago
Alexander Reshetnikov 1767049f30 Fixed some errors in test data for eigen. Added test using lowindex & highindex in eigen function. 13 years ago
Andrey Kamaev ec7bc9e497 Fixed ORB and SURF regression tests 13 years ago
Andrey Kamaev ef4ce6232a Fixed FAST feature detector Java tests 13 years ago
Andrey Kamaev 3d61f5bdd0 Fixed 2 more tests for Java API 13 years ago