added comment.
authorSamson Yilma <sammyy223@gmail.com>
Wed, 30 Jul 2014 23:32:37 +0000 (19:32 -0400)
committerSamson Yilma <sammyy223@gmail.com>
Wed, 30 Jul 2014 23:32:37 +0000 (19:32 -0400)
modules/calib3d/src/homography_decomp.cpp

index 7a5c31b..1a64261 100644 (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,