Commit 3c5eb7de authored by Samson Yilma's avatar Samson Yilma

updated documentation for decomposeHomography

parent de55126b
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment