From d784b40e243b640059220354ab8d9f2faf31ec1f Mon Sep 17 00:00:00 2001 From: Alexander Alekhin Date: Tue, 14 May 2019 19:20:40 +0000 Subject: [PATCH] calib3d(docs): examples paragraph is related to findHomography() --- modules/calib3d/include/opencv2/calib3d.hpp | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/modules/calib3d/include/opencv2/calib3d.hpp b/modules/calib3d/include/opencv2/calib3d.hpp index 5f6d3c048a..b812d5928e 100644 --- a/modules/calib3d/include/opencv2/calib3d.hpp +++ b/modules/calib3d/include/opencv2/calib3d.hpp @@ -317,11 +317,7 @@ optimization procedures like calibrateCamera, stereoCalibrate, or solvePnP . */ CV_EXPORTS_W void Rodrigues( InputArray src, OutputArray dst, OutputArray jacobian = noArray() ); -/** @example samples/cpp/tutorial_code/features2D/Homography/pose_from_homography.cpp -An example program about pose estimation from coplanar points -Check @ref tutorial_homography "the corresponding tutorial" for more details -*/ /** Levenberg-Marquardt solver. Starting with the specified vector of parameters it optimizes the target vector criteria "err" @@ -388,6 +384,12 @@ public: +/** @example samples/cpp/tutorial_code/features2D/Homography/pose_from_homography.cpp +An example program about pose estimation from coplanar points + +Check @ref tutorial_homography "the corresponding tutorial" for more details +*/ + /** @brief Finds a perspective transformation between two planes. @param srcPoints Coordinates of the points in the original plane, a matrix of the type CV_32FC2