Ivan Korolev
f1f045858f
Updated a perftest for convertTo
13 years ago
Ivan Korolev
b96a556fff
Created a perftest for convertTo, updated perftests for arithmetical operations
13 years ago
Ivan Korolev
88896166cf
Corrected perf tests: merge, split.
13 years ago
Ivan Korolev
754891ec96
Created perf tests for cvtColor_toBGR565, cvtColor_C3toC4_and_back, split, merge.
13 years ago
Andrey Kamaev
c326de43c1
More natural sorting of MatType constants in performance reports.
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
Andrey Kamaev
58b980ea88
Perf testing: added ERROR_RELATIVE mode to SANITY_CHECK
13 years ago
Kirill Kornyakov
70da780c8e
added perf test for dot product (8U, 32S, 32F)
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
5ca24d2ead
Added perf tests for cv::compare
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
Kirill Kornyakov
177618984d
dft perf test minor fix
13 years ago
Kirill Kornyakov
f2b72928cc
created perf test for DFT
13 years ago
Andrey Kamaev
22bd127365
Added performance tests for cv:phase and cv::SURF
13 years ago
Andrey Kamaev
20af242a03
Updated command line arguments in performance tests
13 years ago
Andrey Kamaev
5d363e67a0
Tegra optimized cvRound; perf test for cvRound; fixed perf test for stitching
13 years ago
Andrey Kamaev
6ff2ae1d3a
Tegra-optimized minMaxLoc/minMaxIdx
13 years ago
Leonid Beynenson
d99f4a2beb
Since there is no a standard functions cv::min and cv::max which has cv::Scalar argument, removed the performance tests,
...
calling the functions cv::min and cv::max with cv::Scalar argument.
Instead of them two performance tests were created which call the functions cv::min and cv::max with 'double' argument.
13 years ago
Andrey Kamaev
5cce038958
Performance testing branch is merged back into trunk
13 years ago