From 3c5eb7de8470af58a406dfe82800d89a648bec9a Mon Sep 17 00:00:00 2001 From: Samson Yilma Date: Wed, 30 Jul 2014 18:53:33 -0400 Subject: [PATCH] updated documentation for decomposeHomography --- .../calib3d/doc/camera_calibration_and_3d_reconstruction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst b/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst index 0170904a6..0e47e7f63 100644 --- a/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst +++ b/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.