Normalized file endings.

This commit is contained in:
Roman Donchenko
2013-08-21 17:26:54 +04:00
parent f55740da70
commit e9a28f66ee
486 changed files with 166 additions and 606 deletions

View File

@@ -1642,4 +1642,3 @@ is equivalent to
.. seealso::
:ocv:func:`cartToPolar`

View File

@@ -705,5 +705,3 @@ The function is similar to
where ``undistort()`` is an approximate iterative algorithm that estimates the normalized original point coordinates out of the normalized distorted point coordinates ("normalized" means that the coordinates do not depend on the camera matrix).
The function can be used for both a stereo camera head or a monocular camera (when R is empty).

View File

@@ -815,4 +815,4 @@ See the sample ``grabcut.cpp`` to learn how to use the function.
* An example using the GrabCut algorithm can be found at opencv_source_code/samples/cpp/grabcut.cpp
* (Python) An example using the GrabCut algorithm can be found at opencv_source_code/samples/python2/grabcut.py
* (Python) An example using the GrabCut algorithm can be found at opencv_source_code/samples/python2/grabcut.py

View File

@@ -76,4 +76,4 @@ After the function finishes the comparison, the best matches can be found as glo
.. note::
* (Python) An example on how to match mouse selected regions in an image can be found at opencv_source_code/samples/python2/mouse_and_match.py
* (Python) An example on how to match mouse selected regions in an image can be found at opencv_source_code/samples/python2/mouse_and_match.py