profile/ivi/opencv.git
12 years agofixed likelihood computing
Maria Dimashova [Tue, 10 Apr 2012 13:21:32 +0000 (13:21 +0000)]
fixed likelihood computing

12 years agoRemoved unnecessary mat.t()
Ilya Lysenkov [Tue, 10 Apr 2012 13:04:18 +0000 (13:04 +0000)]
Removed unnecessary mat.t()

12 years agoAndrey, Maria and I fixed Mat::diag()
Ilya Lysenkov [Tue, 10 Apr 2012 13:02:58 +0000 (13:02 +0000)]
Andrey, Maria and I fixed Mat::diag()

12 years agoVadim, Maria, Alex, Andrey and I fixed the EM algorithm
Ilya Lysenkov [Tue, 10 Apr 2012 12:45:07 +0000 (12:45 +0000)]
Vadim, Maria, Alex, Andrey and I fixed the EM algorithm

12 years agofixed incorrect boundaries in countNonZero test
Alexander Shishkov [Tue, 10 Apr 2012 12:39:32 +0000 (12:39 +0000)]
fixed incorrect boundaries in countNonZero test

12 years agoJava API: fixing more tests
Andrey Pavlenko [Tue, 10 Apr 2012 12:09:14 +0000 (12:09 +0000)]
Java API: fixing more tests

12 years agoFixed Ant search (Android build)
Andrey Kamaev [Tue, 10 Apr 2012 11:59:00 +0000 (11:59 +0000)]
Fixed Ant search (Android build)

12 years agoremove search tips
Alexander Shishkov [Tue, 10 Apr 2012 11:54:18 +0000 (11:54 +0000)]
remove search tips

12 years agoreplaced using cv::exp
Maria Dimashova [Tue, 10 Apr 2012 11:06:21 +0000 (11:06 +0000)]
replaced using cv::exp

12 years agoupdate FFMPEG wrapper binaries
Alexander Shishkov [Tue, 10 Apr 2012 10:54:08 +0000 (10:54 +0000)]
update FFMPEG wrapper binaries

12 years agodefine MIN macro in order to build opencv_ffmpeg*.dll.
Vadim Pisarevsky [Tue, 10 Apr 2012 10:53:04 +0000 (10:53 +0000)]
define MIN macro in order to build opencv_ffmpeg*.dll.

12 years agomodified likelihood computing
Maria Dimashova [Tue, 10 Apr 2012 10:52:11 +0000 (10:52 +0000)]
modified likelihood computing

12 years agofixed kmeans
Maria Dimashova [Tue, 10 Apr 2012 10:06:28 +0000 (10:06 +0000)]
fixed kmeans

12 years agoworkaround for the 'Bug #1784 (cvFloor/cvCeil)'; typos fixed; two more tests for...
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

12 years agoSetting camera parameters on Android 2.2.2 fixed. Old Android does not support contin...
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.

12 years agoavoid use of OpenCV functions (like cvRound) in cap_ffmpeg_impl*.hpp
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

12 years agoSlightly improved cmake status report
Andrey Kamaev [Tue, 10 Apr 2012 08:28:09 +0000 (08:28 +0000)]
Slightly improved cmake status report

12 years agoFixed flann deprecation warnings from flann itself
Andrey Kamaev [Tue, 10 Apr 2012 08:27:39 +0000 (08:27 +0000)]
Fixed flann deprecation warnings from flann itself

12 years agoAdded Android-specific implementation of getNumberOfCPUs
Andrey Kamaev [Tue, 10 Apr 2012 08:26:46 +0000 (08:26 +0000)]
Added Android-specific implementation of getNumberOfCPUs

12 years ago#1783: test and fix for the bug
Andrey Pavlenko [Tue, 10 Apr 2012 08:22:33 +0000 (08:22 +0000)]
#1783: test and fix for the bug

12 years agoadded explicit VideoWriter::release(). Fixed video stream finalization (write remaini...
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.

12 years agoupdate FFMPEG wrapper binaries
Alexander Shishkov [Mon, 9 Apr 2012 20:59:19 +0000 (20:59 +0000)]
update FFMPEG wrapper binaries

12 years agotest commit for Buildbot
Alexander Shishkov [Mon, 9 Apr 2012 20:57:53 +0000 (20:57 +0000)]
test commit for Buildbot

12 years agotest commit for Buildbot
Alexander Shishkov [Mon, 9 Apr 2012 20:17:02 +0000 (20:17 +0000)]
test commit for Buildbot

12 years agoUpdated cvconfig.h.cmake
Alexander Reshetnikov [Mon, 9 Apr 2012 18:51:03 +0000 (18:51 +0000)]
Updated cvconfig.h.cmake

12 years agoffmpeg version info for Windows
Andrey Kamaev [Mon, 9 Apr 2012 18:31:52 +0000 (18:31 +0000)]
ffmpeg version info for Windows

12 years agoChanges of highgui structure
Alexander Reshetnikov [Mon, 9 Apr 2012 17:38:46 +0000 (17:38 +0000)]
Changes of highgui structure

12 years agoupdated ffmpeg to 0.10.2
Vadim Pisarevsky [Mon, 9 Apr 2012 17:21:54 +0000 (17:21 +0000)]
updated ffmpeg to 0.10.2

12 years agoavoid compile error of opencv_ffmpeg[_64].dll with v2 of FFMPEG wrappers
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

12 years agoturn on CountNonZero test
Alexander Shishkov [Mon, 9 Apr 2012 15:40:50 +0000 (15:40 +0000)]
turn on CountNonZero test

12 years agoCode style refactoring for ffmpeg wrappers
Alexander Reshetnikov [Mon, 9 Apr 2012 15:38:37 +0000 (15:38 +0000)]
Code style refactoring for ffmpeg wrappers

12 years agoUpdated getProperty method in old ffmpeg wrapper
Alexander Reshetnikov [Mon, 9 Apr 2012 15:16:59 +0000 (15:16 +0000)]
Updated getProperty method in old ffmpeg wrapper

12 years agoMinor formatting fix in status report
Andrey Kamaev [Mon, 9 Apr 2012 14:56:11 +0000 (14:56 +0000)]
Minor formatting fix in status report

12 years agoFixed cmake configuration for Android for case when only one SDK target is available...
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

12 years agofixed input array initialization in ArithmMaskUninitialized test (thanks to Alexander!)
Vadim Pisarevsky [Mon, 9 Apr 2012 14:51:08 +0000 (14:51 +0000)]
fixed input array initialization in ArithmMaskUninitialized test (thanks to Alexander!)

12 years agoAdded more version information to cmake status (FFMPEG, GStreamer, Unicap, Xine,...
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)

12 years agoupdating Eclipse projects settings
Andrey Pavlenko [Mon, 9 Apr 2012 14:14:41 +0000 (14:14 +0000)]
updating Eclipse projects settings

12 years agoFixing TBB search and zlib version detection
Andrey Kamaev [Mon, 9 Apr 2012 13:47:30 +0000 (13:47 +0000)]
Fixing TBB search and zlib version detection

12 years agoDocumented a return value in cvOpenFileStorage (issue #215)
Ilya Lysenkov [Mon, 9 Apr 2012 13:37:44 +0000 (13:37 +0000)]
Documented a return value in cvOpenFileStorage (issue #215)

12 years agoFixed ffmpeg encoding error (ticket #1743)
Alexander Reshetnikov [Mon, 9 Apr 2012 13:35:48 +0000 (13:35 +0000)]
Fixed ffmpeg encoding error (ticket #1743)

12 years agoAdded more version information to cmake status (Qt, CUDA, OpenEXR, gcc)
Andrey Kamaev [Mon, 9 Apr 2012 13:22:52 +0000 (13:22 +0000)]
Added more version information to cmake status (Qt, CUDA, OpenEXR, gcc)

12 years agofixed crashes in videocapture and videowriter on Ubuntu 11.10
Vadim Pisarevsky [Mon, 9 Apr 2012 12:50:29 +0000 (12:50 +0000)]
fixed crashes in videocapture and videowriter on Ubuntu 11.10

12 years agoDocumented a return value in meanShift() and CamShift() (issue #1678)
Ilya Lysenkov [Mon, 9 Apr 2012 12:44:18 +0000 (12:44 +0000)]
Documented a return value in meanShift() and CamShift() (issue #1678)

12 years agoUpdated a comment about return value in meanShift and CamShift
Ilya Lysenkov [Mon, 9 Apr 2012 12:30:14 +0000 (12:30 +0000)]
Updated a comment about return value in meanShift and CamShift

12 years agononfree is optional for Python module now
Alexander Shishkov [Mon, 9 Apr 2012 12:07:47 +0000 (12:07 +0000)]
nonfree is optional for Python module now

12 years agoAdded documentation of old Python parameters in cv.DrawContours() (issue #987)
Ilya Lysenkov [Mon, 9 Apr 2012 12:03:01 +0000 (12:03 +0000)]
Added documentation of old Python parameters in cv.DrawContours() (issue #987)

12 years agofixed problem with SURF loading in Python tests
Alexander Shishkov [Mon, 9 Apr 2012 11:45:36 +0000 (11:45 +0000)]
fixed problem with SURF loading in Python tests

12 years agoJava API: fixing tests compatibility with API level 8
Andrey Pavlenko [Mon, 9 Apr 2012 11:36:32 +0000 (11:36 +0000)]
Java API: fixing tests compatibility with API level 8

12 years agoAdded version detection for zlib, libjpeg, libjasper, libpng, libtiff
Andrey Kamaev [Mon, 9 Apr 2012 11:32:28 +0000 (11:32 +0000)]
Added version detection for zlib, libjpeg, libjasper, libpng, libtiff

12 years agoDocumented the Python version of findContours (issue #1697)
Ilya Lysenkov [Mon, 9 Apr 2012 11:30:38 +0000 (11:30 +0000)]
Documented the Python version of findContours (issue #1697)

12 years agomoved to double in EM; fixed bug
Maria Dimashova [Mon, 9 Apr 2012 10:51:50 +0000 (10:51 +0000)]
moved to double in EM; fixed bug

12 years agoAdded a note that cv::pow() doesn't handle NaN and Inf values (#1739)
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)

12 years agoJava API: fixing more tests
Andrey Pavlenko [Mon, 9 Apr 2012 08:53:54 +0000 (08:53 +0000)]
Java API: fixing more tests

12 years agoJava API: fixing more tests
Andrey Pavlenko [Mon, 9 Apr 2012 08:31:28 +0000 (08:31 +0000)]
Java API: fixing more tests

12 years agoJava API: fixing more tests
Andrey Pavlenko [Mon, 9 Apr 2012 08:20:23 +0000 (08:20 +0000)]
Java API: fixing more tests

12 years agoJava API: fixing more tests
Andrey Pavlenko [Mon, 9 Apr 2012 08:07:18 +0000 (08:07 +0000)]
Java API: fixing more tests

12 years agoAdded TBB version detection to CMake
Andrey Kamaev [Mon, 9 Apr 2012 07:53:04 +0000 (07:53 +0000)]
Added TBB version detection to CMake

12 years agoAutofocus issues on Android ICS fixed. Continuous-video focus mode is set.
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.

12 years agoSuppressed hundreds of useless MSVC warnings (can be reenabled setting cmake variable...
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.

12 years agoFixed python detection on Windows with both 32bit and 64bit pythons installed.
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.

12 years agoremoving Java tests for removed classes
Andrey Pavlenko [Sun, 8 Apr 2012 17:26:17 +0000 (17:26 +0000)]
removing Java tests for removed classes

12 years agofixing Android build error in Java API
Andrey Pavlenko [Sun, 8 Apr 2012 17:10:15 +0000 (17:10 +0000)]
fixing Android build error in Java API

12 years agofixed build with gcc 4.5+ (#1774)
Marina Kolpakova [Sat, 7 Apr 2012 16:06:47 +0000 (16:06 +0000)]
fixed build with gcc 4.5+ (#1774)

12 years agoadditional android logging for output gtest xml file
Marina Kolpakova [Sat, 7 Apr 2012 12:51:59 +0000 (12:51 +0000)]
additional android logging for output gtest xml file

12 years agofixed few warnings
Marina Kolpakova [Sat, 7 Apr 2012 12:47:23 +0000 (12:47 +0000)]
fixed few warnings

12 years agoFix for #1773
Marina Kolpakova [Sat, 7 Apr 2012 12:03:02 +0000 (12:03 +0000)]
Fix for #1773

12 years agoJava API: Fixed some bugs in the ImgprocTest.java
Ivan Korolev [Sat, 7 Apr 2012 06:00:18 +0000 (06:00 +0000)]
Java API: Fixed some bugs in the ImgprocTest.java

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