Merge pull request #2870 from 23pointsNorth:patch-5

This commit is contained in:
Roman Donchenko
2014-06-19 16:52:00 +04:00
committed by OpenCV Buildbot

View File

@@ -769,7 +769,7 @@ if there are no outliers and the noise is rather small, use the default method (
The function is used to find initial intrinsic and extrinsic matrices.
Homography matrix is determined up to a scale. Thus, it is normalized so that
:math:`h_{33}=1` .
:math:`h_{33}=1`. Note that whenever an H matrix cannot be estimated, an empty one will be returned.
.. seealso::