Added rtabmap-camera tool. Added Export button in Calibration dialog to

save calibration to yaml file (same format as ROS).
This commit is contained in:
Mathieu Labbe
2015-01-19 16:14:49 -05:00
parent e7ae2c5e31
commit fdf7f69783
10 changed files with 458 additions and 20 deletions

View File

@@ -64,6 +64,7 @@ private slots:
void processImage(const cv::Mat & image);
void restart();
void calibrate();
void save();
protected:
virtual void closeEvent(QCloseEvent* event);