27 #include<pangolin/pangolin.h> 42 void DrawKeyFrames(
const bool bDrawKF,
const bool bDrawGraph);
43 void DrawCurrentCamera(pangolin::OpenGlMatrix &Twc);
44 void SetCurrentCameraPose(
const cv::Mat &Tcw);
45 void SetReferenceKeyFrame(
KeyFrame *pKF);
46 void GetCurrentOpenGLCameraMatrix(pangolin::OpenGlMatrix &M);
51 float mKeyFrameLineWidth;
52 float mGraphLineWidth;
55 float mCameraLineWidth;
59 std::mutex mMutexCamera;
Definition: KeyFrame.h:43
Definition: Converter.cpp:24
Definition: MapDrawer.h:34