profile/ivi/opencv.git
13 years agoSimplified SimpleBlobDetector to make it simple)
Ilya Lysenkov [Thu, 9 Jun 2011 11:07:08 +0000 (11:07 +0000)]
Simplified SimpleBlobDetector to make it simple)

13 years agochanged temporary filename and aligned RGB data with XYZ data (#867)
Maria Dimashova [Thu, 9 Jun 2011 10:34:13 +0000 (10:34 +0000)]
changed temporary filename and aligned RGB data with XYZ data (#867)

13 years agoreverted wrong commit for one of gpu samples
Alexey Spizhevoy [Thu, 9 Jun 2011 10:21:02 +0000 (10:21 +0000)]
reverted wrong commit for one of gpu samples

13 years agofixed bug in opencv_stitching (corrected resize images step), added matches checking...
Alexey Spizhevoy [Thu, 9 Jun 2011 10:16:10 +0000 (10:16 +0000)]
fixed bug in opencv_stitching (corrected resize images step), added matches checking (both 1->2 and 2->1 must be presented)

13 years agoDelete unnecessary comments
itsyplen [Thu, 9 Jun 2011 09:44:48 +0000 (09:44 +0000)]
Delete unnecessary comments

13 years agoHelp and parsing command line were updated in next samples: chamfer
itsyplen [Thu, 9 Jun 2011 09:41:31 +0000 (09:41 +0000)]
Help and parsing command line were updated in next samples: chamfer

13 years agoHelp and parsing command line were updated in next samples: camshiftdemo, calibration...
itsyplen [Thu, 9 Jun 2011 08:37:39 +0000 (08:37 +0000)]
Help and parsing command line were updated in next samples: camshiftdemo, calibration_artificial

13 years agominor fix
Vladislav Vinogradov [Thu, 9 Jun 2011 08:29:19 +0000 (08:29 +0000)]
minor fix

13 years agofixed gpu::cvtColor according #5324 changes
Vladislav Vinogradov [Thu, 9 Jun 2011 08:26:08 +0000 (08:26 +0000)]
fixed gpu::cvtColor according #5324 changes

13 years agoremoved cv_config
Anatoly Baksheev [Thu, 9 Jun 2011 08:25:36 +0000 (08:25 +0000)]
removed cv_config

13 years agovideo synth uses cv2.randn for noise -- much faster than np.random.normal
Alexander Mordvintsev [Thu, 9 Jun 2011 08:21:37 +0000 (08:21 +0000)]
video synth uses cv2.randn for noise -- much faster than np.random.normal

13 years agoUpdate sample: change help and added CommandLineParser using
itsyplen [Thu, 9 Jun 2011 08:04:33 +0000 (08:04 +0000)]
Update sample: change help and added CommandLineParser using

13 years agoSome warning fix. Initial multicast get property support
Stefano Fabri [Thu, 9 Jun 2011 07:54:10 +0000 (07:54 +0000)]
Some warning fix. Initial multicast get property support

13 years agoAdded doxygen doc to getBackgroundImage
Ilya Lysenkov [Thu, 9 Jun 2011 07:36:26 +0000 (07:36 +0000)]
Added doxygen doc to getBackgroundImage

13 years agoa lot of small corrections to bring down the number of undocumented functions, report...
Vadim Pisarevsky [Thu, 9 Jun 2011 01:17:04 +0000 (01:17 +0000)]
a lot of small corrections to bring down the number of undocumented functions, reported by the script; added em.cpp sample

13 years agoa lot of small corrections to bring down the number of undocumented functions, report...
Vadim Pisarevsky [Thu, 9 Jun 2011 01:16:45 +0000 (01:16 +0000)]
a lot of small corrections to bring down the number of undocumented functions, reported by the script; added em.cpp sample

13 years agosome more core functions documented + minor fixes and rearrangements
Vadim Pisarevsky [Wed, 8 Jun 2011 21:35:19 +0000 (21:35 +0000)]
some more core functions documented + minor fixes and rearrangements

13 years agoadded "whitelist" capability to the documentation check script
Vadim Pisarevsky [Wed, 8 Jun 2011 19:53:06 +0000 (19:53 +0000)]
added "whitelist" capability to the documentation check script

13 years agoimproved convertPointsHomogeneous documentation. added convertPointsTo/FromHomogeneou...
Vadim Pisarevsky [Wed, 8 Jun 2011 16:32:39 +0000 (16:32 +0000)]
improved convertPointsHomogeneous documentation. added convertPointsTo/FromHomogeneous (ticket #1011)

13 years agohandle empty YAML's correctly (ticket #1127)
Vadim Pisarevsky [Wed, 8 Jun 2011 16:13:11 +0000 (16:13 +0000)]
handle empty YAML's correctly (ticket #1127)

13 years agoFixed cv namespace boldface (from ticket #991)
Ilya Lysenkov [Wed, 8 Jun 2011 16:00:40 +0000 (16:00 +0000)]
Fixed cv namespace boldface (from ticket #991)

13 years agoFixed matchTemplate doc (ticket #1045)
Ilya Lysenkov [Wed, 8 Jun 2011 15:37:49 +0000 (15:37 +0000)]
Fixed matchTemplate doc (ticket #1045)

13 years agoFixed coefficients order in solvePoly doc (ticket #1060)
Ilya Lysenkov [Wed, 8 Jun 2011 14:58:46 +0000 (14:58 +0000)]
Fixed coefficients order in solvePoly doc (ticket #1060)

13 years agofix and some enchantments for matching_to_many_images sample (#869)
Maria Dimashova [Wed, 8 Jun 2011 14:51:42 +0000 (14:51 +0000)]
fix and some enchantments for matching_to_many_images sample (#869)

13 years agoFixed mistakes in help
itsyplen [Wed, 8 Jun 2011 14:07:19 +0000 (14:07 +0000)]
Fixed mistakes in help

13 years agoFixed python AbsDiffS doc (ticket #1097)
Ilya Lysenkov [Wed, 8 Jun 2011 13:42:44 +0000 (13:42 +0000)]
Fixed python AbsDiffS doc (ticket #1097)

13 years agoFixed createButton brief doc (ticket #785)
Ilya Lysenkov [Wed, 8 Jun 2011 13:32:51 +0000 (13:32 +0000)]
Fixed createButton brief doc (ticket #785)

13 years agoUpdated CvSparseMat doc (ticket #679)
Ilya Lysenkov [Wed, 8 Jun 2011 13:22:09 +0000 (13:22 +0000)]
Updated CvSparseMat doc (ticket #679)

13 years agooptimized retrievePointCloudMap (#1106)
Maria Dimashova [Wed, 8 Jun 2011 13:06:29 +0000 (13:06 +0000)]
optimized retrievePointCloudMap (#1106)

13 years agoLittle fix for multicast (we'll testing in a real multicast environment in the next...
Stefano Fabri [Wed, 8 Jun 2011 12:44:01 +0000 (12:44 +0000)]
Little fix for multicast (we'll testing in a real multicast environment in the next days)

13 years agoUpdated docs of findCirclesGrid()
Ilya Lysenkov [Wed, 8 Jun 2011 12:26:30 +0000 (12:26 +0000)]
Updated docs of findCirclesGrid()

13 years agoSpecialization for 'get' method with bool type was added, help and constructor were...
itsyplen [Wed, 8 Jun 2011 10:18:56 +0000 (10:18 +0000)]
Specialization for 'get' method with bool type was added, help and constructor were updated too

13 years agoAdded the EMD function description (ticket #696)
Ilya Lysenkov [Wed, 8 Jun 2011 10:16:16 +0000 (10:16 +0000)]
Added the EMD function description (ticket #696)

13 years agoAdded documenation of the Earth Mover Distance (C++ interface, ticket #696)
Ilya Lysenkov [Wed, 8 Jun 2011 10:08:24 +0000 (10:08 +0000)]
Added documenation of the Earth Mover Distance (C++ interface, ticket #696)

13 years agoadded upright mode to SURF (#825)
Maria Dimashova [Wed, 8 Jun 2011 09:23:33 +0000 (09:23 +0000)]
added upright mode to SURF (#825)

13 years agorenamed "None()" to "noArray()" to avoid conflicts with X11 (ticket #1122)
Vadim Pisarevsky [Wed, 8 Jun 2011 06:55:04 +0000 (06:55 +0000)]
renamed "None()" to "noArray()" to avoid conflicts with X11 (ticket #1122)

13 years agoNotification messages about bad parameters in command line were added in CommandLineP...
Kirill Kornyakov [Wed, 8 Jun 2011 06:45:21 +0000 (06:45 +0000)]
Notification messages about bad parameters in command line were added in CommandLineParser. Update sample, using parser

13 years agostarted work on API & doc synchronization (in particular, Mat& => Input/OutputArray...
Vadim Pisarevsky [Tue, 7 Jun 2011 22:51:31 +0000 (22:51 +0000)]
started work on API & doc synchronization (in particular, Mat& => Input/OutputArray in the descriptions)

13 years agopython cv2:
Alexander Mordvintsev [Tue, 7 Jun 2011 13:45:31 +0000 (13:45 +0000)]
python cv2:
simple video capture and synth framework stub
edge detection sample

13 years agoFixed comparison methods in cvMatchShapes (ticket #1012)
Ilya Lysenkov [Tue, 7 Jun 2011 13:19:58 +0000 (13:19 +0000)]
Fixed comparison methods in cvMatchShapes (ticket #1012)

13 years agoUsed literal blocks instead of the LaTeX verbatim environment
Ilya Lysenkov [Tue, 7 Jun 2011 12:54:00 +0000 (12:54 +0000)]
Used literal blocks instead of the LaTeX verbatim environment

13 years agoremoved constraint to max_iter in CvANN_MLP (#1110)
Maria Dimashova [Tue, 7 Jun 2011 12:28:18 +0000 (12:28 +0000)]
removed constraint to max_iter in CvANN_MLP (#1110)

13 years agoFixed the RGB2HSV formula (ticket #868)
Ilya Lysenkov [Tue, 7 Jun 2011 12:22:07 +0000 (12:22 +0000)]
Fixed the RGB2HSV formula (ticket #868)

13 years agoreplaced M_PI by CV_PI
Maria Dimashova [Tue, 7 Jun 2011 12:08:36 +0000 (12:08 +0000)]
replaced M_PI by CV_PI

13 years agoAsked users to pass two operation flags tothe sort() function (ticket #315)
Ilya Lysenkov [Tue, 7 Jun 2011 11:43:09 +0000 (11:43 +0000)]
Asked users to pass two operation flags tothe sort() function (ticket #315)

13 years agoFixed Mat::channels() brief documentation (ticket #1064)
Ilya Lysenkov [Tue, 7 Jun 2011 10:52:24 +0000 (10:52 +0000)]
Fixed Mat::channels() brief documentation (ticket #1064)

13 years agoclass CommandLineParser was updated according new requirements
Kirill Kornyakov [Tue, 7 Jun 2011 10:30:40 +0000 (10:30 +0000)]
class CommandLineParser was updated according new requirements

13 years agoexcluded "-B" flag for better compatibility with old Python.
Vadim Pisarevsky [Tue, 7 Jun 2011 10:22:32 +0000 (10:22 +0000)]
excluded "-B" flag for better compatibility with old Python.

13 years agoadded CvEM read/write (#1032)
Maria Dimashova [Tue, 7 Jun 2011 10:05:23 +0000 (10:05 +0000)]
added CvEM read/write (#1032)

13 years agoMinor change to contourArea example
Ilya Lysenkov [Tue, 7 Jun 2011 09:30:49 +0000 (09:30 +0000)]
Minor change to contourArea example

13 years agopython cv2 sample: coherence enhancing
Alexander Mordvintsev [Tue, 7 Jun 2011 07:42:32 +0000 (07:42 +0000)]
python cv2 sample: coherence enhancing

13 years agoadded one more SIFT::CommonParams constructor
Maria Dimashova [Tue, 7 Jun 2011 07:41:59 +0000 (07:41 +0000)]
added one more SIFT::CommonParams constructor

13 years agoAttempting to add support for openni depth registration.
Ethan Rublee [Tue, 7 Jun 2011 03:19:38 +0000 (03:19 +0000)]
Attempting to add support for openni depth registration.

13 years agoadded CV_CAP_PROP_PVAPI_MULTICASTIP property (thanks to Stefano Fabri for the patch)
Vadim Pisarevsky [Mon, 6 Jun 2011 19:23:43 +0000 (19:23 +0000)]
added CV_CAP_PROP_PVAPI_MULTICASTIP property (thanks to Stefano Fabri for the patch)

13 years agofixed VS2010 compile warnings and errors
Vadim Pisarevsky [Mon, 6 Jun 2011 15:15:30 +0000 (15:15 +0000)]
fixed VS2010 compile warnings and errors

13 years agoreplaced "const InputArray&" => "InputArray"; made InputArray and OutputArray referen...
Vadim Pisarevsky [Mon, 6 Jun 2011 14:51:27 +0000 (14:51 +0000)]
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).

13 years agoadded some constants to python cv2 api
Alexander Mordvintsev [Mon, 6 Jun 2011 14:18:25 +0000 (14:18 +0000)]
added some constants to python cv2 api

13 years agoremoved duplicated check
Maria Dimashova [Mon, 6 Jun 2011 12:07:15 +0000 (12:07 +0000)]
removed duplicated check

13 years agoadded BUILD_WITH_STATIC_CRT option for static linking with CRT on MSVC
Alexander Shishkov [Mon, 6 Jun 2011 10:26:59 +0000 (10:26 +0000)]
added BUILD_WITH_STATIC_CRT option for static linking with CRT on MSVC

13 years agoAndroid native camera is updated to support RGBA output
Andrey Kamaev [Mon, 6 Jun 2011 08:52:51 +0000 (08:52 +0000)]
Android native camera is updated to support RGBA output

13 years agopython cv2 sample: hi-res image browse
Alexander Mordvintsev [Mon, 6 Jun 2011 03:31:45 +0000 (03:31 +0000)]
python cv2 sample: hi-res image browse

13 years agopython cv2 sample: GMM expectation-maximization
Alexander Mordvintsev [Sun, 5 Jun 2011 13:18:42 +0000 (13:18 +0000)]
python cv2 sample: GMM expectation-maximization

13 years agoadded python cv2 port of letter_recog sample
Alexander Mordvintsev [Sun, 5 Jun 2011 06:44:19 +0000 (06:44 +0000)]
added python cv2 port of letter_recog sample

13 years agoYUV420i to RGB conversion is added to cvtColor
Andrey Kamaev [Sat, 4 Jun 2011 18:15:52 +0000 (18:15 +0000)]
YUV420i to RGB conversion is added to cvtColor

13 years agoupdated cheatsheet; fixed a few typos
Vadim Pisarevsky [Sat, 4 Jun 2011 09:12:25 +0000 (09:12 +0000)]
updated cheatsheet; fixed a few typos

13 years agoadded CV_64F support to cv::remap (ticket #650)
Vadim Pisarevsky [Fri, 3 Jun 2011 17:06:08 +0000 (17:06 +0000)]
added CV_64F support to cv::remap (ticket #650)

13 years agoThe samples were updated through CommandLineParser class
Kirill Kornyakov [Fri, 3 Jun 2011 16:41:41 +0000 (16:41 +0000)]
The samples were updated through CommandLineParser class

13 years agoadded 16-bit support to Bayer2RGB & Bayer2Gray (ticket #686); fixed bug in cv.CreateH...
Vadim Pisarevsky [Fri, 3 Jun 2011 15:45:50 +0000 (15:45 +0000)]
added 16-bit support to Bayer2RGB & Bayer2Gray (ticket #686); fixed bug in cv.CreateHist() when no ranges are passed (ticket #990)

13 years agoAdded missed method declarations. Fix for r5343
Andrey Kamaev [Fri, 3 Jun 2011 15:09:21 +0000 (15:09 +0000)]
Added missed method declarations. Fix for r5343

13 years agoThe samples were updated corresponding a single standart for <help>
Kirill Kornyakov [Fri, 3 Jun 2011 14:53:38 +0000 (14:53 +0000)]
The samples were updated corresponding a single standart for <help>

13 years agoadded 16-bit support to Bayer2RGB & Bayer2Gray (ticket #686)
Vadim Pisarevsky [Fri, 3 Jun 2011 14:26:30 +0000 (14:26 +0000)]
added 16-bit support to Bayer2RGB & Bayer2Gray (ticket #686)

13 years agominor formatting
Ilya Lysenkov [Fri, 3 Jun 2011 14:13:43 +0000 (14:13 +0000)]
minor formatting

13 years agoAdded displaying of the mean background image in the bgfg_segm sample (ticket #317).
Ilya Lysenkov [Fri, 3 Jun 2011 14:13:03 +0000 (14:13 +0000)]
Added displaying of the mean background image in the bgfg_segm sample (ticket #317).

13 years agoAdded computing of the mean background image in the BackgroundSubtractorMOG2 model.
Ilya Lysenkov [Fri, 3 Jun 2011 14:10:12 +0000 (14:10 +0000)]
Added computing of the mean background image in the BackgroundSubtractorMOG2 model.

13 years agofixed incorrect output of resize(...scalex, scaley, INTER_NEAREST) when scalex and...
Vadim Pisarevsky [Fri, 3 Jun 2011 13:25:44 +0000 (13:25 +0000)]
fixed incorrect output of resize(...scalex, scaley, INTER_NEAREST) when scalex and scaley are even integers (ticket #1013)

13 years agoFixed Android build
Andrey Kamaev [Fri, 3 Jun 2011 12:01:55 +0000 (12:01 +0000)]
Fixed Android build

13 years agoadded several new highgui tests
Andrey Morozov [Fri, 3 Jun 2011 08:33:27 +0000 (08:33 +0000)]
added several new highgui tests

13 years agofix compilation for macos
Anatoly Baksheev [Fri, 3 Jun 2011 08:13:03 +0000 (08:13 +0000)]
fix compilation for macos

13 years agoadded check input data
Alexander Shishkov [Fri, 3 Jun 2011 07:57:07 +0000 (07:57 +0000)]
added check input data

13 years ago- fixed the grayscale case
Vincent Rabaud [Thu, 2 Jun 2011 23:12:52 +0000 (23:12 +0000)]
- fixed the grayscale case

13 years ago- make sure we deal with a grayscale image
Vincent Rabaud [Thu, 2 Jun 2011 22:58:52 +0000 (22:58 +0000)]
- make sure we deal with a grayscale image

13 years ago- fix potential crash if the first scale level is not 0
Vincent Rabaud [Thu, 2 Jun 2011 18:08:30 +0000 (18:08 +0000)]
- fix potential crash if the first scale level is not 0

13 years agoconverted all highgui tests to the format of google test system
Andrey Morozov [Thu, 2 Jun 2011 15:23:37 +0000 (15:23 +0000)]
converted all highgui tests to the format of google test system

13 years agoRemoved direct tiff writing to in-memory buffers if libtiff is used
Ilya Lysenkov [Thu, 2 Jun 2011 15:16:35 +0000 (15:16 +0000)]
Removed direct tiff writing to in-memory buffers if libtiff is used

13 years agofixed drawing test
Vadim Pisarevsky [Thu, 2 Jun 2011 12:45:00 +0000 (12:45 +0000)]
fixed drawing test

13 years agoadded begin/and with Thrust iterators for Device classes
Anatoly Baksheev [Thu, 2 Jun 2011 12:38:50 +0000 (12:38 +0000)]
added begin/and with Thrust iterators for Device classes

13 years agoAdded reading of floating point tiff data: 32- and 64-bit (ticket #955)
Ilya Lysenkov [Thu, 2 Jun 2011 12:35:52 +0000 (12:35 +0000)]
Added reading of floating point tiff data: 32- and 64-bit (ticket #955)

13 years agofixed error in gcgraph which led to problems in opencv_stitching GC seam finder,...
Alexey Spizhevoy [Thu, 2 Jun 2011 12:13:06 +0000 (12:13 +0000)]
fixed error in gcgraph which led to problems in opencv_stitching GC seam finder, added check for duplication in matches (opencv_stitching)

13 years agoimproved CV_RGBHSV_FULL accuracy (ticket #938)
Vadim Pisarevsky [Thu, 2 Jun 2011 12:10:18 +0000 (12:10 +0000)]
improved CV_RGBHSV_FULL accuracy (ticket #938)

13 years agocommented several tests because it's very slow
Andrey Morozov [Thu, 2 Jun 2011 11:43:13 +0000 (11:43 +0000)]
commented several tests because it's very slow

13 years agoconverted drawing tests to the format of google test system
Andrey Morozov [Thu, 2 Jun 2011 10:05:24 +0000 (10:05 +0000)]
converted drawing tests to the format of google test system

13 years agofixed problem with static compilation of highgui_tests on Windows
Alexander Shishkov [Thu, 2 Jun 2011 10:02:08 +0000 (10:02 +0000)]
fixed problem with static compilation of highgui_tests on Windows

13 years agofixed ticket #675
Alexander Shishkov [Thu, 2 Jun 2011 09:51:25 +0000 (09:51 +0000)]
fixed ticket #675

13 years agoadded a test on read/write images
Andrey Morozov [Thu, 2 Jun 2011 09:33:15 +0000 (09:33 +0000)]
added a test on read/write images

13 years agoAdded writing of compressed tiffs using libtiff library (patch #1080, thanks to Piete...
Ilya Lysenkov [Thu, 2 Jun 2011 09:06:00 +0000 (09:06 +0000)]
Added writing of compressed tiffs using libtiff library (patch #1080, thanks to Pieter-Jan Busschaert)

13 years agominor fix in highgui tests
Andrey Morozov [Thu, 2 Jun 2011 08:53:12 +0000 (08:53 +0000)]
minor fix in highgui tests

13 years agoQuiet the errors from the circlesgrid pattern detector. These were really verbose.
Ethan Rublee [Wed, 1 Jun 2011 21:49:08 +0000 (21:49 +0000)]
Quiet the errors from the circlesgrid pattern detector. These were really verbose.

13 years agovery first version of the documentation checking script
Vadim Pisarevsky [Wed, 1 Jun 2011 21:15:36 +0000 (21:15 +0000)]
very first version of the documentation checking script

13 years agoPlaced the if in the wrong place.
Ethan Rublee [Wed, 1 Jun 2011 18:54:34 +0000 (18:54 +0000)]
Placed the if in the wrong place.

13 years agoFix misspelling of a logical block endif.
Ethan Rublee [Wed, 1 Jun 2011 18:28:20 +0000 (18:28 +0000)]
Fix misspelling of a logical block endif.