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

added comment.

parent 3c5eb7de
...@@ -431,6 +431,7 @@ void HomographyDecompInria::decompose(std::vector<CameraMotion>& camMotions) ...@@ -431,6 +431,7 @@ void HomographyDecompInria::decompose(std::vector<CameraMotion>& camMotions)
} //namespace HomographyDecomposition } //namespace HomographyDecomposition
// function decomposes image-to-image homography to rotation and translation matrices
int decomposeHomographyMat(InputArray _H, int decomposeHomographyMat(InputArray _H,
InputArray _K, InputArray _K,
OutputArrayOfArrays _rotations, OutputArrayOfArrays _rotations,
......
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