profile/ivi/opencv.git
12 years agoadded image and depth synchronization
Maria Dimashova [Tue, 27 Mar 2012 07:41:48 +0000 (07:41 +0000)]
added image and depth synchronization

12 years agoadded assertion on device features (global atomics) into gpu tests
Vladislav Vinogradov [Tue, 27 Mar 2012 07:33:39 +0000 (07:33 +0000)]
added assertion on device features (global atomics) into gpu tests

12 years agoFixed Android build warnings
Andrey Kamaev [Tue, 27 Mar 2012 06:16:13 +0000 (06:16 +0000)]
Fixed Android build warnings

12 years agofixed #1502
Alexander Shishkov [Mon, 26 Mar 2012 18:58:01 +0000 (18:58 +0000)]
fixed #1502

12 years agofixed octave computation in SURF_GPU
Vladislav Vinogradov [Mon, 26 Mar 2012 18:07:03 +0000 (18:07 +0000)]
fixed octave computation in SURF_GPU
used random images in gpu filter tests

12 years agoadded another contour perimeter test and fixed bug #216
Vadim Pisarevsky [Mon, 26 Mar 2012 17:00:48 +0000 (17:00 +0000)]
added another contour perimeter test and fixed bug #216

12 years agofixed gpu core tests (added additional check for device's feature support)
Vladislav Vinogradov [Mon, 26 Mar 2012 14:33:43 +0000 (14:33 +0000)]
fixed gpu core tests (added additional check for device's feature support)
added assertion on double types for old devices

12 years agoupdate FFMPEG wrapper binaries
Alexander Shishkov [Mon, 26 Mar 2012 13:51:56 +0000 (13:51 +0000)]
update FFMPEG wrapper binaries

12 years agoRemoved duplicated ifdef code from ffmpeg wrappers
Alexander Reshetnikov [Mon, 26 Mar 2012 13:51:05 +0000 (13:51 +0000)]
Removed duplicated ifdef code from ffmpeg wrappers

12 years agoimproved convergence of minEnclosingCircle algorithm, patch #947 (thanks to Hannes...
Vadim Pisarevsky [Mon, 26 Mar 2012 13:45:49 +0000 (13:45 +0000)]
improved convergence of minEnclosingCircle algorithm, patch #947 (thanks to Hannes Sommer)

12 years agogot rid of "long double" in OpenCV; ticket #1515
Vadim Pisarevsky [Mon, 26 Mar 2012 13:36:47 +0000 (13:36 +0000)]
got rid of "long double" in OpenCV; ticket #1515

12 years agosplit big assertion in cv::split by parts; patch #829 by Shlomi Fish
Vadim Pisarevsky [Mon, 26 Mar 2012 13:32:32 +0000 (13:32 +0000)]
split big assertion in cv::split by parts; patch #829 by Shlomi Fish

12 years agoFixed #1711
Andrey Kamaev [Mon, 26 Mar 2012 13:17:18 +0000 (13:17 +0000)]
Fixed #1711

12 years agoAdded checking whether aspect ratio is valid or not
Ilya Lysenkov [Mon, 26 Mar 2012 13:07:21 +0000 (13:07 +0000)]
Added checking whether aspect ratio is valid or not

12 years agoAdded cvPyrUp signature to the documentation #1670
Andrey Kamaev [Mon, 26 Mar 2012 13:01:10 +0000 (13:01 +0000)]
Added cvPyrUp signature to the documentation #1670

12 years agoFixed compilation error for ffmpeg tests
Alexander Reshetnikov [Mon, 26 Mar 2012 12:27:00 +0000 (12:27 +0000)]
Fixed compilation error for ffmpeg tests

12 years agoAdded projectPoints() for 3xN objectPoints and 2xN imagePoints (#1550)
Ilya Lysenkov [Mon, 26 Mar 2012 11:10:34 +0000 (11:10 +0000)]
Added projectPoints() for 3xN objectPoints and 2xN imagePoints (#1550)

12 years agoAdded points comparison in test_remap
Ilya Lysenkov [Mon, 26 Mar 2012 11:07:27 +0000 (11:07 +0000)]
Added points comparison in test_remap

12 years agofixed gpu arithm functions (mismatch with cpu version)
Vladislav Vinogradov [Mon, 26 Mar 2012 11:02:03 +0000 (11:02 +0000)]
fixed gpu arithm functions (mismatch with cpu version)

12 years agoRestored and improved the test_remap Python test
Ilya Lysenkov [Mon, 26 Mar 2012 10:25:24 +0000 (10:25 +0000)]
Restored and improved the test_remap Python test

12 years agoremoved unnecessary MIN(); bug #1578
Vadim Pisarevsky [Mon, 26 Mar 2012 10:01:30 +0000 (10:01 +0000)]
removed unnecessary MIN(); bug #1578

12 years agofixed potential buffer size overflow in Boost::update_weight, bug #1524 (thanks to...
Vadim Pisarevsky [Mon, 26 Mar 2012 09:53:52 +0000 (09:53 +0000)]
fixed potential buffer size overflow in Boost::update_weight, bug #1524 (thanks to benlemna for the patch)

12 years agofixed "Invalid background description file" bug, #1676
Vadim Pisarevsky [Mon, 26 Mar 2012 09:48:43 +0000 (09:48 +0000)]
fixed "Invalid background description file" bug, #1676

12 years agopossibly fixed bug #1453
Vadim Pisarevsky [Mon, 26 Mar 2012 09:40:49 +0000 (09:40 +0000)]
possibly fixed bug #1453

12 years agofixed the size of output velocity map in OptFlowBM, ticket #1362 (thanks to Takanori...
Vadim Pisarevsky [Mon, 26 Mar 2012 09:20:03 +0000 (09:20 +0000)]
fixed the size of output velocity map in OptFlowBM, ticket #1362 (thanks to Takanori Y for the patch)

12 years agoFixed gpu::matchTemplate for correct handling of big templates. Added tests
Alexey Spizhevoy [Mon, 26 Mar 2012 09:19:33 +0000 (09:19 +0000)]
Fixed gpu::matchTemplate for correct handling of big templates. Added tests

12 years agofixed nearest-neighbor remap with constant border, ticket #1681 (thanks to Vlad for...
Vadim Pisarevsky [Mon, 26 Mar 2012 09:12:27 +0000 (09:12 +0000)]
fixed nearest-neighbor remap with constant border, ticket #1681 (thanks to Vlad for the patch)

12 years agofixed chi-square test, ticket #1263
Vadim Pisarevsky [Mon, 26 Mar 2012 09:07:02 +0000 (09:07 +0000)]
fixed chi-square test, ticket #1263

12 years agoInput/Output arrays are updated to support fixed-type and fixed-size semantic for...
Andrey Kamaev [Mon, 26 Mar 2012 08:18:53 +0000 (08:18 +0000)]
Input/Output arrays are updated to support fixed-type and fixed-size semantic for all compatible types

12 years agoapplied patch from #1655 (thanks to Changbo Zhou!)
Vadim Pisarevsky [Mon, 26 Mar 2012 08:18:10 +0000 (08:18 +0000)]
applied patch from #1655 (thanks to Changbo Zhou!)

12 years agoapplied patch from #1712 (thanks to Vlad)
Vadim Pisarevsky [Mon, 26 Mar 2012 08:04:27 +0000 (08:04 +0000)]
applied patch from #1712 (thanks to Vlad)

12 years agofixed Debug compilation on Windows (it works for VS versions > 2005)
Alexander Shishkov [Mon, 26 Mar 2012 07:33:01 +0000 (07:33 +0000)]
fixed Debug compilation on Windows (it works for VS versions > 2005)

12 years agofixed build errors & warnings on VS2010
Vadim Pisarevsky [Sun, 25 Mar 2012 22:05:58 +0000 (22:05 +0000)]
fixed build errors & warnings on VS2010

12 years agoRefactored Java wrapper build scripts.
Andrey Kamaev [Sun, 25 Mar 2012 19:57:58 +0000 (19:57 +0000)]
Refactored Java wrapper build scripts.
Improved Android SDK search, fixed some bugs.

12 years agoadded face recognition algorithms, LDA, colormaps (all by Philipp Wagner)
Vadim Pisarevsky [Sat, 24 Mar 2012 22:03:47 +0000 (22:03 +0000)]
added face recognition algorithms, LDA, colormaps (all by Philipp Wagner)

12 years agopreliminary version of a multi-level findcontours
Vadim Pisarevsky [Sat, 24 Mar 2012 20:07:10 +0000 (20:07 +0000)]
preliminary version of a multi-level findcontours

12 years agopreliminary version of a multi-level findcontours
Vadim Pisarevsky [Sat, 24 Mar 2012 20:03:07 +0000 (20:03 +0000)]
preliminary version of a multi-level findcontours

12 years agoAdded "fat" mode for Java wrapper
Andrey Kamaev [Fri, 23 Mar 2012 17:03:05 +0000 (17:03 +0000)]
Added "fat" mode for Java wrapper

12 years agoUpdated new video positioning test
Alexander Reshetnikov [Fri, 23 Mar 2012 16:41:41 +0000 (16:41 +0000)]
Updated new video positioning test

12 years agoJava API minor fixes
Andrey Pavlenko [Fri, 23 Mar 2012 15:18:05 +0000 (15:18 +0000)]
Java API minor fixes

12 years agoMade small change which fixes the situation, when ORB does not find any descriptors...
Leonid Beynenson [Fri, 23 Mar 2012 12:06:49 +0000 (12:06 +0000)]
Made small change which fixes the situation, when ORB does not find any descriptors on an image. Earlier ORB::operator() crashed in this case, since rowRange method was called for an empty matrix.

12 years agoUpdate FFMPEG wrapper binaries
Alexander Reshetnikov [Fri, 23 Mar 2012 10:59:06 +0000 (10:59 +0000)]
Update FFMPEG wrapper binaries

12 years agoupdate FFMPEG wrapper binaries
Alexander Shishkov [Fri, 23 Mar 2012 10:53:49 +0000 (10:53 +0000)]
update FFMPEG wrapper binaries

12 years agofixed wrapper compilation on Windows (opencv_ffmpeg dlls)
Alexander Shishkov [Fri, 23 Mar 2012 10:52:36 +0000 (10:52 +0000)]
fixed wrapper compilation on Windows (opencv_ffmpeg dlls)

12 years agoAdded new video posiitioning test
Alexander Reshetnikov [Fri, 23 Mar 2012 08:53:56 +0000 (08:53 +0000)]
Added new video posiitioning test

12 years agoFixed ifdef code mistake
Alexander Reshetnikov [Thu, 22 Mar 2012 23:17:04 +0000 (23:17 +0000)]
Fixed ifdef code mistake

12 years agoFixed compilation error under Windows
Alexander Reshetnikov [Thu, 22 Mar 2012 22:26:33 +0000 (22:26 +0000)]
Fixed compilation error under Windows

12 years agoUpdated ffmpeg test for big video writing
Alexander Reshetnikov [Thu, 22 Mar 2012 22:18:43 +0000 (22:18 +0000)]
Updated ffmpeg test for big video writing

12 years agoSeparated ffmpeg codecs and wrappers
Alexander Reshetnikov [Thu, 22 Mar 2012 21:28:06 +0000 (21:28 +0000)]
Separated ffmpeg codecs and wrappers

12 years agoadded test for gpu::Laplacian for CV_32FC1 type
Vladislav Vinogradov [Thu, 22 Mar 2012 19:12:42 +0000 (19:12 +0000)]
added test for gpu::Laplacian for CV_32FC1 type
changed epsilon for matrix comparison in gpu::sqrt test

12 years agounrolled changes from r7601 (problems with Android,...)
Alexander Shishkov [Thu, 22 Mar 2012 13:36:07 +0000 (13:36 +0000)]
unrolled changes from r7601 (problems with Android,...)

12 years agofixing copy/paste typo
Andrey Pavlenko [Thu, 22 Mar 2012 13:23:11 +0000 (13:23 +0000)]
fixing copy/paste typo

12 years agoRemoved OS conditions from highgui tests
Alexander Reshetnikov [Thu, 22 Mar 2012 09:38:44 +0000 (09:38 +0000)]
Removed OS conditions from highgui tests

12 years agoAdded load and save motion args into videostab sample
Alexey Spizhevoy [Thu, 22 Mar 2012 09:30:28 +0000 (09:30 +0000)]
Added load and save motion args into videostab sample

12 years agoFixed build
Andrey Kamaev [Thu, 22 Mar 2012 08:22:23 +0000 (08:22 +0000)]
Fixed build

12 years agoSplit stabilizer into OnePassStabilizer and TwoPassStabilizer
Alexey Spizhevoy [Thu, 22 Mar 2012 07:52:17 +0000 (07:52 +0000)]
Split stabilizer into OnePassStabilizer and TwoPassStabilizer

12 years agoupdating Java samples to meet Java API changes
Andrey Pavlenko [Thu, 22 Mar 2012 07:25:29 +0000 (07:25 +0000)]
updating Java samples to meet Java API changes

12 years agoMore Tegra versions of convertTo
Andrey Kamaev [Thu, 22 Mar 2012 05:27:30 +0000 (05:27 +0000)]
More Tegra versions of convertTo

12 years agoUpdated new ffmpeg wrapper; restored NEW_FFMPEG in the root cmake file
Alexander Reshetnikov [Wed, 21 Mar 2012 18:07:34 +0000 (18:07 +0000)]
Updated new ffmpeg wrapper; restored NEW_FFMPEG in the root cmake file

12 years agoFixed perf test for convertTo
Andrey Kamaev [Wed, 21 Mar 2012 16:20:44 +0000 (16:20 +0000)]
Fixed perf test for convertTo

12 years ago#921 less signatures for func-s with default arg val-s (aka smart overloads);
Andrey Pavlenko [Wed, 21 Mar 2012 15:07:54 +0000 (15:07 +0000)]
#921 less signatures for func-s with default arg val-s (aka smart overloads);
moving inpaintTest() to 'photo';
hiding 'Point*' arg in Java signature of Core.checkRange().

12 years agofixing arg name according to ref man
Andrey Pavlenko [Wed, 21 Mar 2012 14:59:56 +0000 (14:59 +0000)]
fixing arg name according to ref man

12 years agoremoved debug log
Maria Dimashova [Wed, 21 Mar 2012 14:47:13 +0000 (14:47 +0000)]
removed debug log

12 years agofixed gpu::filter2D border interpolation for CV_32FC1 type
Vladislav Vinogradov [Wed, 21 Mar 2012 14:38:23 +0000 (14:38 +0000)]
fixed gpu::filter2D border interpolation for CV_32FC1 type
added additional tests for gpu filters
fixed gpu features2D tests

12 years agoadded oni-files reading
Maria Dimashova [Wed, 21 Mar 2012 14:31:40 +0000 (14:31 +0000)]
added oni-files reading

12 years agoUpdated new ffmpeg wrapper
Alexander Reshetnikov [Wed, 21 Mar 2012 12:54:52 +0000 (12:54 +0000)]
Updated new ffmpeg wrapper

12 years agofixed #1436
Alexander Shishkov [Wed, 21 Mar 2012 12:06:49 +0000 (12:06 +0000)]
fixed #1436

12 years agoremoved unnecessary members of CvCapture_OpenNI
Maria Dimashova [Wed, 21 Mar 2012 11:58:25 +0000 (11:58 +0000)]
removed unnecessary members of CvCapture_OpenNI

12 years agofixed documentation compilation errors after r7568
Alexander Shishkov [Wed, 21 Mar 2012 09:48:34 +0000 (09:48 +0000)]
fixed documentation compilation errors after r7568

12 years agoRefactored videostab module
Alexey Spizhevoy [Wed, 21 Mar 2012 09:34:27 +0000 (09:34 +0000)]
Refactored videostab module

12 years agoswitched to use RunXmlScript always (missing '\n' at the end of xml script was a...
Maria Dimashova [Wed, 21 Mar 2012 08:56:38 +0000 (08:56 +0000)]
switched to use RunXmlScript always (missing '\n' at the end of xml script was a problem)

12 years agoFixed warning
Alexey Spizhevoy [Wed, 21 Mar 2012 08:37:24 +0000 (08:37 +0000)]
Fixed warning

12 years agoAdded distance threshold argument into videostab sample
Alexey Spizhevoy [Wed, 21 Mar 2012 08:34:00 +0000 (08:34 +0000)]
Added distance threshold argument into videostab sample

12 years agoUpdated FMM run() signature
Alexey Spizhevoy [Wed, 21 Mar 2012 07:53:36 +0000 (07:53 +0000)]
Updated FMM run() signature

12 years agoFixed some warnings
Alexey Spizhevoy [Wed, 21 Mar 2012 07:35:25 +0000 (07:35 +0000)]
Fixed some warnings

12 years agoIssue #1201: auto-focus problem was fixed. Binaries were rebuilt.
Alexander Smorkalov [Wed, 21 Mar 2012 06:52:18 +0000 (06:52 +0000)]
Issue #1201: auto-focus problem was fixed. Binaries were rebuilt.

12 years agoimport as cv not cv2. Fixed
Gary Bradski [Wed, 21 Mar 2012 05:13:02 +0000 (05:13 +0000)]
import as cv not cv2. Fixed

12 years agoUpdated license text in highgui files
Alexander Reshetnikov [Tue, 20 Mar 2012 16:39:02 +0000 (16:39 +0000)]
Updated license text in highgui files

12 years agoadded default values of parameters
Maria Dimashova [Tue, 20 Mar 2012 14:41:27 +0000 (14:41 +0000)]
added default values of parameters

12 years agoincreased the default number of pyramid layers in ORB; updated test data
Vadim Pisarevsky [Tue, 20 Mar 2012 14:20:06 +0000 (14:20 +0000)]
increased the default number of pyramid layers in ORB; updated test data

12 years agoFixed some warnings
Alexey Spizhevoy [Tue, 20 Mar 2012 12:46:23 +0000 (12:46 +0000)]
Fixed some warnings

12 years agoAdded more inpainting methods. Fixed some errors.
Alexey Spizhevoy [Tue, 20 Mar 2012 12:24:51 +0000 (12:24 +0000)]
Added more inpainting methods. Fixed some errors.

12 years agoRemoved unrequired type conversions in the function clipLine.
Leonid Beynenson [Tue, 20 Mar 2012 12:14:41 +0000 (12:14 +0000)]
Removed unrequired type conversions in the function clipLine.

12 years agorefactored and fixed some gpu tests
Vladislav Vinogradov [Tue, 20 Mar 2012 12:03:34 +0000 (12:03 +0000)]
refactored and fixed some gpu tests
fixed some bugs in gpu module

12 years agoMade the function "clipLine" to work with int64 values instead of int --- otherwise...
Leonid Beynenson [Tue, 20 Mar 2012 11:40:05 +0000 (11:40 +0000)]
Made the function "clipLine" to work with int64 values instead of int --- otherwise sometimes it returned wrong points coordinates, and it caused the function "line" to crash.

12 years agofixed bug #1571
Marina Kolpakova [Tue, 20 Mar 2012 09:44:40 +0000 (09:44 +0000)]
fixed bug #1571

12 years agofixing compilation on Windows
Andrey Pavlenko [Tue, 20 Mar 2012 09:18:59 +0000 (09:18 +0000)]
fixing compilation on Windows

12 years agoRefactored new ffmpeg wrapper
Alexander Reshetnikov [Tue, 20 Mar 2012 09:17:28 +0000 (09:17 +0000)]
Refactored new ffmpeg wrapper

12 years agofixed bug #1479
Marina Kolpakova [Tue, 20 Mar 2012 09:02:01 +0000 (09:02 +0000)]
fixed bug #1479

12 years agoAdded quiet mode into videostab sample
Alexey Spizhevoy [Tue, 20 Mar 2012 08:12:58 +0000 (08:12 +0000)]
Added quiet mode into videostab sample

12 years agoFixed ensureInclusionConstraint
Alexey Spizhevoy [Tue, 20 Mar 2012 07:30:07 +0000 (07:30 +0000)]
Fixed ensureInclusionConstraint

12 years agoMinor changes in videostab sample
Alexey Spizhevoy [Tue, 20 Mar 2012 07:16:10 +0000 (07:16 +0000)]
Minor changes in videostab sample

12 years agoUpdated videostab sample
Alexey Spizhevoy [Tue, 20 Mar 2012 06:52:52 +0000 (06:52 +0000)]
Updated videostab sample

12 years agoFixed Windows build of videostab module.
Andrey Kamaev [Mon, 19 Mar 2012 18:58:42 +0000 (18:58 +0000)]
Fixed Windows build of videostab module.

12 years agoSolution folders are turned on by default for MS Visual Studio IDE.
Andrey Kamaev [Mon, 19 Mar 2012 18:47:27 +0000 (18:47 +0000)]
Solution folders are turned on by default for MS Visual Studio IDE.

12 years agofixed bug #1700
Marina Kolpakova [Mon, 19 Mar 2012 15:59:30 +0000 (15:59 +0000)]
fixed bug #1700

12 years agoFixed Android build of new videostab module
Andrey Kamaev [Mon, 19 Mar 2012 14:21:15 +0000 (14:21 +0000)]
Fixed Android build of new videostab module

12 years agofixed several bugs in gpu arithm functions
Vladislav Vinogradov [Mon, 19 Mar 2012 14:18:12 +0000 (14:18 +0000)]
fixed several bugs in gpu arithm functions
refactored tests for them

12 years agoAdded licence message
Alexey Spizhevoy [Mon, 19 Mar 2012 14:13:33 +0000 (14:13 +0000)]
Added licence message

12 years agoAdded missed file
Alexey Spizhevoy [Mon, 19 Mar 2012 13:57:38 +0000 (13:57 +0000)]
Added missed file