Alexander Shishkov [Tue, 10 Apr 2012 10:54:08 +0000 (10:54 +0000)]
update FFMPEG wrapper binaries
Vadim Pisarevsky [Tue, 10 Apr 2012 10:53:04 +0000 (10:53 +0000)]
define MIN macro in order to build opencv_ffmpeg*.dll.
Maria Dimashova [Tue, 10 Apr 2012 10:52:11 +0000 (10:52 +0000)]
modified likelihood computing
Maria Dimashova [Tue, 10 Apr 2012 10:06:28 +0000 (10:06 +0000)]
fixed kmeans
Andrey Pavlenko [Tue, 10 Apr 2012 09:48:06 +0000 (09:48 +0000)]
workaround for the 'Bug #1784 (cvFloor/cvCeil)'; typos fixed; two more tests for checkRange
Alexander Smorkalov [Tue, 10 Apr 2012 09:02:50 +0000 (09:02 +0000)]
Setting camera parameters on Android 2.2.2 fixed. Old Android does not support continuous-video focus mode.
Vadim Pisarevsky [Tue, 10 Apr 2012 08:40:50 +0000 (08:40 +0000)]
avoid use of OpenCV functions (like cvRound) in cap_ffmpeg_impl*.hpp
Andrey Kamaev [Tue, 10 Apr 2012 08:28:09 +0000 (08:28 +0000)]
Slightly improved cmake status report
Andrey Kamaev [Tue, 10 Apr 2012 08:27:39 +0000 (08:27 +0000)]
Fixed flann deprecation warnings from flann itself
Andrey Kamaev [Tue, 10 Apr 2012 08:26:46 +0000 (08:26 +0000)]
Added Android-specific implementation of getNumberOfCPUs
Andrey Pavlenko [Tue, 10 Apr 2012 08:22:33 +0000 (08:22 +0000)]
#1783: test and fix for the bug
Vadim Pisarevsky [Mon, 9 Apr 2012 23:12:52 +0000 (23:12 +0000)]
added explicit VideoWriter::release(). Fixed video stream finalization (write remaining frames); Fixed occasional crash in the case of odd-width or odd-height videos; Fixed a few problems in ffmpeg tests. Positioning still does not work well.
Alexander Shishkov [Mon, 9 Apr 2012 20:59:19 +0000 (20:59 +0000)]
update FFMPEG wrapper binaries
Alexander Shishkov [Mon, 9 Apr 2012 20:57:53 +0000 (20:57 +0000)]
test commit for Buildbot
Alexander Shishkov [Mon, 9 Apr 2012 20:17:02 +0000 (20:17 +0000)]
test commit for Buildbot
Alexander Reshetnikov [Mon, 9 Apr 2012 18:51:03 +0000 (18:51 +0000)]
Updated cvconfig.h.cmake
Andrey Kamaev [Mon, 9 Apr 2012 18:31:52 +0000 (18:31 +0000)]
ffmpeg version info for Windows
Alexander Reshetnikov [Mon, 9 Apr 2012 17:38:46 +0000 (17:38 +0000)]
Changes of highgui structure
Vadim Pisarevsky [Mon, 9 Apr 2012 17:21:54 +0000 (17:21 +0000)]
updated ffmpeg to 0.10.2
Vadim Pisarevsky [Mon, 9 Apr 2012 17:18:00 +0000 (17:18 +0000)]
avoid compile error of opencv_ffmpeg[_64].dll with v2 of FFMPEG wrappers
Alexander Shishkov [Mon, 9 Apr 2012 15:40:50 +0000 (15:40 +0000)]
turn on CountNonZero test
Alexander Reshetnikov [Mon, 9 Apr 2012 15:38:37 +0000 (15:38 +0000)]
Code style refactoring for ffmpeg wrappers
Alexander Reshetnikov [Mon, 9 Apr 2012 15:16:59 +0000 (15:16 +0000)]
Updated getProperty method in old ffmpeg wrapper
Andrey Kamaev [Mon, 9 Apr 2012 14:56:11 +0000 (14:56 +0000)]
Minor formatting fix in status report
Andrey Kamaev [Mon, 9 Apr 2012 14:51:14 +0000 (14:51 +0000)]
Fixed cmake configuration for Android for case when only one SDK target is available #1781
Vadim Pisarevsky [Mon, 9 Apr 2012 14:51:08 +0000 (14:51 +0000)]
fixed input array initialization in ArithmMaskUninitialized test (thanks to Alexander!)
Andrey Kamaev [Mon, 9 Apr 2012 14:41:18 +0000 (14:41 +0000)]
Added more version information to cmake status (FFMPEG, GStreamer, Unicap, Xine, V4L, DC1394)
Andrey Pavlenko [Mon, 9 Apr 2012 14:14:41 +0000 (14:14 +0000)]
updating Eclipse projects settings
Andrey Kamaev [Mon, 9 Apr 2012 13:47:30 +0000 (13:47 +0000)]
Fixing TBB search and zlib version detection
Ilya Lysenkov [Mon, 9 Apr 2012 13:37:44 +0000 (13:37 +0000)]
Documented a return value in cvOpenFileStorage (issue #215)
Alexander Reshetnikov [Mon, 9 Apr 2012 13:35:48 +0000 (13:35 +0000)]
Fixed ffmpeg encoding error (ticket #1743)
Andrey Kamaev [Mon, 9 Apr 2012 13:22:52 +0000 (13:22 +0000)]
Added more version information to cmake status (Qt, CUDA, OpenEXR, gcc)
Vadim Pisarevsky [Mon, 9 Apr 2012 12:50:29 +0000 (12:50 +0000)]
fixed crashes in videocapture and videowriter on Ubuntu 11.10
Ilya Lysenkov [Mon, 9 Apr 2012 12:44:18 +0000 (12:44 +0000)]
Documented a return value in meanShift() and CamShift() (issue #1678)
Ilya Lysenkov [Mon, 9 Apr 2012 12:30:14 +0000 (12:30 +0000)]
Updated a comment about return value in meanShift and CamShift
Alexander Shishkov [Mon, 9 Apr 2012 12:07:47 +0000 (12:07 +0000)]
nonfree is optional for Python module now
Ilya Lysenkov [Mon, 9 Apr 2012 12:03:01 +0000 (12:03 +0000)]
Added documentation of old Python parameters in cv.DrawContours() (issue #987)
Alexander Shishkov [Mon, 9 Apr 2012 11:45:36 +0000 (11:45 +0000)]
fixed problem with SURF loading in Python tests
Andrey Pavlenko [Mon, 9 Apr 2012 11:36:32 +0000 (11:36 +0000)]
Java API: fixing tests compatibility with API level 8
Andrey Kamaev [Mon, 9 Apr 2012 11:32:28 +0000 (11:32 +0000)]
Added version detection for zlib, libjpeg, libjasper, libpng, libtiff
Ilya Lysenkov [Mon, 9 Apr 2012 11:30:38 +0000 (11:30 +0000)]
Documented the Python version of findContours (issue #1697)
Maria Dimashova [Mon, 9 Apr 2012 10:51:50 +0000 (10:51 +0000)]
moved to double in EM; fixed bug
Ilya Lysenkov [Mon, 9 Apr 2012 10:50:27 +0000 (10:50 +0000)]
Added a note that cv::pow() doesn't handle NaN and Inf values (#1739)
Andrey Pavlenko [Mon, 9 Apr 2012 08:53:54 +0000 (08:53 +0000)]
Java API: fixing more tests
Andrey Pavlenko [Mon, 9 Apr 2012 08:31:28 +0000 (08:31 +0000)]
Java API: fixing more tests
Andrey Pavlenko [Mon, 9 Apr 2012 08:20:23 +0000 (08:20 +0000)]
Java API: fixing more tests
Andrey Pavlenko [Mon, 9 Apr 2012 08:07:18 +0000 (08:07 +0000)]
Java API: fixing more tests
Andrey Kamaev [Mon, 9 Apr 2012 07:53:04 +0000 (07:53 +0000)]
Added TBB version detection to CMake
Alexander Smorkalov [Mon, 9 Apr 2012 07:36:54 +0000 (07:36 +0000)]
Autofocus issues on Android ICS fixed. Continuous-video focus mode is set.
Performance problems fixed. Shared camera buffer is used.
Andrey Kamaev [Sun, 8 Apr 2012 21:49:19 +0000 (21:49 +0000)]
Suppressed hundreds of useless MSVC warnings (can be reenabled setting cmake variable ENABLE_NOISY_WARNINGS to ON). Fixed some of remaining warnings.
Andrey Kamaev [Sun, 8 Apr 2012 17:36:41 +0000 (17:36 +0000)]
Fixed python detection on Windows with both 32bit and 64bit pythons installed.
Andrey Pavlenko [Sun, 8 Apr 2012 17:26:17 +0000 (17:26 +0000)]
removing Java tests for removed classes
Andrey Pavlenko [Sun, 8 Apr 2012 17:10:15 +0000 (17:10 +0000)]
fixing Android build error in Java API
Marina Kolpakova [Sat, 7 Apr 2012 16:06:47 +0000 (16:06 +0000)]
fixed build with gcc 4.5+ (#1774)
Marina Kolpakova [Sat, 7 Apr 2012 12:51:59 +0000 (12:51 +0000)]
additional android logging for output gtest xml file
Marina Kolpakova [Sat, 7 Apr 2012 12:47:23 +0000 (12:47 +0000)]
fixed few warnings
Marina Kolpakova [Sat, 7 Apr 2012 12:03:02 +0000 (12:03 +0000)]
Fix for #1773
Ivan Korolev [Sat, 7 Apr 2012 06:00:18 +0000 (06:00 +0000)]
Java API: Fixed some bugs in the ImgprocTest.java
Andrey Kamaev [Fri, 6 Apr 2012 20:03:21 +0000 (20:03 +0000)]
Fixed problem with backslashes in embedded build information.
Andrey Kamaev [Fri, 6 Apr 2012 19:54:15 +0000 (19:54 +0000)]
#1765 Fixed solvePoly for polynomials having coeffs[n] != 1
Maria Dimashova [Fri, 6 Apr 2012 17:10:26 +0000 (17:10 +0000)]
added assert
Maria Dimashova [Fri, 6 Apr 2012 17:06:35 +0000 (17:06 +0000)]
fixed em log likelihood
Vadim Pisarevsky [Fri, 6 Apr 2012 15:59:30 +0000 (15:59 +0000)]
modified EM interface; updated tests & samples
Andrey Kamaev [Fri, 6 Apr 2012 15:43:20 +0000 (15:43 +0000)]
#645 Added cv::getBuildInformation function (with sample) to get OpenCV build configuration
Ivan Korolev [Fri, 6 Apr 2012 13:45:07 +0000 (13:45 +0000)]
Fixed some bugs in the ImgprocTest.java module.
Alexander Shishkov [Fri, 6 Apr 2012 13:33:22 +0000 (13:33 +0000)]
fixed problem in solvePnPRansac with TBB
Vadim Pisarevsky [Fri, 6 Apr 2012 13:22:08 +0000 (13:22 +0000)]
handle single-point sets in kmeans properly
Maria Dimashova [Fri, 6 Apr 2012 12:30:09 +0000 (12:30 +0000)]
removed EM from python and java bindings
Andrey Kamaev [Fri, 6 Apr 2012 10:44:55 +0000 (10:44 +0000)]
Fixed perf tests crash in case of corrupted sanity data; added option to control process of generating new sanity records
Alexander Shishkov [Fri, 6 Apr 2012 10:35:25 +0000 (10:35 +0000)]
fixed RAND test for float values
Vadim Pisarevsky [Fri, 6 Apr 2012 10:15:52 +0000 (10:15 +0000)]
restored resolution in big video writer test
Vadim Pisarevsky [Fri, 6 Apr 2012 10:04:22 +0000 (10:04 +0000)]
fixed a few VS2010 warnings in EM
Andrey Pavlenko [Fri, 6 Apr 2012 09:32:00 +0000 (09:32 +0000)]
Java API: changing CvVectorXxx to MatOfXxx
Andrey Pavlenko [Fri, 6 Apr 2012 09:30:42 +0000 (09:30 +0000)]
Java API: changing CvVectorXxx to MatOfXxx
Maria Dimashova [Fri, 6 Apr 2012 09:26:11 +0000 (09:26 +0000)]
added cv::EM, moved CvEM to legacy, added/updated tests
Vadim Pisarevsky [Thu, 5 Apr 2012 20:23:53 +0000 (20:23 +0000)]
fixed crash in I/O tests on Windows by making sure std::vector is non-empty before taking pointer to its elements
Vadim Pisarevsky [Thu, 5 Apr 2012 18:26:49 +0000 (18:26 +0000)]
reduced the video size in video writer tests; retained only most popular codecs. added ffmpeg support on MacOSX.
Alexander Reshetnikov [Thu, 5 Apr 2012 16:29:42 +0000 (16:29 +0000)]
Fixed [swscaler ...] bad dst image pointers (tickets ##1708, 1755)
Andrey Kamaev [Thu, 5 Apr 2012 16:06:09 +0000 (16:06 +0000)]
Fixed ugly bug in AlgorithmInfo initialisation order
Alexander Reshetnikov [Thu, 5 Apr 2012 15:53:03 +0000 (15:53 +0000)]
Fixed a problem with AVI reading (removed avcodec_context)
Alexander Smorkalov [Thu, 5 Apr 2012 14:03:20 +0000 (14:03 +0000)]
Native camera shared libraries updated after autofocus fix.
Libs for Android x86 added.
Alexander Smorkalov [Thu, 5 Apr 2012 14:00:36 +0000 (14:00 +0000)]
Autofocus issue on Android ICS fixed.
Vadim Pisarevsky [Thu, 5 Apr 2012 13:01:34 +0000 (13:01 +0000)]
probably, ultimately fixed the problem of empty clusters in kmeans; added test for singular kmeans cases
Andrey Kamaev [Thu, 5 Apr 2012 12:53:25 +0000 (12:53 +0000)]
Added option to automatically run all accuracy tests with run.py
Andrey Kamaev [Thu, 5 Apr 2012 09:01:03 +0000 (09:01 +0000)]
Merged the trunk r7844
Andrey Pavlenko [Thu, 5 Apr 2012 08:41:03 +0000 (08:41 +0000)]
Java API: minor bug-fixes and improvements in CvVector-s and tests
Andrey Kamaev [Thu, 5 Apr 2012 08:29:59 +0000 (08:29 +0000)]
#1732 Added YUV422 conversions
Andrey Kamaev [Thu, 5 Apr 2012 07:25:52 +0000 (07:25 +0000)]
Improved accuracy of SSE-optimized BayerXX2GRAY conversion; added regression test
Alexander Shishkov [Wed, 4 Apr 2012 16:06:07 +0000 (16:06 +0000)]
fixed #227, added support I420 format
Andrey Pavlenko [Wed, 4 Apr 2012 15:10:26 +0000 (15:10 +0000)]
Java API: fixing Objdetect tests
Andrey Pavlenko [Wed, 4 Apr 2012 15:00:35 +0000 (15:00 +0000)]
Java API: fixing Highgui and Video tests
Andrey Pavlenko [Wed, 4 Apr 2012 14:49:56 +0000 (14:49 +0000)]
Java API: fixing Calib3d tests
Andrey Pavlenko [Wed, 4 Apr 2012 14:26:43 +0000 (14:26 +0000)]
Java API: fixing Core tests; minor enchantments in CvVector-s API
Andrey Kamaev [Wed, 4 Apr 2012 13:42:02 +0000 (13:42 +0000)]
Fix for #1730
Andrey Kamaev [Wed, 4 Apr 2012 13:25:37 +0000 (13:25 +0000)]
Fixed bug in reading zero-size Mat from FileStorage
Andrey Kamaev [Wed, 4 Apr 2012 13:10:03 +0000 (13:10 +0000)]
Added test for reading empty Mat from FileStorage
Andrey Pavlenko [Wed, 4 Apr 2012 12:59:53 +0000 (12:59 +0000)]
Java API: changing C++ vector<T> handling;
Java tests fixes are expected shortly
Vadim Pisarevsky [Wed, 4 Apr 2012 12:52:14 +0000 (12:52 +0000)]
make Mat::Mat(CvMat* m) return empty matrix when m is NULL; added utility Mat::initEmpty() method to replace duplicated matrix initializations in different constructors
Vadim Pisarevsky [Wed, 4 Apr 2012 12:13:53 +0000 (12:13 +0000)]
added notice about the changed behavior of copyMakeBorder in the case of ROI (ticket #1756)
Vadim Pisarevsky [Wed, 4 Apr 2012 11:44:09 +0000 (11:44 +0000)]
support in-place warpAffine, warpPerspective & remap (feature #1150)