Vsevolod Glumov
|
fc307c87dc
|
Improved the public 'non-optimized' duplicates of 'Tegra-optimized' functions.
|
12 years ago |
Maria Dimashova
|
a39cf2dd28
|
updated doc on triangulatePoints (#2167)
|
12 years ago |
Marina Kolpakova
|
fb3d6ecb98
|
merged documentation and android service from trunk
|
13 years ago |
Maria Dimashova
|
722df6a998
|
minor change in doc
|
13 years ago |
Maria Dimashova
|
7c211796e7
|
more doc details for #2152
|
13 years ago |
Maria Dimashova
|
e68b26e71f
|
fixed doc #2152
|
13 years ago |
Andrey Kamaev
|
81a5988015
|
Merged the trunk r8467:8507 (inclusive) (big bunch of documentation fixes)
|
13 years ago |
Andrey Kamaev
|
05de6302fd
|
Fixed documentation: corrected parameter names
|
13 years ago |
Andrey Kamaev
|
78329b0dfe
|
New bunch of documentation fixes
|
13 years ago |
Andrey Kamaev
|
eb2f1f81ed
|
Fixed hundreds of documentation problems
|
13 years ago |
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
13 years ago |
Ilya Lysenkov
|
2f44610ef3
|
Mentioned in doc if a function is parallelized with the TBB library (issue #421)
|
13 years ago |
Vadim Pisarevsky
|
6e5e2aa32f
|
fixed references in calib3d (including the ticket #1627)
|
13 years ago |
Vadim Pisarevsky
|
9eb0dc5194
|
minor correction in fx, fy (elements of camera matrix) description (ticket #1779)
|
13 years ago |
Andrey Kamaev
|
7e5726e251
|
Fixed several false-positive warnings in rst_parser.py. (Now it detects 553 undocumented parameters for #1205.)
|
13 years ago |
Ilya Lysenkov
|
e7b4353505
|
Added termination criteria as a calibrateCamera() parameter
|
13 years ago |
Ilya Lysenkov
|
ecbf9425e4
|
Added documentation of correctMaches (#1350)
|
13 years ago |
Ilya Lysenkov
|
857676c610
|
Added documentation of triangulatePoints()
|
13 years ago |
Andrey Kamaev
|
ec793df30f
|
#1205 fixed more bugs/typos in parameters
|
13 years ago |
Andrey Kamaev
|
94c258cf15
|
#1205 fixed ~100 of ~700 parameters
|
13 years ago |
Alexander Shishkov
|
5785a89053
|
fixed #1614
|
13 years ago |
Vadim Pisarevsky
|
59ff1a4ccb
|
added StereoVar description (by Sergey Kosov)
|
13 years ago |
Alexander Shishkov
|
bf747e6deb
|
modified documentation of solvePnP and solvePnPRansac
|
13 years ago |
Alexander Shishkov
|
0922b3f3be
|
fixed Python description of estimateAffine3D function
|
13 years ago |
Andrey Kamaev
|
d7a9b99b1d
|
Documentation: fixed references for C++ operators
|
13 years ago |
Andrey Kamaev
|
d6e3ccc1b2
|
Documentation: fixed about 100 cross-referencing errors.
|
13 years ago |
Andrey Kamaev
|
954f3c1eb9
|
Java: fixed Mats comparison; added resahpe mathod to core.Mat; fixed test resources extraction.
|
14 years ago |
Vadim Pisarevsky
|
41df54e75f
|
fixed several typoes and errors in the refman (ticket #1203)
|
14 years ago |
Vadim Pisarevsky
|
f2e1a64c1b
|
fixed "import cv" in the new python samples. corrected Python bindings to match the documentation and vice versa (NOTE: in cv2.stereoCalibrate the parameter ordering has been changed)
|
14 years ago |
Vadim Pisarevsky
|
5bb8076d7d
|
added centerPrincipalPoint=false to getOptimalNewCameraMatrix (ticket #1199)
|
14 years ago |
Vadim Pisarevsky
|
0940573e8b
|
fixed a few more typos in the docs.
|
14 years ago |
Andrey Kamaev
|
ed8a2af9b6
|
Improved rst parser; fixed bug in hdr_parser; some small fixes in documentation
|
14 years ago |
Andrey Kamaev
|
741a689f65
|
Improved RST parser; fixed small typos found by new parser
|
14 years ago |
Vadim Pisarevsky
|
cc9a1bb62f
|
propagated some more fixes from 2.3 branch to the trunk
|
14 years ago |
Bernat Gabor
|
762bc0f8af
|
Some reST syntax correction. Now the PDF documentation builds correctly under Windows using MIKTEX. Some update on the tutorial structure. Some CSS syntax correction. Windows Install Tutorial v0.4.
|
14 years ago |
Vadim Pisarevsky
|
b204e73d9a
|
propagated some more fixes from 2.3 branch to the trunk
|
14 years ago |
Vadim Pisarevsky
|
49467947ac
|
propagated some fixes from 2.3 to trunk
|
14 years ago |
Vadim Pisarevsky
|
b1bf1deed0
|
fixed 2 bugs in reference manuals
|
14 years ago |
Vadim Pisarevsky
|
6229af93d6
|
corrected estimateAffine3D parameter name: outliers=>inliers (ticket #1141)
|
14 years ago |
Vadim Pisarevsky
|
8d8ef596c8
|
introduced new RST/Sphinx domain ocv.
|
14 years ago |
Vadim Pisarevsky
|
bb8198abfd
|
continued cleaning up the docs and fixing hyperlinks (".. index:: <name>" and ".. _<name>:" are not needed anymore)
|
14 years ago |
Vadim Pisarevsky
|
20aca7440f
|
a lot of small corrections to bring down the number of undocumented functions, reported by the script; added em.cpp sample
|
14 years ago |
Vadim Pisarevsky
|
51c11ba78b
|
improved convertPointsHomogeneous documentation. added convertPointsTo/FromHomogeneous (ticket #1011)
|
14 years ago |
Ilya Lysenkov
|
c71e24cd96
|
Updated docs of findCirclesGrid()
|
14 years ago |
Vadim Pisarevsky
|
2d2b8a496e
|
renamed "None()" to "noArray()" to avoid conflicts with X11 (ticket #1122)
|
14 years ago |
Vadim Pisarevsky
|
c7a42e9682
|
started work on API & doc synchronization (in particular, Mat& => Input/OutputArray in the descriptions)
|
14 years ago |
Vadim Pisarevsky
|
f2a337f990
|
fixed several typos, including the old ones from ticket #854
|
14 years ago |
Elena Fedotova
|
aa1fac4c5a
|
Purpose: completed the calib3d chapter
|
14 years ago |
Vadim Pisarevsky
|
73f589e8a5
|
further docs cleanup
|
14 years ago |
Vadim Pisarevsky
|
5c3447c125
|
added pictures for OpenCV 2.x reference manual; fixed some build problems and done some more cleanup work
|
14 years ago |