added comment.

This commit is contained in:
Samson Yilma 2014-07-30 19:32:37 -04:00
parent 3c5eb7de84
commit 3b608fa489

View File

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