|
enum | eSensor { MONOCULAR =0,
STEREO =1,
RGBD =2
} |
|
|
| System (const string &strVocFile, const string &strSettingsFile, const eSensor sensor, const bool bUseViewer=true) |
|
cv::Mat | TrackStereo (const cv::Mat &imLeft, const cv::Mat &imRight, const double ×tamp) |
|
cv::Mat | TrackRGBD (const cv::Mat &im, const cv::Mat &depthmap, const double ×tamp) |
|
cv::Mat | TrackMonocular (const cv::Mat &im, const double ×tamp) |
|
void | ActivateLocalizationMode () |
|
void | DeactivateLocalizationMode () |
|
bool | MapChanged () |
|
void | Reset () |
|
void | Shutdown () |
|
void | SaveTrajectoryTUM (const string &filename) |
|
void | SaveKeyFrameTrajectoryTUM (const string &filename) |
|
void | SaveTrajectoryKITTI (const string &filename) |
|
int | GetTrackingState () |
|
std::vector< MapPoint * > | GetTrackedMapPoints () |
|
std::vector< cv::KeyPoint > | GetTrackedKeyPointsUn () |
|
The documentation for this class was generated from the following files:
- /home/yubao/data/catkin_ws/src/ORB_SLAM2/include/System.h
- /home/yubao/data/catkin_ws/src/ORB_SLAM2/src/System.cpp