exportGraph: added RGBD-SLAM format (10) without motion capture coordinate transformation (#332)

This commit is contained in:
matlabbe
2018-11-08 12:26:37 -05:00
parent 433e20869c
commit c5057eb6b3
10 changed files with 120 additions and 55 deletions

View File

@@ -101,6 +101,7 @@ private Q_SLOTS:
void exportDatabase();
void extractImages();
void exportPosesRaw();
void exportPosesRGBDSLAMMotionCapture();
void exportPosesRGBDSLAM();
void exportPosesKITTI();
void exportPosesTORO();

View File

@@ -154,6 +154,7 @@ protected Q_SLOTS:
void generateGraphDOT();
void exportPosesRaw();
void exportPosesRGBDSLAM();
void exportPosesRGBDSLAMMotionCapture();
void exportPosesKITTI();
void exportPosesTORO();
void exportPosesG2O();