51 Viewer(OrbSLAM* pSystem, FrameDrawer* pFrameDrawer, MapDrawer* pMapDrawer, Tracking *pTracking,
const SLAMParameters& params);
74 FrameDrawer* mpFrameDrawer;
75 MapDrawer* mpMapDrawer;
80 float mImageWidth, mImageHeight;
81 float mImageViewerScale;
83 float mViewpointX, mViewpointY, mViewpointZ, mViewpointF;
87 bool mbFinishRequested;
89 std::mutex mMutexFinish;
93 std::mutex mMutexStop;
Main entry point for the ORB-SLAM3 system.
Configuration parameters for the ORB-SLAM system.
Main tracking thread that processes each frame and estimates camera pose.
The primary namespace for the NDEVR SDK.