diff --git a/modules/calib3d/src/homography_decomp.cpp b/modules/calib3d/src/homography_decomp.cpp index 7a5c31b43c..1a642612f0 100644 --- a/modules/calib3d/src/homography_decomp.cpp +++ b/modules/calib3d/src/homography_decomp.cpp @@ -431,6 +431,7 @@ void HomographyDecompInria::decompose(std::vector& camMotions) } //namespace HomographyDecomposition +// function decomposes image-to-image homography to rotation and translation matrices int decomposeHomographyMat(InputArray _H, InputArray _K, OutputArrayOfArrays _rotations,