BitmapToolkit Scol plugin
|
Go to the source code of this file.
Functions | |
uint32 | firstPO2From (uint32 n) |
void | Sophus2Cv (const dso::SE3 &smat, cv::Mat &mat) |
void | cvMatToQuatAndPos (const cv::Mat mat, BtQuaternion &quat, Vector3 &vec, bool invertx=false, bool flip=false) |
cv::Mat | ExpSO3 (const float &x, const float &y, const float &z) |
cv::Mat | ExpSO3 (const cv::Mat &v) |
cv::Point2f | Camera2Pixel (cv::Mat poseCamera, cv::Mat mk) |
Variables | |
const float | eps = 1e-4 |
cv::Point2f Camera2Pixel | ( | cv::Mat | poseCamera, |
cv::Mat | mk | ||
) |
Definition at line 127 of file sSlam_vins.cpp.
void cvMatToQuatAndPos | ( | const cv::Mat | mat, |
BtQuaternion & | quat, | ||
Vector3 & | vec, | ||
bool | invertx = false , |
||
bool | flip = false |
||
) |
Definition at line 75 of file sSlam_vins.cpp.
cv::Mat ExpSO3 | ( | const cv::Mat & | v | ) |
Definition at line 122 of file sSlam_vins.cpp.
cv::Mat ExpSO3 | ( | const float & | x, |
const float & | y, | ||
const float & | z | ||
) |
Definition at line 108 of file sSlam_vins.cpp.
uint32 firstPO2From | ( | uint32 | n | ) |
Definition at line 32 of file sSlam_vins.cpp.
void Sophus2Cv | ( | const dso::SE3 & | smat, |
cv::Mat & | mat | ||
) |
Definition at line 47 of file sSlam_vins.cpp.
const float eps = 1e-4 |
Definition at line 107 of file sSlam_vins.cpp.