profile/ivi/opencv.git
12 years agochanged icvSetVideoSize function (ticket #1067)
Alexander Reshetnikov [Wed, 28 Mar 2012 16:14:36 +0000 (16:14 +0000)]
changed icvSetVideoSize function (ticket #1067)

12 years agofixed cvKMeans2 (#1359)
Maria Dimashova [Wed, 28 Mar 2012 15:45:14 +0000 (15:45 +0000)]
fixed cvKMeans2 (#1359)

12 years agofix for #1724: making Java samples compatible with Android 3.1+ targets
Andrey Pavlenko [Wed, 28 Mar 2012 15:32:01 +0000 (15:32 +0000)]
fix for #1724: making Java samples compatible with Android 3.1+ targets

12 years agoUpdated saving paths for highgui tests
Alexander Reshetnikov [Wed, 28 Mar 2012 15:27:55 +0000 (15:27 +0000)]
Updated saving paths for highgui tests

12 years agoadded Vec Matx::solve(Vec) (ticket #1376)
Vadim Pisarevsky [Wed, 28 Mar 2012 15:21:30 +0000 (15:21 +0000)]
added Vec Matx::solve(Vec) (ticket #1376)

12 years agofixed #1616
Alexander Shishkov [Wed, 28 Mar 2012 15:12:12 +0000 (15:12 +0000)]
fixed #1616

12 years agofixed iter index in kmeans
Maria Dimashova [Wed, 28 Mar 2012 14:56:18 +0000 (14:56 +0000)]
fixed iter index in kmeans

12 years agoavoid empty clusters in k-means in a more elegant way (relates to ticket #7698)
Vadim Pisarevsky [Wed, 28 Mar 2012 14:32:23 +0000 (14:32 +0000)]
avoid empty clusters in k-means in a more elegant way (relates to ticket #7698)

12 years agosave, load & copy HOGDescriptor::nlevels (ticket #1533)
Vadim Pisarevsky [Wed, 28 Mar 2012 14:31:03 +0000 (14:31 +0000)]
save, load & copy HOGDescriptor::nlevels (ticket #1533)

12 years agofixed bug #1640
Vladislav Vinogradov [Wed, 28 Mar 2012 14:25:41 +0000 (14:25 +0000)]
fixed bug #1640

12 years agoFixed bugs in gpu border extrapolation aux. classes (BORDER_REFLECT case)
Alexey Spizhevoy [Wed, 28 Mar 2012 14:13:29 +0000 (14:13 +0000)]
Fixed bugs in gpu border extrapolation aux. classes (BORDER_REFLECT case)

12 years agoMinor refactoring of video i/o tests: fixed error with indexes
Alexander Reshetnikov [Wed, 28 Mar 2012 14:05:26 +0000 (14:05 +0000)]
Minor refactoring of video i/o tests: fixed error with indexes

12 years ago#1537 removed suspicious lines clearing optimization flags
Andrey Kamaev [Wed, 28 Mar 2012 13:59:48 +0000 (13:59 +0000)]
#1537 removed suspicious lines clearing optimization flags

12 years agoChanged saving paths for another highgui tests
Alexander Reshetnikov [Wed, 28 Mar 2012 13:49:55 +0000 (13:49 +0000)]
Changed saving paths for another highgui tests

12 years ago#1508 prefer architecture-specific install directory for python bindings, when LIB_SU...
Andrey Kamaev [Wed, 28 Mar 2012 13:37:58 +0000 (13:37 +0000)]
#1508 prefer architecture-specific install directory for python bindings, when LIB_SUFFIX is used

12 years agofixed cvComputeCorrespondEpilines to handle <5 points (ticket #1635)
Vadim Pisarevsky [Wed, 28 Mar 2012 13:37:14 +0000 (13:37 +0000)]
fixed cvComputeCorrespondEpilines to handle <5 points (ticket #1635)

12 years agoModified the test of findChessboardCorners to check examples when there are no chessb...
Ilya Lysenkov [Wed, 28 Mar 2012 13:23:33 +0000 (13:23 +0000)]
Modified the test of findChessboardCorners to check examples when there are no chessboards

12 years agorestored the ordering of SURF constructor parameters (ticket #1704)
Vadim Pisarevsky [Wed, 28 Mar 2012 13:07:44 +0000 (13:07 +0000)]
restored the ordering of SURF constructor parameters (ticket #1704)

12 years agoadded support of 3-channels output to gpu::reprojectImageTo3D
Vladislav Vinogradov [Wed, 28 Mar 2012 12:48:28 +0000 (12:48 +0000)]
added support of 3-channels output to gpu::reprojectImageTo3D
minor refactoring of gpu tests

12 years agoUpdated ffmpeg test for big video writing (changed saving paths + added removing...
Alexander Reshetnikov [Wed, 28 Mar 2012 12:15:25 +0000 (12:15 +0000)]
Updated ffmpeg test for big video writing (changed saving paths + added removing files)

12 years agoFixed the test of findChessboardCorners (it didn't test accuracy before)
Ilya Lysenkov [Wed, 28 Mar 2012 11:45:50 +0000 (11:45 +0000)]
Fixed the test of findChessboardCorners (it didn't test accuracy before)

12 years agoUpdated test_video_pos.cpp
Alexander Reshetnikov [Wed, 28 Mar 2012 11:33:36 +0000 (11:33 +0000)]
Updated test_video_pos.cpp

12 years ago#1416 added option to install OpenCVConfig.cmake i arch-dependent lo
Andrey Kamaev [Wed, 28 Mar 2012 10:38:50 +0000 (10:38 +0000)]
#1416 added option to install OpenCVConfig.cmake i arch-dependent lo

12 years agofixed writing huge matrices (ticket #1439)
Vadim Pisarevsky [Wed, 28 Mar 2012 09:57:31 +0000 (09:57 +0000)]
fixed writing huge matrices (ticket #1439)

12 years agoreverted revision 7676 (#1725)
Alexander Mordvintsev [Wed, 28 Mar 2012 09:44:54 +0000 (09:44 +0000)]
reverted revision 7676 (#1725)

12 years agoadded doc on DenseFeatureDetector (#1311)
Maria Dimashova [Wed, 28 Mar 2012 09:39:40 +0000 (09:39 +0000)]
added doc on DenseFeatureDetector (#1311)

12 years agofixed mask operations with uninitialized output array, added the corresponding test...
Vadim Pisarevsky [Wed, 28 Mar 2012 09:07:00 +0000 (09:07 +0000)]
fixed mask operations with uninitialized output array, added the corresponding test (ticket #1286)

12 years ago#1713 Added the possibility of setting user_block_size manually for gpu::matchTemplat...
Alexey Spizhevoy [Wed, 28 Mar 2012 07:11:07 +0000 (07:11 +0000)]
#1713 Added the possibility of setting user_block_size manually for gpu::matchTemplate function (and gpu::convolve). Added a buffer param into these functions. Removed using of 2^n block sizes when it's not necessary.

12 years agomoved gpu cvtColor tests to separate file
Vladislav Vinogradov [Wed, 28 Mar 2012 06:56:42 +0000 (06:56 +0000)]
moved gpu cvtColor tests to separate file
added more tests for gpu cvtColor
fixed RGB->YUV conversion

12 years agoworking on python wrappers for stitching
Alexander Mordvintsev [Wed, 28 Mar 2012 05:00:41 +0000 (05:00 +0000)]
working on python wrappers for stitching

12 years agogpu.hpp:filterSpeckles conflicts with calib3d.hpp -- should it be removed at all?
Alexander Mordvintsev [Wed, 28 Mar 2012 04:44:33 +0000 (04:44 +0000)]
gpu.hpp:filterSpeckles conflicts with calib3d.hpp -- should it be removed at all?

12 years agoFixed MSCV2005 build with TBB enabled.
Andrey Kamaev [Tue, 27 Mar 2012 23:17:53 +0000 (23:17 +0000)]
Fixed MSCV2005 build with TBB enabled.

12 years ago#842 #include <sys/mman.h> is moved from public headers closer to usage
Andrey Kamaev [Tue, 27 Mar 2012 21:29:58 +0000 (21:29 +0000)]
#842 #include <sys/mman.h> is moved from public headers closer to usage

12 years agoFixed Android tests and samples status in cmake report; restored java tests "coverage...
Andrey Kamaev [Tue, 27 Mar 2012 21:27:27 +0000 (21:27 +0000)]
Fixed Android tests and samples status in cmake report; restored java tests "coverage calculation".

12 years agoFixed Windows build
Andrey Kamaev [Tue, 27 Mar 2012 20:56:30 +0000 (20:56 +0000)]
Fixed Windows build

12 years agoMade dependency of opencv_objdetect from opencv_highgui optional.
Andrey Kamaev [Tue, 27 Mar 2012 20:17:31 +0000 (20:17 +0000)]
Made dependency of opencv_objdetect from opencv_highgui optional.

12 years agoAdded a check that Q reprojects to the same 3D points as reconstructed by triangulati...
Ilya Lysenkov [Tue, 27 Mar 2012 19:04:43 +0000 (19:04 +0000)]
Added a check that Q reprojects to the same 3D points as reconstructed by triangulation (#1575)

12 years agoAdded a check that Tx after rectification is equal to distance between cameras
Ilya Lysenkov [Tue, 27 Mar 2012 16:47:19 +0000 (16:47 +0000)]
Added a check that Tx after rectification is equal to distance between cameras

12 years agoReworked build scripts for Android Java API, tests and examples
Andrey Kamaev [Tue, 27 Mar 2012 16:05:52 +0000 (16:05 +0000)]
Reworked build scripts for Android Java API, tests and examples

12 years agoFixed wrong computation of a reprojection matrix Q in stereoRectify (#898)
Ilya Lysenkov [Tue, 27 Mar 2012 15:02:53 +0000 (15:02 +0000)]
Fixed wrong computation of a reprojection matrix Q in stereoRectify (#898)

12 years agoAdded a check that Q (computed by rectification) reprojects a point before the camera
Ilya Lysenkov [Tue, 27 Mar 2012 15:01:26 +0000 (15:01 +0000)]
Added a check that Q (computed by rectification) reprojects a point before the camera

12 years agoadded special notice about the missing saturation in 32s case (ticket #1529)
Vadim Pisarevsky [Tue, 27 Mar 2012 14:58:46 +0000 (14:58 +0000)]
added special notice about the missing saturation in 32s case (ticket #1529)

12 years agofixed a few compile problems in SparseMat code; fixed iteration over an empty sparse...
Vadim Pisarevsky [Tue, 27 Mar 2012 14:43:24 +0000 (14:43 +0000)]
fixed a few compile problems in SparseMat code; fixed iteration over an empty sparse matrix (ticket #1587)

12 years agoadded test case of matching the same descriptors
Maria Dimashova [Tue, 27 Mar 2012 13:20:54 +0000 (13:20 +0000)]
added test case of matching the same descriptors

12 years agoimproved description of RTreeParams (ticket #1656; thanks to Nghia Ho)
Vadim Pisarevsky [Tue, 27 Mar 2012 12:58:58 +0000 (12:58 +0000)]
improved description of RTreeParams (ticket #1656; thanks to Nghia Ho)

12 years agoprobably fixed multi-threaded capturing from DShow cameras (ticket #1470)
Vadim Pisarevsky [Tue, 27 Mar 2012 12:50:56 +0000 (12:50 +0000)]
probably fixed multi-threaded capturing from DShow cameras (ticket #1470)

12 years agominor modification of gpu video tests
Vladislav Vinogradov [Tue, 27 Mar 2012 12:15:52 +0000 (12:15 +0000)]
minor modification of gpu video tests
disabled NVidia Visualization test, it's functionality (draw rectangles) doesn't used in gpu module

12 years agoadded houghcircles sample, improved circle detection (ticket #951)
Vadim Pisarevsky [Tue, 27 Mar 2012 12:00:22 +0000 (12:00 +0000)]
added houghcircles sample, improved circle detection (ticket #951)

12 years agoadded more assertion on device features to gpu functions and tests
Vladislav Vinogradov [Tue, 27 Mar 2012 10:34:30 +0000 (10:34 +0000)]
added more assertion on device features to gpu functions and tests
moved TargerArchs and DeviceInfo to core
fixed bug in GpuMat::copy with mask (incorrect index in function tab)

12 years agoadded DIST_LABEL_PIXEL labelType to distanceTransform, ticket #1641 (thanks to Mikhai...
Vadim Pisarevsky [Tue, 27 Mar 2012 09:06:21 +0000 (09:06 +0000)]
added DIST_LABEL_PIXEL labelType to distanceTransform, ticket #1641 (thanks to Mikhail Matrosov for the patch)

12 years agochanged default parameter
Maria Dimashova [Tue, 27 Mar 2012 08:37:39 +0000 (08:37 +0000)]
changed default parameter

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