Solar
Public Member Functions | List of all members
SolAR::MODULES::OPENGV::PoseEstimationEPnp Class Reference

Finds the camera pose of 2D-3D points correspondences based on opengv Efficient Perspective-n-Point algorithm. UUID: 22007c73-6847-48aa-a2c1-d2ff59baf92f More...

#include <PoseEstimationEPnp.h>

Inheritance diagram for SolAR::MODULES::OPENGV::PoseEstimationEPnp:
Inheritance graph
[legend]
Collaboration diagram for SolAR::MODULES::OPENGV::PoseEstimationEPnp:
Collaboration graph
[legend]

Public Member Functions

 PoseEstimationEPnp ()
 PoseEstimationEPnp constructor;.
 
 ~PoseEstimationEPnp ()
 PoseEstimationEPnp destructor;.
 
FrameworkReturnCode estimate (const std::vector< datastructure::Point2Df > &imagePoints, const std::vector< datastructure::Point3Df > &worldPoints, datastructure::Transform3Df &pose, const datastructure::Transform3Df initialPose=datastructure::Transform3Df::Identity()) override
 Estimates camera pose from a set of 2D image points of their corresponding 3D world points. More...
 
void setCameraParameters (const datastructure::CamCalibration &intrinsicParams, const datastructure::CamDistortion &distorsionParams) override
 this method is used to set intrinsic parameters and distorsion of the camera More...
 
void unloadComponent () override final
 

Detailed Description

Finds the camera pose of 2D-3D points correspondences based on opengv Efficient Perspective-n-Point algorithm. UUID: 22007c73-6847-48aa-a2c1-d2ff59baf92f

Member Function Documentation

◆ estimate()

FrameworkReturnCode SolAR::MODULES::OPENGV::PoseEstimationEPnp::estimate ( const std::vector< datastructure::Point2Df > &  imagePoints,
const std::vector< datastructure::Point3Df > &  worldPoints,
datastructure::Transform3Df &  pose,
const datastructure::Transform3Df  initialPose = datastructure::Transform3Df::Identity() 
)
override

Estimates camera pose from a set of 2D image points of their corresponding 3D world points.

Parameters
[in]imagePoints,setof 2d_points seen in view_1.
[in]worldPoints,setof 3d_points corresponding to view_1.
[out]pose,camerapose (pose the camera defined in world corrdinate system) expressed as a Transform3D.
[in]initialPose(Optional), a tranfsform3D to initialize the pose (reducing the convergence time and improving its success). If your world points are planar, do not use this argument.

◆ setCameraParameters()

void SolAR::MODULES::OPENGV::PoseEstimationEPnp::setCameraParameters ( const datastructure::CamCalibration &  intrinsicParams,
const datastructure::CamDistortion &  distorsionParams 
)
override

this method is used to set intrinsic parameters and distorsion of the camera

Parameters
[in]Cameracalibration matrix parameters.
[in]Cameradistorsion parameters.

The documentation for this class was generated from the following file: