#include <MapDrawer.h>
Definition at line 34 of file MapDrawer.h.
ORB_SLAM2::MapDrawer::MapDrawer |
( |
Map * |
pMap, |
|
|
const string & |
strSettingPath |
|
) |
| |
void ORB_SLAM2::MapDrawer::DrawCurrentCamera |
( |
pangolin::OpenGlMatrix & |
Twc | ) |
|
void ORB_SLAM2::MapDrawer::DrawKeyFrames |
( |
const bool |
bDrawKF, |
|
|
const bool |
bDrawGraph |
|
) |
| |
void ORB_SLAM2::MapDrawer::DrawMapPoints |
( |
| ) |
|
void ORB_SLAM2::MapDrawer::GetCurrentOpenGLCameraMatrix |
( |
pangolin::OpenGlMatrix & |
M | ) |
|
void ORB_SLAM2::MapDrawer::SetCurrentCameraPose |
( |
const cv::Mat & |
Tcw | ) |
|
void ORB_SLAM2::MapDrawer::SetReferenceKeyFrame |
( |
KeyFrame * |
pKF | ) |
|
float ORB_SLAM2::MapDrawer::mCameraLineWidth |
|
private |
cv::Mat ORB_SLAM2::MapDrawer::mCameraPose |
|
private |
float ORB_SLAM2::MapDrawer::mCameraSize |
|
private |
float ORB_SLAM2::MapDrawer::mGraphLineWidth |
|
private |
float ORB_SLAM2::MapDrawer::mKeyFrameLineWidth |
|
private |
float ORB_SLAM2::MapDrawer::mKeyFrameSize |
|
private |
std::mutex ORB_SLAM2::MapDrawer::mMutexCamera |
|
private |
Map* ORB_SLAM2::MapDrawer::mpMap |
float ORB_SLAM2::MapDrawer::mPointSize |
|
private |
The documentation for this class was generated from the following file: