platform/upstream/opencv.git
12 years agoFixed problem with backslashes in embedded build information.
Andrey Kamaev [Fri, 6 Apr 2012 20:03:21 +0000 (20:03 +0000)]
Fixed problem with backslashes in embedded build information.

12 years ago#1765 Fixed solvePoly for polynomials having coeffs[n] != 1
Andrey Kamaev [Fri, 6 Apr 2012 19:54:15 +0000 (19:54 +0000)]
#1765 Fixed solvePoly for polynomials having coeffs[n] != 1

12 years agoadded assert
Maria Dimashova [Fri, 6 Apr 2012 17:10:26 +0000 (17:10 +0000)]
added assert

12 years agofixed em log likelihood
Maria Dimashova [Fri, 6 Apr 2012 17:06:35 +0000 (17:06 +0000)]
fixed em log likelihood

12 years agomodified EM interface; updated tests & samples
Vadim Pisarevsky [Fri, 6 Apr 2012 15:59:30 +0000 (15:59 +0000)]
modified EM interface; updated tests & samples

12 years ago#645 Added cv::getBuildInformation function (with sample) to get OpenCV build configu...
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

12 years agoFixed some bugs in the ImgprocTest.java module.
Ivan Korolev [Fri, 6 Apr 2012 13:45:07 +0000 (13:45 +0000)]
Fixed some bugs in the ImgprocTest.java module.

12 years agofixed problem in solvePnPRansac with TBB
Alexander Shishkov [Fri, 6 Apr 2012 13:33:22 +0000 (13:33 +0000)]
fixed problem in solvePnPRansac with TBB

12 years agohandle single-point sets in kmeans properly
Vadim Pisarevsky [Fri, 6 Apr 2012 13:22:08 +0000 (13:22 +0000)]
handle single-point sets in kmeans properly

12 years agoremoved EM from python and java bindings
Maria Dimashova [Fri, 6 Apr 2012 12:30:09 +0000 (12:30 +0000)]
removed EM from python and java bindings

12 years agoFixed perf tests crash in case of corrupted sanity data; added option to control...
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

12 years agofixed RAND test for float values
Alexander Shishkov [Fri, 6 Apr 2012 10:35:25 +0000 (10:35 +0000)]
fixed RAND test for float values

12 years agorestored resolution in big video writer test
Vadim Pisarevsky [Fri, 6 Apr 2012 10:15:52 +0000 (10:15 +0000)]
restored resolution in big video writer test

12 years agofixed a few VS2010 warnings in EM
Vadim Pisarevsky [Fri, 6 Apr 2012 10:04:22 +0000 (10:04 +0000)]
fixed a few VS2010 warnings in EM

12 years agoJava API: changing CvVectorXxx to MatOfXxx
Andrey Pavlenko [Fri, 6 Apr 2012 09:32:00 +0000 (09:32 +0000)]
Java API: changing CvVectorXxx to MatOfXxx

12 years agoJava API: changing CvVectorXxx to MatOfXxx
Andrey Pavlenko [Fri, 6 Apr 2012 09:30:42 +0000 (09:30 +0000)]
Java API: changing CvVectorXxx to MatOfXxx

12 years agoadded cv::EM, moved CvEM to legacy, added/updated tests
Maria Dimashova [Fri, 6 Apr 2012 09:26:11 +0000 (09:26 +0000)]
added cv::EM, moved CvEM to legacy, added/updated tests

12 years agofixed crash in I/O tests on Windows by making sure std::vector is non-empty before...
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

12 years agoreduced the video size in video writer tests; retained only most popular codecs....
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.

12 years agoFixed [swscaler ...] bad dst image pointers (tickets ##1708, 1755)
Alexander Reshetnikov [Thu, 5 Apr 2012 16:29:42 +0000 (16:29 +0000)]
Fixed [swscaler ...] bad dst image pointers (tickets ##1708, 1755)

12 years agoFixed ugly bug in AlgorithmInfo initialisation order
Andrey Kamaev [Thu, 5 Apr 2012 16:06:09 +0000 (16:06 +0000)]
Fixed ugly bug in AlgorithmInfo initialisation order

12 years agoFixed a problem with AVI reading (removed avcodec_context)
Alexander Reshetnikov [Thu, 5 Apr 2012 15:53:03 +0000 (15:53 +0000)]
Fixed a problem with AVI reading (removed avcodec_context)

12 years agoNative camera shared libraries updated after autofocus fix.
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.

12 years agoAutofocus issue on Android ICS fixed.
Alexander Smorkalov [Thu, 5 Apr 2012 14:00:36 +0000 (14:00 +0000)]
Autofocus issue on Android ICS fixed.

12 years agoprobably, ultimately fixed the problem of empty clusters in kmeans; added test for...
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

12 years agoAdded option to automatically run all accuracy tests with run.py
Andrey Kamaev [Thu, 5 Apr 2012 12:53:25 +0000 (12:53 +0000)]
Added option to automatically run all accuracy tests with run.py

12 years agoMerged the trunk r7844
Andrey Kamaev [Thu, 5 Apr 2012 09:01:03 +0000 (09:01 +0000)]
Merged the trunk r7844

12 years agoJava API: minor bug-fixes and improvements in CvVector-s and tests
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

12 years ago#1732 Added YUV422 conversions
Andrey Kamaev [Thu, 5 Apr 2012 08:29:59 +0000 (08:29 +0000)]
#1732 Added YUV422 conversions

12 years agoImproved accuracy of SSE-optimized BayerXX2GRAY conversion; added regression test
Andrey Kamaev [Thu, 5 Apr 2012 07:25:52 +0000 (07:25 +0000)]
Improved accuracy of SSE-optimized BayerXX2GRAY conversion; added regression test

12 years agofixed #227, added support I420 format
Alexander Shishkov [Wed, 4 Apr 2012 16:06:07 +0000 (16:06 +0000)]
fixed #227, added support I420 format

12 years agoJava API: fixing Objdetect tests
Andrey Pavlenko [Wed, 4 Apr 2012 15:10:26 +0000 (15:10 +0000)]
Java API: fixing Objdetect tests

12 years agoJava API: fixing Highgui and Video tests
Andrey Pavlenko [Wed, 4 Apr 2012 15:00:35 +0000 (15:00 +0000)]
Java API: fixing Highgui and Video tests

12 years agoJava API: fixing Calib3d tests
Andrey Pavlenko [Wed, 4 Apr 2012 14:49:56 +0000 (14:49 +0000)]
Java API: fixing Calib3d tests

12 years agoJava API: fixing Core tests; minor enchantments in CvVector-s API
Andrey Pavlenko [Wed, 4 Apr 2012 14:26:43 +0000 (14:26 +0000)]
Java API: fixing Core tests; minor enchantments in CvVector-s API

12 years agoFix for #1730
Andrey Kamaev [Wed, 4 Apr 2012 13:42:02 +0000 (13:42 +0000)]
Fix for #1730

12 years agoFixed bug in reading zero-size Mat from FileStorage
Andrey Kamaev [Wed, 4 Apr 2012 13:25:37 +0000 (13:25 +0000)]
Fixed bug in reading zero-size Mat from FileStorage

12 years agoAdded test for reading empty Mat from FileStorage
Andrey Kamaev [Wed, 4 Apr 2012 13:10:03 +0000 (13:10 +0000)]
Added test for reading empty Mat from FileStorage

12 years agoJava API: changing C++ vector<T> handling;
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

12 years agomake Mat::Mat(CvMat* m) return empty matrix when m is NULL; added utility Mat::initEm...
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

12 years agoadded notice about the changed behavior of copyMakeBorder in the case of ROI (ticket...
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)

12 years agosupport in-place warpAffine, warpPerspective & remap (feature #1150)
Vadim Pisarevsky [Wed, 4 Apr 2012 11:44:09 +0000 (11:44 +0000)]
support in-place warpAffine, warpPerspective & remap (feature #1150)

12 years agoadded test for ticket #1719 and added a note about contour self-intersections to...
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

12 years agoUpdated performance tests sanity data; fixed some tests
Andrey Kamaev [Wed, 4 Apr 2012 10:56:17 +0000 (10:56 +0000)]
Updated performance tests sanity data; fixed some tests

12 years agorestore support of vector<float> as possible output descriptor container in SURF...
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().

12 years agoRemoved unneded dependency between objdetect and calib3d
Andrey Kamaev [Wed, 4 Apr 2012 08:34:30 +0000 (08:34 +0000)]
Removed unneded dependency between objdetect and calib3d

12 years agoMerged the trunk r7794
Andrey Kamaev [Tue, 3 Apr 2012 14:24:55 +0000 (14:24 +0000)]
Merged the trunk r7794

12 years agoadded initModule_features2d(). Possibly solved problem when the linker excludes seemi...
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.

12 years agorestored try-catch in the i/o test
Vadim Pisarevsky [Tue, 3 Apr 2012 13:05:16 +0000 (13:05 +0000)]
restored try-catch in the i/o test

12 years agofixed a few bugs in XML/YAML input/output.
Vadim Pisarevsky [Tue, 3 Apr 2012 12:23:46 +0000 (12:23 +0000)]
fixed a few bugs in XML/YAML input/output.

12 years agofixed Algorithm
Maria Dimashova [Tue, 3 Apr 2012 10:51:59 +0000 (10:51 +0000)]
fixed Algorithm

12 years agoupdated gpu docs
Vladislav Vinogradov [Tue, 3 Apr 2012 06:45:32 +0000 (06:45 +0000)]
updated gpu docs

12 years agofixed #1572
Alexander Shishkov [Tue, 3 Apr 2012 00:21:09 +0000 (00:21 +0000)]
fixed #1572

12 years agofixed bug in document theme
Alexander Shishkov [Mon, 2 Apr 2012 22:21:15 +0000 (22:21 +0000)]
fixed bug in document theme

12 years agoadded Algorithm::get/set/addParam(vector<Mat>) (to be used by EM)
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)

12 years agofixed document style for deprecated interfaces
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

12 years agofixed gpu::Laplacian
Vladislav Vinogradov [Mon, 2 Apr 2012 11:21:45 +0000 (11:21 +0000)]
fixed gpu::Laplacian
fixed gpu performance sample

12 years agochanged version to 2.4
Alexander Shishkov [Sun, 1 Apr 2012 08:58:24 +0000 (08:58 +0000)]
changed version to 2.4

12 years agofixed gpu::filter2D
Vladislav Vinogradov [Sun, 1 Apr 2012 07:32:25 +0000 (07:32 +0000)]
fixed gpu::filter2D

12 years agoFixed gcc build
Andrey Kamaev [Sat, 31 Mar 2012 23:51:59 +0000 (23:51 +0000)]
Fixed gcc build

12 years agofixed #1257 ( HaarCascadeApplication GPU test crash )
Anatoly Baksheev [Sat, 31 Mar 2012 23:49:35 +0000 (23:49 +0000)]
fixed #1257 ( HaarCascadeApplication GPU test crash )

12 years agoFixed conversions from YV12 and IYUV on non-continuous input. Added accuracy and...
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.

12 years agofixed bug #1367 in CSBP
Anatoly Baksheev [Sat, 31 Mar 2012 22:07:16 +0000 (22:07 +0000)]
fixed bug #1367 in CSBP

12 years agominor
Anatoly Baksheev [Sat, 31 Mar 2012 20:01:18 +0000 (20:01 +0000)]
minor

12 years agoadded explicit () to avoid MSVC /analyze warning
Vadim Pisarevsky [Sat, 31 Mar 2012 17:39:06 +0000 (17:39 +0000)]
added explicit () to avoid MSVC /analyze warning

12 years agoFixed typo.
Andrey Kamaev [Sat, 31 Mar 2012 17:34:24 +0000 (17:34 +0000)]
Fixed typo.

12 years agoadded optional dependency stitching->nonfree. When nonfree is available, make sure...
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.

12 years agoFixed compilation error with ffmpeg 0.9.x & 0.10.x
Alexander Reshetnikov [Sat, 31 Mar 2012 17:06:35 +0000 (17:06 +0000)]
Fixed compilation error with ffmpeg 0.9.x & 0.10.x

12 years agoapplied patch #1734
Vladislav Vinogradov [Sat, 31 Mar 2012 17:05:33 +0000 (17:05 +0000)]
applied patch #1734

12 years ago#1732 Added yuv420p to RGB conversion. Thanks to Robert Abel.
Andrey Kamaev [Sat, 31 Mar 2012 15:33:03 +0000 (15:33 +0000)]
#1732 Added yuv420p to RGB conversion. Thanks to Robert Abel.

12 years agoupdate FFMPEG wrapper binaries
Alexander Shishkov [Sat, 31 Mar 2012 15:28:51 +0000 (15:28 +0000)]
update FFMPEG wrapper binaries

12 years agoRemoved duplicated includes from ffmpeg wrappers
Alexander Reshetnikov [Sat, 31 Mar 2012 15:27:48 +0000 (15:27 +0000)]
Removed duplicated includes from ffmpeg wrappers

12 years agoSolved a problem with VideoWriter in the new wrapper
Alexander Reshetnikov [Sat, 31 Mar 2012 15:12:45 +0000 (15:12 +0000)]
Solved a problem with VideoWriter in the new wrapper

12 years agoFixed compilation error under Ubuntu 11.10; added #if-#else-#endif code for some...
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

12 years agoFixed build error in Android examples when java bindings are excluded from build.
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.

12 years agoFixed ~20 potential errors identified by the MS complier.
Andrey Kamaev [Sat, 31 Mar 2012 11:09:16 +0000 (11:09 +0000)]
Fixed ~20 potential errors identified by the MS complier.

12 years agofixed video capturing on Mac running Windows (ticket #988)
Vadim Pisarevsky [Sat, 31 Mar 2012 08:56:48 +0000 (08:56 +0000)]
fixed video capturing on Mac running Windows (ticket #988)

12 years agoanother fix for cap_dshow.cpp; fixed warning in facerec_demo
Vadim Pisarevsky [Fri, 30 Mar 2012 20:06:06 +0000 (20:06 +0000)]
another fix for cap_dshow.cpp; fixed warning in facerec_demo

12 years agoUpdated displayOverlay's implementation & documentation (ticket #903)
Alexander Reshetnikov [Fri, 30 Mar 2012 19:58:44 +0000 (19:58 +0000)]
Updated displayOverlay's implementation & documentation (ticket #903)

12 years agoFixed Windows build (MSVC 10 Win32)
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

12 years agoapplied big patch #1281 by Martin Beckett (various direct show video capture enhancem...
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)

12 years agoadded borderType to pyrDown, pyrUp & buildPyramid (patch #925)
Vadim Pisarevsky [Fri, 30 Mar 2012 16:58:24 +0000 (16:58 +0000)]
added borderType to pyrDown, pyrUp & buildPyramid (patch #925)

12 years agoUpdated new ffmpeg wrapper
Alexander Reshetnikov [Fri, 30 Mar 2012 16:57:41 +0000 (16:57 +0000)]
Updated new ffmpeg wrapper

12 years agoFixed build with tests disabled
Andrey Kamaev [Fri, 30 Mar 2012 16:21:46 +0000 (16:21 +0000)]
Fixed build with tests disabled

12 years agoFixed Android build warnings
Andrey Kamaev [Fri, 30 Mar 2012 16:10:52 +0000 (16:10 +0000)]
Fixed Android build warnings

12 years agofix the ticket #1234
Maria Dimashova [Fri, 30 Mar 2012 15:04:51 +0000 (15:04 +0000)]
fix the ticket #1234

12 years agoupdate FFMPEG wrapper binaries
Alexander Shishkov [Fri, 30 Mar 2012 14:31:20 +0000 (14:31 +0000)]
update FFMPEG wrapper binaries

12 years agoFixed a problem with CODEC_ID_RAWVIDEO in FFMPEG (ticket #1400)
Alexander Reshetnikov [Fri, 30 Mar 2012 14:30:24 +0000 (14:30 +0000)]
Fixed a problem with CODEC_ID_RAWVIDEO in FFMPEG (ticket #1400)

12 years ago#796, #1701 fixing doc vs code arg-s naming consistency
Andrey Pavlenko [Fri, 30 Mar 2012 14:22:34 +0000 (14:22 +0000)]
#796, #1701 fixing doc vs code arg-s naming consistency

12 years agoadded video stream positioning in QTKit-based VideoCapture backend (patch #1420)
Vadim Pisarevsky [Fri, 30 Mar 2012 14:13:21 +0000 (14:13 +0000)]
added video stream positioning in QTKit-based VideoCapture backend (patch #1420)

12 years agoFixed gcc build after r7751
Andrey Kamaev [Fri, 30 Mar 2012 14:03:18 +0000 (14:03 +0000)]
Fixed gcc build after r7751

12 years agopossible fix for #1396
Vadim Pisarevsky [Fri, 30 Mar 2012 13:51:15 +0000 (13:51 +0000)]
possible fix for #1396

12 years agoremoved obsolete docs about cuda contexts
Anatoly Baksheev [Fri, 30 Mar 2012 13:43:50 +0000 (13:43 +0000)]
removed obsolete docs about cuda contexts

12 years agofixed building delaunay.c with MSVC
Vadim Pisarevsky [Fri, 30 Mar 2012 12:54:54 +0000 (12:54 +0000)]
fixed building delaunay.c with MSVC

12 years agoFixed the path to the testdata.
Ivan Korolev [Fri, 30 Mar 2012 12:48:47 +0000 (12:48 +0000)]
Fixed the path to the testdata.

12 years agoFixed the path to the testdata.
Ivan Korolev [Fri, 30 Mar 2012 12:27:17 +0000 (12:27 +0000)]
Fixed the path to the testdata.

12 years agoa LOT of obsolete stuff has been moved to the legacy module.
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.

12 years agoFixed several false-positive warnings in rst_parser.py. (Now it detects 553 undocumen...
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.)

12 years agoFixed default arg value in videostab sample
Alexey Spizhevoy [Fri, 30 Mar 2012 09:49:41 +0000 (09:49 +0000)]
Fixed default arg value in videostab sample

12 years agoAdded linear similarity estimation into videostab module
Alexey Spizhevoy [Fri, 30 Mar 2012 09:44:32 +0000 (09:44 +0000)]
Added linear similarity estimation into videostab module