Normalized file endings.
This commit is contained in:
@@ -1642,4 +1642,3 @@ is equivalent to
|
||||
.. seealso::
|
||||
|
||||
:ocv:func:`cartToPolar`
|
||||
|
||||
|
@@ -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).
|
||||
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user