Andrey Kamaev
c68eb408c0
Merged the trunk r8917:8919
2012-07-02 21:12:45 +00:00
Andrey Kamaev
d4df1e0b5c
Merged the trunk r8887, r8891, r8314
2012-07-02 12:33:37 +00:00
Marina Kolpakova
162f9fd7ea
merged the trunk r8735:8766, r8769, r8777:8780, r8790 and r8800:8811
2012-06-28 17:07:17 +00:00
Marina Kolpakova
3def843652
merged the trunk r8719:8731 and 8807
2012-06-28 16:39:53 +00:00
Marina Kolpakova
680a44189c
merged the trunk r8704:8716
2012-06-28 16:13:29 +00:00
Andrey Kamaev
bd0e0b5800
Merged the trunk r8589:8653 - all changes related to build warnings
2012-06-15 13:04:17 +00:00
Andrey Kamaev
81a5988015
Merged the trunk r8467:8507 (inclusive) (big bunch of documentation fixes)
2012-05-30 11:13:07 +00:00
Andrey Kamaev
70166820ea
Merged the trunk r8324:8345
2012-05-18 12:59:40 +00:00
Andrey Kamaev
c3577a288b
Merged the trunk r8291:8321
2012-05-18 12:34:01 +00:00
Andrey Kamaev
95e657714f
Minor improvements: reduced verbosity of positioning tests; run.py - filter out non-executables on windows
2012-04-27 19:13:58 +00:00
Andrey Kamaev
09140c2fc6
Reenabled OpponentSIFT test;
...
Changed compiler flags for 32-bit MSVC;
Fixed handling of "d" suffix of debug binaries in run.py.
2012-04-26 21:37:27 +00:00
Andrey Kamaev
f208535bb6
run.py: Automatically enable color output in android tests (posix shell only)
2012-04-26 11:05:36 +00:00
Vadim Pisarevsky
b8e70ea6c9
NORM_L2SQR added too (ticket #1840 )
2012-04-23 12:29:23 +00:00
Vadim Pisarevsky
40f2c716af
added NORM_HAMMING* support to cv::norm (ticket #1840 )
2012-04-23 12:19:02 +00:00
Andrey Kamaev
3a4c14e549
Fixed verbosity of badarg tests
2012-04-19 15:45:40 +00:00
Andrey Kamaev
965dbf3620
run.py: try working directory as a build path if no paths provided
2012-04-16 15:18:47 +00:00
Andrey Kamaev
74cc370c74
Added Java tests support to run.py
2012-04-13 14:50:11 +00:00
Andrey Kamaev
7cc7a3f37d
Suppressed hundreds of useless MSVC warnings (can be reenabled setting cmake variable ENABLE_NOISY_WARNINGS to ON). Fixed some of remaining warnings.
2012-04-08 21:49:19 +00:00
Marina Kolpakova
cf02b2e258
additional android logging for output gtest xml file
2012-04-07 12:51:59 +00:00
Andrey Kamaev
2854e7b5a2
Fixed perf tests crash in case of corrupted sanity data; added option to control process of generating new sanity records
2012-04-06 10:44:55 +00:00
Andrey Kamaev
d80651d99a
Added option to automatically run all accuracy tests with run.py
2012-04-05 12:53:25 +00:00
Vadim Pisarevsky
4985c1b632
fixed hundreds of warnings from MSVC 2010.
2012-03-16 21:21:04 +00:00
Andrey Kamaev
b3f10835a3
run.py: added option to show tests own help
2012-03-15 08:31:57 +00:00
Andrey Kamaev
aeaae8b057
Updated rst configuration to read OpenCV version from sources; fixed several sphinx' warnings
2012-03-02 20:59:13 +00:00
Andrey Kamaev
691d392312
Fixes: Android NDK r7b, android build warnings, build with Visual Studio 2005.
2012-02-16 20:29:35 +00:00
Anatoly Baksheev
84db4eb6fa
fixed ~200 warnings for windows
...
minor build system changes (now cuda code in opencv_core is compiled using CUDA_ARCH* cmake variables)
2012-02-14 10:22:34 +00:00
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
2012-02-03 11:26:49 +00:00
Andrey Kamaev
9d5c24cdc8
Updating opencv module definition in cmake (continued)
2012-01-25 09:04:49 +00:00
Andrey Kamaev
13f4e70e95
Updating opencv module definition in cmake
2012-01-24 16:55:47 +00:00
Andrey Kamaev
6f99447fbf
Fixed compiler flags caching in cmake
2012-01-24 11:46:11 +00:00
Andrey Kamaev
504a93ed0a
Alternative xml naming for performance logs
2012-01-23 16:28:46 +00:00
Andrey Kamaev
c326de43c1
More natural sorting of MatType constants in performance reports.
2012-01-16 07:04:26 +00:00
Andrey Kamaev
61cb83b481
Fixed small bug in summary.py
2012-01-13 12:37:10 +00:00
Andrey Kamaev
cdac77c2b2
Added test group separators to the html version of performance report.
2012-01-09 07:45:19 +00:00
Andrey Kamaev
40c70d127d
Fixed bug in summary.py
2012-01-06 08:44:28 +00:00
Andrey Kamaev
e9901306c2
Fixed files picking code to preserve the order in summary.py script.
2012-01-06 07:41:04 +00:00
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
2011-12-29 16:46:16 +00:00
Andrey Kamaev
58b980ea88
Perf testing: added ERROR_RELATIVE mode to SANITY_CHECK
2011-12-28 14:59:09 +00:00
Andrey Kamaev
f937d68d60
Fixed build for x64 with sse2 disabled; several improvements in performance testing framework; enabled SANITY_CHECK() for performance tests
2011-12-27 16:37:24 +00:00
Andrey Kamaev
4aa47ad115
Added multiple connected Android devices support to the run.py script
2011-12-19 07:43:07 +00:00
Andrey Kamaev
0744092b21
Fixed build with gcc compiler; couple minor improvements in perf testing framework
2011-12-16 04:42:34 +00:00
Andrey Kamaev
a67a0c76c5
Fixed logging in perf tests; small bugfix in run.py
2011-11-30 11:30:45 +00:00
Andrey Morozov
59ea0d8ee8
fixed bug in chart.py
2011-11-29 15:43:46 +00:00
Kirill Kornyakov
913811836a
workaround for the case when perf system is used in external app without TBB
2011-11-24 12:06:38 +00:00
Andrey Kamaev
7fb5b5f218
Improved sorting in performance reports
2011-11-22 13:57:44 +00:00
Andrey Kamaev
7172c8cea9
Android cmake toolchain: fixed some compatibility problems with cmake 2.6.x; improved file header.
...
Fixed small problem in chart.py.
2011-11-19 18:02:00 +00:00
Andrey Kamaev
3bdb53e484
Android cmake toolchain is reworked for NDK r7; added experimental Android x86 support.
2011-11-16 14:32:10 +00:00
Andrey Kamaev
4136855ba8
Tegra-optimized Canny
2011-11-11 14:45:53 +00:00
Andrey Kamaev
a612fa1520
Performance testing: added option to get list of all values for CV_ENUM; added perf test for cv::Sobel
2011-11-01 15:41:43 +00:00
Andrey Kamaev
41d3a9a192
Minor perf tests framework improvement
2011-11-01 08:13:30 +00:00