Commit d93588df authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #14562 from alalek:calid3d_fix_examples_paragraph

parents e21262de d784b40e
...@@ -317,11 +317,7 @@ optimization procedures like calibrateCamera, stereoCalibrate, or solvePnP . ...@@ -317,11 +317,7 @@ optimization procedures like calibrateCamera, stereoCalibrate, or solvePnP .
*/ */
CV_EXPORTS_W void Rodrigues( InputArray src, OutputArray dst, OutputArray jacobian = noArray() ); 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 /** Levenberg-Marquardt solver. Starting with the specified vector of parameters it
optimizes the target vector criteria "err" optimizes the target vector criteria "err"
...@@ -388,6 +384,12 @@ public: ...@@ -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. /** @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 @param srcPoints Coordinates of the points in the original plane, a matrix of the type CV_32FC2
......
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