Andrey Kamaev
|
4d059e9e5b
|
Merge release 2.4.3
|
2012-11-02 17:58:02 +04:00 |
|
Andrey Kamaev
|
7267d518d5
|
Fix build in Visual Studio 2005
|
2012-11-01 12:42:51 +04:00 |
|
Andrey Kamaev
|
6211f156e6
|
Merge 2.4.3-rc
|
2012-10-24 19:56:27 +04:00 |
|
Andrey Kamaev
|
0072078857
|
Hide non-windows variable in gtest
|
2012-10-23 18:09:49 +04:00 |
|
Andrey Kamaev
|
c13eb07d47
|
Fix argument parsing for old command line parser
|
2012-10-23 12:07:01 +04:00 |
|
OpenCV Buildbot
|
81f826db2b
|
Normalize line endings and whitespace
|
2012-10-17 15:57:49 +04:00 |
|
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
2012-10-17 15:32:23 +04:00 |
|
Andrey Kamaev
|
d566c6bc86
|
Revert "add new version of CommandLineParser. add empty docs"
This reverts commit 54a202b3d5 .
Conflicts:
modules/core/doc/command_line_parser.rst
modules/core/include/opencv2/core/core.hpp
modules/core/src/cmdparser.cpp
modules/gpu/perf/main.cpp
modules/gpu/test/main.cpp
modules/ts/src/ts_perf.cpp
|
2012-10-15 20:01:44 +04:00 |
|
Andrey Kamaev
|
52e490ef88
|
Revert "fixed compile error under linux"
This reverts commit e2d9fc4dcc .
|
2012-10-15 20:01:44 +04:00 |
|
Andrey Kamaev
|
3ffe0f0117
|
Remove unused tbb::task_scheduler_init from perf tests
|
2012-10-15 16:25:06 +04:00 |
|
Andrey Kamaev
|
c3881ede62
|
Refactor thread management in performance tests
|
2012-10-15 16:14:11 +04:00 |
|
Kirill Kornyakov
|
84176fa027
|
Added perf test for warpPerpsective with large resolutions
|
2012-10-12 17:14:23 +04:00 |
|
marina.kolpakova
|
800cb9d0e6
|
allow gpu module write sanity data for GPU and CPU tests in one xml
|
2012-10-12 14:46:18 +04:00 |
|
Andrey Kamaev
|
a3a658c034
|
Quiet MSVC warning
|
2012-10-12 12:19:34 +04:00 |
|
Andrey Kamaev
|
97640847c5
|
Add methods to sort keypoints and corresponding descriptors
|
2012-10-11 18:25:45 +04:00 |
|
Andrey Kamaev
|
18295bc778
|
Improve performance tests failures formatting
|
2012-10-11 17:41:02 +04:00 |
|
Andrey Kamaev
|
423837ddae
|
Restore theRNG seed reset on test SetUp as it is still needed
|
2012-10-10 18:07:03 +04:00 |
|
Oleg Sklyarov
|
3f61b9792b
|
fixed bug #2407: run.py now understands android device names with spaces
|
2012-10-10 16:59:00 +04:00 |
|
marina.kolpakova
|
b28acfc12e
|
add GPU module specific command line arguments
|
2012-10-10 16:13:25 +04:00 |
|
marina.kolpakova
|
f88be98ec4
|
print information message about target device for GPU module tests
|
2012-10-10 16:13:25 +04:00 |
|
marina.kolpakova
|
f5d6367ea1
|
GPU module performance tests are aligned with other OpenCV pefrofmance tests
|
2012-10-10 16:13:24 +04:00 |
|
Andrey Kamaev
|
39d6eb7312
|
Add sanity check support for vector<DMatch>
|
2012-10-09 19:17:58 +04:00 |
|
Andrey Kamaev
|
95b6a103b5
|
Add sanity checks support for vertor<KeyPoint>
|
2012-10-09 18:41:26 +04:00 |
|
Andrey Kamaev
|
5a5c477be6
|
Make performance tests for solvePnPRansec more determenistic
|
2012-10-09 18:41:26 +04:00 |
|
Andrey Kamaev
|
e2ff0ed1fb
|
Add sanity checks to objdetect module perf tests
|
2012-10-09 15:28:51 +04:00 |
|
Andrey Kamaev
|
c146c54bcd
|
Fix sanity checks for empty objects
|
2012-10-09 15:28:51 +04:00 |
|
Andrey Kamaev
|
a3ab6d147d
|
Fix CV_ENUM macro instability
|
2012-10-08 21:37:58 +04:00 |
|
Andrey Kamaev
|
6151a6ea0b
|
Make SANITY_CHECK required for all performance tests
|
2012-10-08 17:17:42 +04:00 |
|
marina.kolpakova
|
23699acca0
|
fix for bug 2264
fix compilation OpenCV with cxx11 under Ubuntu with clang and gcc 4.7
|
2012-10-08 02:37:22 +04:00 |
|
Kirill Kornyakov
|
494ae1562d
|
Added 240p resolution alias for perf tests
|
2012-09-24 15:44:11 +04:00 |
|
Oleg Sklyarov
|
bbe418427e
|
Added WQHD = 1444p frame size
|
2012-09-18 18:02:29 +04:00 |
|
Andrey Morozov
|
e2d9fc4dcc
|
fixed compile error under linux
|
2012-09-07 18:01:06 +04:00 |
|
AoD314
|
54a202b3d5
|
add new version of CommandLineParser. add empty docs
|
2012-09-07 13:24:48 +04:00 |
|
Andrey Kamaev
|
b8adc04545
|
Fix Android build warnings
|
2012-09-06 18:54:38 +04:00 |
|
Andrey Kamaev
|
3d9018f019
|
Fix run.py version control detection when used outide of OpenCV build
|
2012-08-29 19:17:18 +04:00 |
|
Vadim Pisarevsky
|
0bd68a70f1
|
fixed #2297, #2300; fixed several warnings
|
2012-08-28 13:45:35 +04:00 |
|
Andrey Kamaev
|
a840d929ac
|
#2170 fix warning of undefined GTEST_HAS_DEATH_TEST
|
2012-08-21 18:59:51 +04:00 |
|
Vladislav Vinogradov
|
81d6400f45
|
fixed compilation under windows
|
2012-08-21 14:28:40 +04:00 |
|
Daniil Osokin
|
e37b9469da
|
Added perf tests
|
2012-08-10 17:17:09 +04:00 |
|
Andrey Kamaev
|
a3527fc4d8
|
Add git support to run.py
|
2012-08-07 14:30:36 +04:00 |
|
Andrey Kamaev
|
50d13ba5c4
|
Fixed xml name generation in run.py
|
2012-08-06 19:10:55 +04:00 |
|
Andrey Kamaev
|
cfc593eb0d
|
Fixed run.py bugs
|
2012-07-02 21:07:32 +00:00 |
|
Andrey Kamaev
|
565a8dc30d
|
Fixed automatic temporary files cleaning with run.py on Windows
|
2012-07-02 12:23:57 +00:00 |
|
Andrey Kamaev
|
d9c74f63e1
|
All tests writing temporary files are updated to use cv::tempfile() function
|
2012-06-25 11:24:06 +00:00 |
|
Andrey Kamaev
|
1ee5c95ee9
|
Updated gtest to upstream rev616
|
2012-06-24 18:25:58 +00:00 |
|
Andrey Kamaev
|
511d09f587
|
Fixed tests broken by r8708
|
2012-06-22 08:36:29 +00:00 |
|
Andrey Kamaev
|
d48d7b2b46
|
Updated warning options for GCC; fixed new warnings.
|
2012-06-20 12:27:02 +00:00 |
|
Andrey Kamaev
|
542563c444
|
Fixed Android build warnings for old NDK
|
2012-06-14 14:52:00 +00:00 |
|
Andrey Kamaev
|
c5aba337e9
|
Fixed number of warnings. Fixed mingw64 build.
|
2012-06-12 14:46:12 +00:00 |
|
Andrey Kamaev
|
ffa44fb114
|
Fixed precompiled headers build on Linux
|
2012-06-08 16:04:14 +00:00 |
|