1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Documentation: fixed references for C++ operators

This commit is contained in:
Andrey Kamaev
2011-08-13 21:39:10 +00:00
parent 23c15d562d
commit d7a9b99b1d
6 changed files with 26 additions and 22 deletions
+2 -2
View File
@@ -2173,7 +2173,7 @@ PCA constructors
:param maxComponents: Maximum number of components that PCA should retain. By default, all the components are retained.
The default constructor initializes an empty PCA structure. The second constructor initializes the structure and calls
:ocv:func:`PCA::operator()` .
:ocv:funcx:`PCA::operator()` .
@@ -3115,7 +3115,7 @@ The constructors.
* **SVD::FULL_UV** When the matrix is not square, by default the algorithm produces ``u`` and ``vt`` matrices of sufficiently large size for the further ``A`` reconstruction. If, however, ``FULL_UV`` flag is specified, ``u`` and ``vt`` will be full-size square orthogonal matrices.
The first constructor initializes an empty ``SVD`` structure. The second constructor initializes an empty ``SVD`` structure and then calls
:ocv:func:`SVD::operator()` .
:ocv:funcx:`SVD::operator()` .
SVD::operator ()