ORB SLA2
Static Public Member Functions | List of all members
ORB_SLAM2::Converter Class Reference

Static Public Member Functions

static std::vector< cv::Mat > toDescriptorVector (const cv::Mat &Descriptors)
 
static g2o::SE3Quat toSE3Quat (const cv::Mat &cvT)
 
static g2o::SE3Quat toSE3Quat (const g2o::Sim3 &gSim3)
 
static cv::Mat toCvMat (const g2o::SE3Quat &SE3)
 
static cv::Mat toCvMat (const g2o::Sim3 &Sim3)
 
static cv::Mat toCvMat (const Eigen::Matrix< double, 4, 4 > &m)
 
static cv::Mat toCvMat (const Eigen::Matrix3d &m)
 
static cv::Mat toCvMat (const Eigen::Matrix< double, 3, 1 > &m)
 
static cv::Mat toCvSE3 (const Eigen::Matrix< double, 3, 3 > &R, const Eigen::Matrix< double, 3, 1 > &t)
 
static Eigen::Matrix< double, 3, 1 > toVector3d (const cv::Mat &cvVector)
 
static Eigen::Matrix< double, 3, 1 > toVector3d (const cv::Point3f &cvPoint)
 
static Eigen::Matrix< double, 3, 3 > toMatrix3d (const cv::Mat &cvMat3)
 
static std::vector< float > toQuaternion (const cv::Mat &M)
 

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