#include "ArManager.h"
#include "ArCameraParam.h"
#include "sSlam_sd.h"
#include "SD_SLAM/extra/utils.h"
#include <vector>
#include <opencv2/core/eigen.hpp>
Go to the source code of this file.
|
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) |
|
◆ Camera2Pixel()
cv::Point2f Camera2Pixel |
( |
cv::Mat |
poseCamera, |
|
|
cv::Mat |
mk |
|
) |
| |
◆ ExpSO3() [1/2]
cv::Mat ExpSO3 |
( |
const cv::Mat & |
v | ) |
|
◆ ExpSO3() [2/2]
cv::Mat ExpSO3 |
( |
const float & |
x, |
|
|
const float & |
y, |
|
|
const float & |
z |
|
) |
| |
◆ eps