kdrobnyh
|
f4aa7ff919
|
Add IPP support in meanStdDev, minMaxIdx, norm functions
|
11 years ago |
Roman Donchenko
|
e9a28f66ee
|
Normalized file endings.
|
11 years ago |
Alexander Smorkalov
|
b15addec70
|
C4447 warning about main function format suppressed.
|
11 years ago |
Roman Donchenko
|
d9f71b762f
|
Deleted almost all of the precomp.cpp files.
Looks like we don't actually use them; when creating precompiled headers
with Visual C++, a dummy .cpp is created at build time.
|
11 years ago |
kdrobnyh
|
4dfd40bec0
|
Add IPP mean and sum functions
|
11 years ago |
Sergei Nosov
|
c90abb6a03
|
add multiruns to fix "unreliable results" error
|
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 |
Anna Kogan
|
a567c03fdf
|
Switched to TEST_CYCLE_MULTIRUN for fast tests
|
12 years ago |
Anna Kogan
|
ed4c687d45
|
Increased time limits, eliminated extra params
|
12 years ago |
Anna Kogan
|
4e21f42714
|
increased time-limits
|
12 years ago |
Anna Kogan
|
8877066846
|
increased time-limits
|
12 years ago |
Andrey Kamaev
|
a126532cb7
|
Fix OS X build warnings
|
12 years ago |
marina.kolpakova
|
7a5b9a6b7f
|
replase __APPLE__ marco with __clang__
|
12 years ago |
Andrey Kamaev
|
e3be5f138a
|
Fixed sanity checks in several performance tests
|
12 years ago |
Andrey Kamaev
|
2b0072d823
|
Suppress more warnings in gtest on OS X
|
12 years ago |
Andrey Kamaev
|
b45a870d9a
|
Limit 32S data in perf test for addWeighted to avoid integer overflow
|
12 years ago |
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
12 years ago |
marina.kolpakova
|
8d7ac8ad19
|
minor ending fix
|
12 years ago |
daniil.osokin
|
a245161de6
|
added perf test for kmeans
|
12 years ago |
Andrey Kamaev
|
2446c9329f
|
Remove bad perf test for cvRound
|
12 years ago |
Andrey Kamaev
|
8c8ebd9ca6
|
Fix sanity checks for arithmetic tests on CV_32S data
|
12 years ago |
Andrey Pavlenko
|
3bad6ac0ee
|
This reverts commit 738d3fef38 .
|
12 years ago |
Alexander Kapustin
|
738d3fef38
|
1. New function ActualScalarDepth was added
2. Two new NeonOptimized functions subtract_8u8u32f and subtract_8u8u8s were added
|
12 years ago |
Daniil Osokin
|
45c49a9088
|
Added perf test
|
12 years ago |
Daniil Osokin
|
39d6adea17
|
Added perf test
|
12 years ago |
Andrey Kamaev
|
e900952b87
|
quiet most of the OSX build warnings
|
13 years ago |
Andrey Kamaev
|
bd0e0b5800
|
Merged the trunk r8589:8653 - all changes related to build warnings
|
13 years ago |
Andrey Kamaev
|
47a4e87784
|
Ignored warnings from gtest with precompiled headers enabled
|
13 years ago |
Andrey Kamaev
|
49a1ba6038
|
Set stricter warning rules for gcc
|
13 years ago |
Andrey Kamaev
|
70166820ea
|
Merged the trunk r8324:8345
|
13 years ago |
Andrey Kamaev
|
50ad690993
|
Merged the trunk till r8291
|
13 years ago |
Andrey Kamaev
|
3ec3c59197
|
Updated sanity threshold for convertTo perf test
|
13 years ago |
Alexander Kapustin
|
3e899f6fd7
|
File perf_addWeited.cpp added
|
13 years ago |
Alexander Kapustin
|
0094b468e6
|
Fail perf_inRange.cpp added
|
13 years ago |
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
13 years ago |
Andrey Kamaev
|
41eb91f5f1
|
Updated performance tests sanity data; fixed some tests
|
13 years ago |
Andrey Kamaev
|
41158ab553
|
Fixed perf test for convertTo
|
13 years ago |
Vadim Pisarevsky
|
4985c1b632
|
fixed hundreds of warnings from MSVC 2010.
|
13 years ago |
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 |