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)
Vadim Pisarevsky [Wed, 4 Apr 2012 11:35:51 +0000 (11:35 +0000)]
added test for ticket #1719 and added a note about contour self-intersections to the docs
Andrey Kamaev [Wed, 4 Apr 2012 10:56:17 +0000 (10:56 +0000)]
Updated performance tests sanity data; fixed some tests
Vadim Pisarevsky [Wed, 4 Apr 2012 10:36:49 +0000 (10:36 +0000)]
restore support of vector<float> as possible output descriptor container in SURF::operator().
Andrey Kamaev [Wed, 4 Apr 2012 08:34:30 +0000 (08:34 +0000)]
Removed unneded dependency between objdetect and calib3d
Andrey Kamaev [Tue, 3 Apr 2012 14:24:55 +0000 (14:24 +0000)]
Merged the trunk r7794
Vadim Pisarevsky [Tue, 3 Apr 2012 13:38:54 +0000 (13:38 +0000)]
added initModule_features2d(). Possibly solved problem when the linker excludes seemingly unused detectors/descriptors.
Vadim Pisarevsky [Tue, 3 Apr 2012 13:05:16 +0000 (13:05 +0000)]
restored try-catch in the i/o test
Vadim Pisarevsky [Tue, 3 Apr 2012 12:23:46 +0000 (12:23 +0000)]
fixed a few bugs in XML/YAML input/output.
Maria Dimashova [Tue, 3 Apr 2012 10:51:59 +0000 (10:51 +0000)]
fixed Algorithm
Vladislav Vinogradov [Tue, 3 Apr 2012 06:45:32 +0000 (06:45 +0000)]
updated gpu docs
Alexander Shishkov [Tue, 3 Apr 2012 00:21:09 +0000 (00:21 +0000)]
fixed #1572
Alexander Shishkov [Mon, 2 Apr 2012 22:21:15 +0000 (22:21 +0000)]
fixed bug in document theme
Vadim Pisarevsky [Mon, 2 Apr 2012 17:19:57 +0000 (17:19 +0000)]
added Algorithm::get/set/addParam(vector<Mat>) (to be used by EM)
Alexander Shishkov [Mon, 2 Apr 2012 13:16:54 +0000 (13:16 +0000)]
fixed document style for deprecated interfaces
added logo to the online docs
moved quick-search panel
added logo with white sign
Vladislav Vinogradov [Mon, 2 Apr 2012 11:21:45 +0000 (11:21 +0000)]
fixed gpu::Laplacian
fixed gpu performance sample
Alexander Shishkov [Sun, 1 Apr 2012 08:58:24 +0000 (08:58 +0000)]
changed version to 2.4
Vladislav Vinogradov [Sun, 1 Apr 2012 07:32:25 +0000 (07:32 +0000)]
fixed gpu::filter2D
Andrey Kamaev [Sat, 31 Mar 2012 23:51:59 +0000 (23:51 +0000)]
Fixed gcc build
Anatoly Baksheev [Sat, 31 Mar 2012 23:49:35 +0000 (23:49 +0000)]
fixed #1257 ( HaarCascadeApplication GPU test crash )
Andrey Kamaev [Sat, 31 Mar 2012 22:30:18 +0000 (22:30 +0000)]
Fixed conversions from YV12 and IYUV on non-continuous input. Added accuracy and performance tests.
Anatoly Baksheev [Sat, 31 Mar 2012 22:07:16 +0000 (22:07 +0000)]
fixed bug #1367 in CSBP
Anatoly Baksheev [Sat, 31 Mar 2012 20:01:18 +0000 (20:01 +0000)]
minor
Vadim Pisarevsky [Sat, 31 Mar 2012 17:39:06 +0000 (17:39 +0000)]
added explicit () to avoid MSVC /analyze warning
Andrey Kamaev [Sat, 31 Mar 2012 17:34:24 +0000 (17:34 +0000)]
Fixed typo.
Vadim Pisarevsky [Sat, 31 Mar 2012 17:25:19 +0000 (17:25 +0000)]
added optional dependency stitching->nonfree. When nonfree is available, make sure linker does not throw it away.
Alexander Reshetnikov [Sat, 31 Mar 2012 17:06:35 +0000 (17:06 +0000)]
Fixed compilation error with ffmpeg 0.9.x & 0.10.x
Vladislav Vinogradov [Sat, 31 Mar 2012 17:05:33 +0000 (17:05 +0000)]
applied patch #1734
Andrey Kamaev [Sat, 31 Mar 2012 15:33:03 +0000 (15:33 +0000)]
#1732 Added yuv420p to RGB conversion. Thanks to Robert Abel.
Alexander Shishkov [Sat, 31 Mar 2012 15:28:51 +0000 (15:28 +0000)]
update FFMPEG wrapper binaries
Alexander Reshetnikov [Sat, 31 Mar 2012 15:27:48 +0000 (15:27 +0000)]
Removed duplicated includes from ffmpeg wrappers
Alexander Reshetnikov [Sat, 31 Mar 2012 15:12:45 +0000 (15:12 +0000)]
Solved a problem with VideoWriter in the new wrapper
Alexander Reshetnikov [Sat, 31 Mar 2012 15:10:13 +0000 (15:10 +0000)]
Fixed compilation error under Ubuntu 11.10; added #if-#else-#endif code for some deprecated functions
Andrey Kamaev [Sat, 31 Mar 2012 12:26:03 +0000 (12:26 +0000)]
Fixed build error in Android examples when java bindings are excluded from build.
Andrey Kamaev [Sat, 31 Mar 2012 11:09:16 +0000 (11:09 +0000)]
Fixed ~20 potential errors identified by the MS complier.
Vadim Pisarevsky [Sat, 31 Mar 2012 08:56:48 +0000 (08:56 +0000)]
fixed video capturing on Mac running Windows (ticket #988)
Vadim Pisarevsky [Fri, 30 Mar 2012 20:06:06 +0000 (20:06 +0000)]
another fix for cap_dshow.cpp; fixed warning in facerec_demo
Alexander Reshetnikov [Fri, 30 Mar 2012 19:58:44 +0000 (19:58 +0000)]
Updated displayOverlay's implementation & documentation (ticket #903)
Andrey Kamaev [Fri, 30 Mar 2012 19:26:15 +0000 (19:26 +0000)]
Fixed Windows build (MSVC 10 Win32)
internal CV_CAP_PROP_ZOOM is renamed to CV_CAP_PROP_ZOOM_DSHOW
internal CV_CAP_PROP_FOCUS is renamed to CV_CAP_PROP_FOCUS_DSHOW
Vadim Pisarevsky [Fri, 30 Mar 2012 18:39:03 +0000 (18:39 +0000)]
applied big patch #1281 by Martin Beckett (various direct show video capture enhancements)
Vadim Pisarevsky [Fri, 30 Mar 2012 16:58:24 +0000 (16:58 +0000)]
added borderType to pyrDown, pyrUp & buildPyramid (patch #925)
Alexander Reshetnikov [Fri, 30 Mar 2012 16:57:41 +0000 (16:57 +0000)]
Updated new ffmpeg wrapper
Andrey Kamaev [Fri, 30 Mar 2012 16:21:46 +0000 (16:21 +0000)]
Fixed build with tests disabled
Andrey Kamaev [Fri, 30 Mar 2012 16:10:52 +0000 (16:10 +0000)]
Fixed Android build warnings
Maria Dimashova [Fri, 30 Mar 2012 15:04:51 +0000 (15:04 +0000)]
fix the ticket #1234
Alexander Shishkov [Fri, 30 Mar 2012 14:31:20 +0000 (14:31 +0000)]
update FFMPEG wrapper binaries
Alexander Reshetnikov [Fri, 30 Mar 2012 14:30:24 +0000 (14:30 +0000)]
Fixed a problem with CODEC_ID_RAWVIDEO in FFMPEG (ticket #1400)
Andrey Pavlenko [Fri, 30 Mar 2012 14:22:34 +0000 (14:22 +0000)]
#796, #1701 fixing doc vs code arg-s naming consistency
Vadim Pisarevsky [Fri, 30 Mar 2012 14:13:21 +0000 (14:13 +0000)]
added video stream positioning in QTKit-based VideoCapture backend (patch #1420)
Andrey Kamaev [Fri, 30 Mar 2012 14:03:18 +0000 (14:03 +0000)]
Fixed gcc build after r7751
Vadim Pisarevsky [Fri, 30 Mar 2012 13:51:15 +0000 (13:51 +0000)]
possible fix for #1396
Anatoly Baksheev [Fri, 30 Mar 2012 13:43:50 +0000 (13:43 +0000)]
removed obsolete docs about cuda contexts
Vadim Pisarevsky [Fri, 30 Mar 2012 12:54:54 +0000 (12:54 +0000)]
fixed building delaunay.c with MSVC
Ivan Korolev [Fri, 30 Mar 2012 12:48:47 +0000 (12:48 +0000)]
Fixed the path to the testdata.