114 Commits

Author SHA1 Message Date
Vadim Pisarevsky
69f55e9a99 some more corrections from Gabor 2011-07-01 12:05:48 +00:00
Vadim Pisarevsky
48a4493dfa a few corrections from Gabor 2011-07-01 09:31:16 +00:00
Vadim Pisarevsky
00ca5812d5 fixed many Sphinx warnings 2011-06-30 11:02:21 +00:00
Vadim Pisarevsky
36af349ab4 corrected a few bugs in refman 2011-06-29 19:13:19 +00:00
Vadim Pisarevsky
9638448c81 reference manuals merge is complete! 2011-06-29 17:21:43 +00:00
Ilya Lysenkov
9074e79f7d ML doc fixes 2011-06-29 08:16:16 +00:00
Ilya Lysenkov
284a9b083e Merged ml docs with 1.1 docs 2011-06-28 15:18:54 +00:00
Ilya Lysenkov
f8597ceb8b Improved docs of Neural Networks 2011-06-28 12:14:26 +00:00
Ilya Lysenkov
0aaea76621 Improved docs of SVM 2011-06-28 08:11:25 +00:00
Ilya Lysenkov
fea2b6e5dd Documented CvSVMParams 2011-06-27 14:45:36 +00:00
Vadim Pisarevsky
c21cf06c5f integrated most of the new Python stuff into the reference manual 2011-06-27 13:33:19 +00:00
Ilya Lysenkov
831857994c Updated Normal Bayes Classifier docs 2011-06-27 10:02:04 +00:00
Ilya Lysenkov
f7495e5845 Updated GBT docs 2011-06-27 09:42:18 +00:00
Ilya Lysenkov
0f0573e722 Minor improvements of boosting docs 2011-06-27 09:10:14 +00:00
Ilya Lysenkov
ef392b0553 Minor doc fix 2011-06-27 08:12:50 +00:00
Ilya Lysenkov
86ab189b01 Improved docs of K-Nearest Neighbors 2011-06-27 08:10:04 +00:00
Vadim Pisarevsky
07b07481ec improved look of the generated PDF and html docs; started merging reference manuals 2011-06-24 23:55:51 +00:00
Vadim Pisarevsky
0e3af357d3 put short descriptions right after the titles 2011-06-24 16:27:57 +00:00
Vadim Pisarevsky
ed977a476a integrated grammar fixes from tech writer (part 3) 2011-06-24 14:07:31 +00:00
Vadim Pisarevsky
8b6fe3b21f integrated grammar fixes from tech writer (part 2) 2011-06-24 13:24:28 +00:00
Ilya Lysenkov
0bd3d6d2aa Minor doc fixes 2011-06-24 13:05:45 +00:00
Vadim Pisarevsky
501033db8b integrated grammar fixes from tech writer (part I) 2011-06-24 12:57:25 +00:00
Ilya Lysenkov
84e4f59704 Minor doc fix 2011-06-24 12:14:17 +00:00
Ilya Lysenkov
c7840ab126 Improved decision trees docs 2011-06-24 10:40:48 +00:00
Ilya Lysenkov
187f628f5b Improved random trees docs 2011-06-24 08:06:08 +00:00
Ilya Lysenkov
04d484c6ce Minor doc fix 2011-06-23 15:40:20 +00:00
Ilya Lysenkov
023f48dcf3 Added some docs of CvDTree 2011-06-23 15:38:55 +00:00
Ilya Lysenkov
62bedd190e Documented CvRTParams and added some docs of CvRTrees 2011-06-23 15:36:07 +00:00
Ilya Lysenkov
270e130d68 Documented CvBoostParams and added some docs of CvBoost 2011-06-23 15:34:12 +00:00
Ilya Lysenkov
3ae78b1b96 Documented CvEMParams and CvEM 2011-06-23 15:31:36 +00:00
Ilya Lysenkov
01daea8227 Documented CvDTreeParams 2011-06-22 10:14:32 +00:00
Vadim Pisarevsky
0e14fef96e fixed warnings in gbt; added insertChannel() and extractChannel(); made the code "rand{u|n}(arr, <number>, <number>)" work properly. 2011-06-18 10:56:49 +00:00
Maria Dimashova
907240a865 completed doc on MLData 2011-06-17 11:40:54 +00:00
Maria Dimashova
814336f4cb Added doc on CvMLData 2011-06-17 10:13:53 +00:00
Maria Dimashova
fc04b7ab4f minor refactoring of CvMLData interface 2011-06-17 10:11:52 +00:00
Vadim Pisarevsky
8d8ef596c8 introduced new RST/Sphinx domain ocv. 2011-06-16 12:48:23 +00:00
Maria Dimashova
0209d72534 minor change (moved methods implementation from hpp to cpp) 2011-06-16 12:35:40 +00:00
P. Druzhkov
e20d570ed1 brief gbt documentation added. some sample fixes made. code updated. 2011-06-15 21:54:25 +00:00
Vadim Pisarevsky
06ac78ee23 some more corrections in the docs 2011-06-15 13:16:57 +00:00
Maria Dimashova
2920796800 minor 2011-06-15 10:11:20 +00:00
Anatoly Baksheev
8f4c7db3f6 ~40 warnings under VS2008
HAVE_CONFIG_H -> HAVE_CVCONFIG_H
2011-06-11 17:24:09 +00:00
Vadim Pisarevsky
f9fc180e1a fixed tickets #1117 and #954 2011-06-10 17:22:33 +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
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
2d2b8a496e renamed "None()" to "noArray()" to avoid conflicts with X11 (ticket #1122) 2011-06-08 06:55:04 +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
Maria Dimashova
bdae962e13 removed constraint to max_iter in CvANN_MLP (#1110) 2011-06-07 12:28:18 +00:00
Maria Dimashova
9e21f06404 replaced M_PI by CV_PI 2011-06-07 12:08:36 +00:00
Maria Dimashova
3dc03531e1 added CvEM read/write (#1032) 2011-06-07 10:05:23 +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