From: edgarriba Date: Wed, 30 Jul 2014 10:10:29 +0000 (+0200) Subject: Update tutorial X-Git-Tag: accepted/tizen/6.0/unified/20201030.111113~3003^2~88 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0ac84755a0befac55563e48c6dbff9328aa4c675;p=platform%2Fupstream%2Fopencv.git Update tutorial --- diff --git a/doc/tutorials/calib3d/real_time_pose/real_time_pose.rst b/doc/tutorials/calib3d/real_time_pose/real_time_pose.rst index 26f16b3..d2564e4 100644 --- a/doc/tutorials/calib3d/real_time_pose/real_time_pose.rst +++ b/doc/tutorials/calib3d/real_time_pose/real_time_pose.rst @@ -38,7 +38,7 @@ The most common simplification is to assume known calibration parameters which i **Problem Formulation:** Given a set of correspondences between 3D points :math:`p_i` expressed in a world reference frame, and their 2D projections :math:`u_i` onto the image, we seek to retrieve the pose (:math:`R` and :math:`t`) of the camera w.r.t. the world and the focal length :math:`f`. -OpenCV provides three different approaches to solve the Perspective-*n*-Point problem which return :math:`R` and :math:`t`. Then, using the following formula it's possible to project 3D points into the image plane: +OpenCV provides four different approaches to solve the Perspective-*n*-Point problem which return :math:`R` and :math:`t`. Then, using the following formula it's possible to project 3D points into the image plane: .. math::