Copied some comments from wiki to the main documentation

This commit is contained in:
Ilya Lysenkov
2011-06-21 15:24:43 +00:00
parent fc02f7ff4a
commit 3fa4c8f091
10 changed files with 25 additions and 11 deletions

View File

@@ -1781,6 +1781,8 @@ Difference norm between two projections is the maximal distance between correspo
``criteria.epsilon``
serves to stop the algorithm if the difference is small.
An example of using ``cvPOSIT`` and ``cvCreatePOSITObject`` is available at http://opencv.willowgarage.com/wiki/Posit
.. index:: ProjectPoints2

View File

@@ -7234,7 +7234,7 @@ mSet
.. cfunction:: void cvmSet(CvMat* mat, int row, int col, double value)
Returns a specific element of a single-channel floating-point matrix.
Sets a specific element of a single-channel floating-point matrix.