Commit Graph

4322 Commits

Author SHA1 Message Date
Andrey Kamaev
aa4a45ff3b Added more version information to cmake status (Qt, CUDA, OpenEXR, gcc) 2012-04-09 13:22:52 +00:00
Vadim Pisarevsky
8521f8a5ec fixed crashes in videocapture and videowriter on Ubuntu 11.10 2012-04-09 12:50:29 +00:00
Ilya Lysenkov
4e51c38fa3 Documented a return value in meanShift() and CamShift() (issue #1678) 2012-04-09 12:44:18 +00:00
Ilya Lysenkov
e10d7b262b Updated a comment about return value in meanShift and CamShift 2012-04-09 12:30:14 +00:00
Alexander Shishkov
bc803ec93e nonfree is optional for Python module now 2012-04-09 12:07:47 +00:00
Ilya Lysenkov
9f20d014c6 Added documentation of old Python parameters in cv.DrawContours() (issue #987) 2012-04-09 12:03:01 +00:00
Alexander Shishkov
b79dfaf078 fixed problem with SURF loading in Python tests 2012-04-09 11:45:36 +00:00
Andrey Pavlenko
a68d0278ba Java API: fixing tests compatibility with API level 8 2012-04-09 11:36:32 +00:00
Andrey Kamaev
d1a8f562b9 Added version detection for zlib, libjpeg, libjasper, libpng, libtiff 2012-04-09 11:32:28 +00:00
Ilya Lysenkov
28cf8cee53 Documented the Python version of findContours (issue #1697) 2012-04-09 11:30:38 +00:00
Maria Dimashova
f2c252f8e7 moved to double in EM; fixed bug 2012-04-09 10:51:50 +00:00
Ilya Lysenkov
b6452f4bcf Added a note that cv::pow() doesn't handle NaN and Inf values (#1739) 2012-04-09 10:50:27 +00:00
Andrey Pavlenko
a9b3a17ae6 Java API: fixing more tests 2012-04-09 08:53:54 +00:00
Andrey Pavlenko
17d88783c2 Java API: fixing more tests 2012-04-09 08:31:28 +00:00
Andrey Pavlenko
bb870a8270 Java API: fixing more tests 2012-04-09 08:20:23 +00:00
Andrey Pavlenko
2e7a9041a7 Java API: fixing more tests 2012-04-09 08:07:18 +00:00
Andrey Kamaev
7ed80d54d7 Added TBB version detection to CMake 2012-04-09 07:53:04 +00:00
Alexander Smorkalov
be20370a3d Autofocus issues on Android ICS fixed. Continuous-video focus mode is set.
Performance problems fixed. Shared camera buffer is used.
2012-04-09 07:36:54 +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
Andrey Kamaev
c16a1d86cc Fixed python detection on Windows with both 32bit and 64bit pythons installed. 2012-04-08 17:36:41 +00:00
Andrey Pavlenko
35a7dfbd37 removing Java tests for removed classes 2012-04-08 17:26:17 +00:00
Andrey Pavlenko
d96dcb8a71 fixing Android build error in Java API 2012-04-08 17:10:15 +00:00
Marina Kolpakova
b5f5700911 fixed build with gcc 4.5+ (#1774) 2012-04-07 16:06:47 +00:00
Marina Kolpakova
cf02b2e258 additional android logging for output gtest xml file 2012-04-07 12:51:59 +00:00
Marina Kolpakova
0ff5712d06 fixed few warnings 2012-04-07 12:47:23 +00:00
Marina Kolpakova
fb0611bd51 Fix for #1773 2012-04-07 12:03:02 +00:00
Ivan Korolev
2154fb5a15 Java API: Fixed some bugs in the ImgprocTest.java 2012-04-07 06:00:18 +00:00
Andrey Kamaev
99b24f77c5 Fixed problem with backslashes in embedded build information. 2012-04-06 20:03:21 +00:00
Andrey Kamaev
dcadc4f8fb #1765 Fixed solvePoly for polynomials having coeffs[n] != 1 2012-04-06 19:54:15 +00:00
Maria Dimashova
5ce2997c84 added assert 2012-04-06 17:10:26 +00:00
Maria Dimashova
84aff376a7 fixed em log likelihood 2012-04-06 17:06:35 +00:00
Vadim Pisarevsky
b8c310065c modified EM interface; updated tests & samples 2012-04-06 15:59:30 +00:00
Andrey Kamaev
1c1c6b98f6 #645 Added cv::getBuildInformation function (with sample) to get OpenCV build configuration 2012-04-06 15:43:20 +00:00
Ivan Korolev
89338a38af Fixed some bugs in the ImgprocTest.java module. 2012-04-06 13:45:07 +00:00
Alexander Shishkov
6c308dac10 fixed problem in solvePnPRansac with TBB 2012-04-06 13:33:22 +00:00
Vadim Pisarevsky
61c7c441b9 handle single-point sets in kmeans properly 2012-04-06 13:22:08 +00:00
Maria Dimashova
71d8769314 removed EM from python and java bindings 2012-04-06 12:30:09 +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
Alexander Shishkov
a03c6d9d1f fixed RAND test for float values 2012-04-06 10:35:25 +00:00
Vadim Pisarevsky
305b9a25e3 restored resolution in big video writer test 2012-04-06 10:15:52 +00:00
Vadim Pisarevsky
0f1f7b0b4a fixed a few VS2010 warnings in EM 2012-04-06 10:04:22 +00:00
Andrey Pavlenko
2291faedd8 Java API: changing CvVectorXxx to MatOfXxx 2012-04-06 09:32:00 +00:00
Andrey Pavlenko
6c0ab28d8b Java API: changing CvVectorXxx to MatOfXxx 2012-04-06 09:30:42 +00:00
Maria Dimashova
85fa0e7763 added cv::EM, moved CvEM to legacy, added/updated tests 2012-04-06 09:26:11 +00:00
Vadim Pisarevsky
cdc5bbc0bc fixed crash in I/O tests on Windows by making sure std::vector is non-empty before taking pointer to its elements 2012-04-05 20:23:53 +00:00
Vadim Pisarevsky
32d72047d5 reduced the video size in video writer tests; retained only most popular codecs. added ffmpeg support on MacOSX. 2012-04-05 18:26:49 +00:00
Alexander Reshetnikov
0ef71c04db Fixed [swscaler ...] bad dst image pointers (tickets ##1708, 1755) 2012-04-05 16:29:42 +00:00
Andrey Kamaev
fa7e7e54dc Fixed ugly bug in AlgorithmInfo initialisation order 2012-04-05 16:06:09 +00:00
Alexander Reshetnikov
56e7852e2f Fixed a problem with AVI reading (removed avcodec_context) 2012-04-05 15:53:03 +00:00
Alexander Smorkalov
a5a3c3139f Native camera shared libraries updated after autofocus fix.
Libs for Android x86 added.
2012-04-05 14:03:20 +00:00