| 
    MRPT
    2.0.4
    
   | 
 
#include <pnp/ppnp.h>
Public Member Functions | |
| ppnp (const Eigen::MatrixXd &obj_pts, const Eigen::MatrixXd &img_pts, const Eigen::MatrixXd &cam_intrinsic) | |
| Constructor for the P-PnP class.  More... | |
| bool | compute_pose (Eigen::Matrix3d &R, Eigen::Vector3d &t, int n) | 
| Function to compute pose.  More... | |
Private Attributes | |
| Eigen::MatrixXd | P | 
| Eigen::MatrixXd | S | 
| Image points in pixels.  More... | |
| Eigen::MatrixXd | C | 
| Object points in Camera Co-ordinate system.  More... | |
| mrpt::vision::pnp::ppnp::ppnp | ( | const Eigen::MatrixXd & | obj_pts, | 
| const Eigen::MatrixXd & | img_pts, | ||
| const Eigen::MatrixXd & | cam_intrinsic | ||
| ) | 
| bool mrpt::vision::pnp::ppnp::compute_pose | ( | Eigen::Matrix3d & | R, | 
| Eigen::Vector3d & | t, | ||
| int | n | ||
| ) | 
Function to compute pose.
| [out] | R | Rotation matrix | 
| t | Trnaslation Vector | |
| n | Number of 2d/3d correspondences | 
Definition at line 29 of file ppnp.cpp.
References mrpt::math::norm(), and R.
Referenced by mrpt::vision::pnp::CPnP::ppnp().
      
  | 
  private | 
      
  | 
  private | 
| Page generated by Doxygen 1.8.14 for MRPT 2.0.4 Git: 33de1d0ad Sat Jun 20 11:02:42 2020 +0200 at sáb jun 20 17:35:17 CEST 2020 |