Commit Graph

2172 Commits

Author SHA1 Message Date
Ilya Lysenkov
883b87c04f Minor. 2011-06-10 09:30:41 +00:00
Ilya Lysenkov
d551024fc7 Copied docs of background/foreground segmentation from source code to documentation 2011-06-10 09:19:45 +00:00
Alexander Mordvintsev
787fe6a93f multiple cameras and frame saving in video.py 2011-06-10 07:54:21 +00:00
Ilya Lysenkov
fac611337f Minor doc change 2011-06-10 07:11:58 +00:00
Vadim Pisarevsky
cd818192ce fixed ticket #892 2011-06-10 07:08:34 +00:00
Vadim Pisarevsky
0070ce20af next attempt to fix ticket #1121 2011-06-10 06:53:34 +00:00
Vadim Pisarevsky
8a888cd9ce fixed RNG::uniform(double,double) (ticket #1131) 2011-06-10 06:37:24 +00:00
Alexey Spizhevoy
a8a9278391 updated matches checking in opencv_stitching 2011-06-10 05:38:52 +00:00
Vadim Pisarevsky
bb8198abfd continued cleaning up the docs and fixing hyperlinks (".. index:: <name>" and ".. _<name>:" are not needed anymore) 2011-06-09 21:47:57 +00:00
Maria Dimashova
6cc3361427 fixed #916 2011-06-09 17:13:05 +00:00
Ilya Lysenkov
6d71817ddc Documented the SimpleBlobDetector class. 2011-06-09 15:20:55 +00:00
Ilya Lysenkov
2beae4d30b Minor change of SimpleBlobDetector 2011-06-09 12:49:23 +00:00
Andrey Kamaev
9484355137 Reduced logs count in Android camera 2011-06-09 12:04:10 +00:00
itsyplen
3876cf22e3 reverted samples with new command argument parser. will be continued after OpenCV release. 2011-06-09 12:01:47 +00:00
Maria Dimashova
8f4f982e5c added support of several kinects (#1105) 2011-06-09 11:22:48 +00:00
itsyplen
781ea62bd4 temporary commit before samples revert 2011-06-09 11:16:42 +00:00
Ilya Lysenkov
cb511861ac Removed unnecessary function from SimpleBlobDetector 2011-06-09 11:16:18 +00:00
Ilya Lysenkov
f60d7fdfef Simplified SimpleBlobDetector to make it simple) 2011-06-09 11:07:08 +00:00
Maria Dimashova
c6e49402a5 changed temporary filename and aligned RGB data with XYZ data (#867) 2011-06-09 10:34:13 +00:00
Alexey Spizhevoy
efe0b77416 reverted wrong commit for one of gpu samples 2011-06-09 10:21:02 +00:00
Alexey Spizhevoy
ace94d2ebf fixed bug in opencv_stitching (corrected resize images step), added matches checking (both 1->2 and 2->1 must be presented) 2011-06-09 10:16:10 +00:00
itsyplen
3ed42fcd23 Delete unnecessary comments 2011-06-09 09:44:48 +00:00
itsyplen
4d417ccf7a Help and parsing command line were updated in next samples: chamfer 2011-06-09 09:41:31 +00:00
itsyplen
a1ee9d406e Help and parsing command line were updated in next samples: camshiftdemo, calibration_artificial 2011-06-09 08:37:39 +00:00
Vladislav Vinogradov
cfb8c8418b minor fix 2011-06-09 08:29:19 +00:00
Vladislav Vinogradov
26dd71d981 fixed gpu::cvtColor according #5324 changes 2011-06-09 08:26:08 +00:00
Anatoly Baksheev
ee3101ba1c removed cv_config 2011-06-09 08:25:36 +00:00
Alexander Mordvintsev
07a4e52093 video synth uses cv2.randn for noise -- much faster than np.random.normal 2011-06-09 08:21:37 +00:00
itsyplen
2e7e6ae84b Update sample: change help and added CommandLineParser using 2011-06-09 08:04:33 +00:00
Stefano Fabri
11feada567 Some warning fix. Initial multicast get property support 2011-06-09 07:54:10 +00:00
Ilya Lysenkov
575ec4aae8 Added doxygen doc to getBackgroundImage 2011-06-09 07:36:26 +00:00
Vadim Pisarevsky
3531521f10 a lot of small corrections to bring down the number of undocumented functions, reported by the script; added em.cpp sample 2011-06-09 01:17:04 +00:00
Vadim Pisarevsky
20aca7440f a lot of small corrections to bring down the number of undocumented functions, reported by the script; added em.cpp sample 2011-06-09 01:16:45 +00:00
Vadim Pisarevsky
3b9e752be7 some more core functions documented + minor fixes and rearrangements 2011-06-08 21:35:19 +00:00
Vadim Pisarevsky
5441130e21 added "whitelist" capability to the documentation check script 2011-06-08 19:53:06 +00:00
Vadim Pisarevsky
51c11ba78b improved convertPointsHomogeneous documentation. added convertPointsTo/FromHomogeneous (ticket #1011) 2011-06-08 16:32:39 +00:00
Vadim Pisarevsky
f6b3754f34 handle empty YAML's correctly (ticket #1127) 2011-06-08 16:13:11 +00:00
Ilya Lysenkov
3822128602 Fixed cv namespace boldface (from ticket #991) 2011-06-08 16:00:40 +00:00
Ilya Lysenkov
839c1bea4b Fixed matchTemplate doc (ticket #1045) 2011-06-08 15:37:49 +00:00
Ilya Lysenkov
99bae77173 Fixed coefficients order in solvePoly doc (ticket #1060) 2011-06-08 14:58:46 +00:00
Maria Dimashova
518106af6d fix and some enchantments for matching_to_many_images sample (#869) 2011-06-08 14:51:42 +00:00
itsyplen
d225ab238f Fixed mistakes in help 2011-06-08 14:07:19 +00:00
Ilya Lysenkov
ee2b8aa764 Fixed python AbsDiffS doc (ticket #1097) 2011-06-08 13:42:44 +00:00
Ilya Lysenkov
95bfd022cf Fixed createButton brief doc (ticket #785) 2011-06-08 13:32:51 +00:00
Ilya Lysenkov
be1f084c54 Updated CvSparseMat doc (ticket #679) 2011-06-08 13:22:09 +00:00
Maria Dimashova
4a1ccbeee6 optimized retrievePointCloudMap (#1106) 2011-06-08 13:06:29 +00:00
Stefano Fabri
715b5d0c55 Little fix for multicast (we'll testing in a real multicast environment in the next days) 2011-06-08 12:44:01 +00:00
Ilya Lysenkov
c71e24cd96 Updated docs of findCirclesGrid() 2011-06-08 12:26:30 +00:00
itsyplen
a2f5884159 Specialization for 'get' method with bool type was added, help and constructor were updated too 2011-06-08 10:18:56 +00:00
Ilya Lysenkov
35e25b760e Added the EMD function description (ticket #696) 2011-06-08 10:16:16 +00:00