updated documentation for decomposeHomography

pull/2671/head
Samson Yilma 11 years ago
parent de55126b69
commit 3c5eb7de84
  1. 2
      modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst

@ -764,7 +764,7 @@ Decompose a homography matrix to rotation(s), translation(s) and plane normal(s)
.. ocv:function:: int decomposeHomographyMat( InputArray H, InputArray K, OutputArrayOfArrays rotations, OutputArrayOfArrays translations, OutputArrayOfArrays normals)
:param H: The input homography matrix.
:param H: The input homography matrix between two images.
:param K: The input intrinsic camera calibration matrix.

Loading…
Cancel
Save