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.
Ivan Korolev [Fri, 30 Mar 2012 12:27:17 +0000 (12:27 +0000)]
Fixed the path to the testdata.
Vadim Pisarevsky [Fri, 30 Mar 2012 12:19:25 +0000 (12:19 +0000)]
a LOT of obsolete stuff has been moved to the legacy module.
Andrey Kamaev [Fri, 30 Mar 2012 12:07:45 +0000 (12:07 +0000)]
Fixed several false-positive warnings in rst_parser.py. (Now it detects 553 undocumented parameters for #1205.)
Alexey Spizhevoy [Fri, 30 Mar 2012 09:49:41 +0000 (09:49 +0000)]
Fixed default arg value in videostab sample
Alexey Spizhevoy [Fri, 30 Mar 2012 09:44:32 +0000 (09:44 +0000)]
Added linear similarity estimation into videostab module
Andrey Kamaev [Fri, 30 Mar 2012 06:19:21 +0000 (06:19 +0000)]
Applied patch from #1133
Andrey Kamaev [Thu, 29 Mar 2012 23:10:21 +0000 (23:10 +0000)]
#1532 Debug version of python bindings is excluded from install
Vadim Pisarevsky [Thu, 29 Mar 2012 19:56:53 +0000 (19:56 +0000)]
added description of cv::convexityDefect
Vadim Pisarevsky [Thu, 29 Mar 2012 19:42:47 +0000 (19:42 +0000)]
added cv::convexityDefects (ticket #796)
Ilya Lysenkov [Thu, 29 Mar 2012 18:44:55 +0000 (18:44 +0000)]
Partial fix of a cameraCalibration() test
Ilya Lysenkov [Thu, 29 Mar 2012 17:19:15 +0000 (17:19 +0000)]
Added termination criteria as a calibrateCamera() parameter
Vadim Pisarevsky [Thu, 29 Mar 2012 17:18:38 +0000 (17:18 +0000)]
fixed HOGDescriptor::detect and HOGDescriptor::detectMultiScale signatures (ticket #1304)
Vadim Pisarevsky [Thu, 29 Mar 2012 17:08:03 +0000 (17:08 +0000)]
rewritten floodfill in generic style; added CV_32S flavor (ticket #1482)
Alexander Reshetnikov [Thu, 29 Mar 2012 16:15:55 +0000 (16:15 +0000)]
Fixed error with color space switching for IEEE1394 cameras (patch #766)
Andrey Pavlenko [Thu, 29 Mar 2012 15:41:38 +0000 (15:41 +0000)]
updating screen resolutions support settings
Andrey Pavlenko [Thu, 29 Mar 2012 15:40:21 +0000 (15:40 +0000)]
fixing a typo
Alexander Shishkov [Thu, 29 Mar 2012 13:46:54 +0000 (13:46 +0000)]
fixed #1421
Ilya Lysenkov [Thu, 29 Mar 2012 13:22:49 +0000 (13:22 +0000)]
Added documentation of correctMaches (#1350)
Ilya Lysenkov [Thu, 29 Mar 2012 13:22:22 +0000 (13:22 +0000)]
Added a test for correctMatches (#1350)
Ilya Lysenkov [Thu, 29 Mar 2012 13:21:24 +0000 (13:21 +0000)]
Added wrappers of cvCorrectMatches (#1350)
Vadim Pisarevsky [Thu, 29 Mar 2012 13:06:38 +0000 (13:06 +0000)]
fixed line clipping (ticket #1284)
Alexander Reshetnikov [Thu, 29 Mar 2012 12:20:06 +0000 (12:20 +0000)]
Fixed segfault problem with cap_unicap (ticket #1112)
Vadim Pisarevsky [Thu, 29 Mar 2012 12:00:34 +0000 (12:00 +0000)]
fixed bug #1318. extended RNG::fill with the optional saturateRange parameter
Alexander Reshetnikov [Thu, 29 Mar 2012 11:56:53 +0000 (11:56 +0000)]
Updated close method for ieee1394 cameras