Andrey Kamaev
984eb99428
Global CMake reorganization:
...
[~] Automatically tracked dependencies between modules
[+] Support for optional module dependencies
[+] Options to choose modules to build
[~] Removed hardcoded modules lists from OpenCVConfig.cmake, opencv.pc and OpenCV.mk
[+] Added COMPONENTS support for FIND_PACKAGE(OpenCV)
[~] haartraining and traincascade are moved outside of modules folder since they aren't the modules
13 years ago
Andrey Kamaev
9d5c24cdc8
Updating opencv module definition in cmake (continued)
13 years ago
Andrey Kamaev
13f4e70e95
Updating opencv module definition in cmake
13 years ago
Andrey Kamaev
6f99447fbf
Fixed compiler flags caching in cmake
13 years ago
Andrey Kamaev
504a93ed0a
Alternative xml naming for performance logs
13 years ago
Andrey Kamaev
c326de43c1
More natural sorting of MatType constants in performance reports.
13 years ago
Andrey Kamaev
61cb83b481
Fixed small bug in summary.py
13 years ago
Andrey Kamaev
cdac77c2b2
Added test group separators to the html version of performance report.
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
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
4aa47ad115
Added multiple connected Android devices support to the run.py script
13 years ago
Andrey Kamaev
0744092b21
Fixed build with gcc compiler; couple minor improvements in perf testing framework
13 years ago
Andrey Kamaev
a67a0c76c5
Fixed logging in perf tests; small bugfix in run.py
13 years ago
Andrey Morozov
59ea0d8ee8
fixed bug in chart.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
7fb5b5f218
Improved sorting in performance reports
13 years ago
Andrey Kamaev
7172c8cea9
Android cmake toolchain: fixed some compatibility problems with cmake 2.6.x; improved file header.
...
Fixed small problem in chart.py.
13 years ago
Andrey Kamaev
3bdb53e484
Android cmake toolchain is reworked for NDK r7; added experimental Android x86 support.
13 years ago
Andrey Kamaev
4136855ba8
Tegra-optimized Canny
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
...
in a test itself using the method declare.tbb_threads(n).
13 years ago
Andrey Kamaev
1d5e407211
minor
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
5eee9e6f6d
Several improvements in performance reports
13 years ago
Andrey Kamaev
e3265b0cfe
Added filters to html perf reports generated by summary.py
13 years ago
Andrey Kamaev
20af242a03
Updated command line arguments in performance tests
13 years ago
Andrey Kamaev
aebd7ebb75
Perf tests: added option to set affinity mask on Android platform
13 years ago
Andrey Kamaev
49d33f6109
Perf tests: linux version of adb search
13 years ago
Andrey Kamaev
db4b72c1ba
Perf tests: fixed some bugs with adb tool search
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 Kamaev
5ab6d5a05a
Perf tests reports - added output format with embedded styles
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
1917d8b006
Fixed perf target on Windows.
13 years ago
Andrey Kamaev
6d09dd5cf7
Perf tests: minor fix in chart.py
13 years ago
Andrey Kamaev
2ef4e2eeb7
Perf tests: fixed some bugs in scripts
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
ff5e97c8e4
added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings
14 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