mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 22:44:02 +08:00
updated documentation for decomposeHomography
This commit is contained in:
parent
de55126b69
commit
3c5eb7de84
@ -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…
Reference in New Issue
Block a user