MRPT
2.0.1
|
#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.1 Git: 0fef1a6d7 Fri Apr 3 23:00:21 2020 +0200 at vie abr 3 23:20:28 CEST 2020 |