Commit Graph

2340 Commits

Author SHA1 Message Date
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
Ilya Lysenkov
1e945dc984 Added documenation of the Earth Mover Distance (C++ interface, ticket #696) 2011-06-08 10:08:24 +00:00
Maria Dimashova
b5163291dd added upright mode to SURF (#825) 2011-06-08 09:23:33 +00:00
Vadim Pisarevsky
2d2b8a496e renamed "None()" to "noArray()" to avoid conflicts with X11 (ticket #1122) 2011-06-08 06:55:04 +00:00
Kirill Kornyakov
aad9b3219c Notification messages about bad parameters in command line were added in CommandLineParser. Update sample, using parser 2011-06-08 06:45:21 +00:00
Vadim Pisarevsky
c7a42e9682 started work on API & doc synchronization (in particular, Mat& => Input/OutputArray in the descriptions) 2011-06-07 22:51:31 +00:00
Alexander Mordvintsev
927b5c88ea python cv2:
simple video capture and synth framework stub
edge detection sample
2011-06-07 13:45:31 +00:00
Ilya Lysenkov
19de695a26 Fixed comparison methods in cvMatchShapes (ticket #1012) 2011-06-07 13:19:58 +00:00
Ilya Lysenkov
9c3c1603b7 Used literal blocks instead of the LaTeX verbatim environment 2011-06-07 12:54:00 +00:00
Maria Dimashova
bdae962e13 removed constraint to max_iter in CvANN_MLP (#1110) 2011-06-07 12:28:18 +00:00
Ilya Lysenkov
07e2deccb9 Fixed the RGB2HSV formula (ticket #868) 2011-06-07 12:22:07 +00:00
Maria Dimashova
9e21f06404 replaced M_PI by CV_PI 2011-06-07 12:08:36 +00:00
Ilya Lysenkov
084c640db6 Asked users to pass two operation flags tothe sort() function (ticket #315) 2011-06-07 11:43:09 +00:00
Ilya Lysenkov
fe5784957c Fixed Mat::channels() brief documentation (ticket #1064) 2011-06-07 10:52:24 +00:00
Kirill Kornyakov
65ed270790 class CommandLineParser was updated according new requirements 2011-06-07 10:30:40 +00:00
Vadim Pisarevsky
e46d98a162 excluded "-B" flag for better compatibility with old Python. 2011-06-07 10:22:32 +00:00
Maria Dimashova
3dc03531e1 added CvEM read/write (#1032) 2011-06-07 10:05:23 +00:00
Ilya Lysenkov
bd33e0a3da Minor change to contourArea example 2011-06-07 09:30:49 +00:00
Alexander Mordvintsev
ab63037d5a python cv2 sample: coherence enhancing 2011-06-07 07:42:32 +00:00
Maria Dimashova
ca551ab9ae added one more SIFT::CommonParams constructor 2011-06-07 07:41:59 +00:00
Ethan Rublee
7d4f06b7f3 Attempting to add support for openni depth registration. 2011-06-07 03:19:38 +00:00
Vadim Pisarevsky
a87d12eb9e added CV_CAP_PROP_PVAPI_MULTICASTIP property (thanks to Stefano Fabri for the patch) 2011-06-06 19:23:43 +00:00
Vadim Pisarevsky
fcd2a0c3d3 fixed VS2010 compile warnings and errors 2011-06-06 15:15:30 +00:00
Vadim Pisarevsky
0c877f62e9 replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()). 2011-06-06 14:51:27 +00:00
Alexander Mordvintsev
6dc7ae0ff6 added some constants to python cv2 api 2011-06-06 14:18:25 +00:00
Maria Dimashova
cd2f3786f0 removed duplicated check 2011-06-06 12:07:15 +00:00
Alexander Shishkov
97ae8f7af7 added BUILD_WITH_STATIC_CRT option for static linking with CRT on MSVC 2011-06-06 10:26:59 +00:00
Andrey Kamaev
3956f54040 Android native camera is updated to support RGBA output 2011-06-06 08:52:51 +00:00
Alexander Mordvintsev
3df5f5e13a python cv2 sample: hi-res image browse 2011-06-06 03:31:45 +00:00
Alexander Mordvintsev
53f7a50fa2 python cv2 sample: GMM expectation-maximization 2011-06-05 13:18:42 +00:00
Alexander Mordvintsev
07f28d3309 added python cv2 port of letter_recog sample 2011-06-05 06:44:19 +00:00
Andrey Kamaev
cdda5ec491 YUV420i to RGB conversion is added to cvtColor 2011-06-04 18:15:52 +00:00
Vadim Pisarevsky
d77915759a updated cheatsheet; fixed a few typos 2011-06-04 09:12:25 +00:00