mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 01:50:24 +08:00
Calibration: added max scale parameter
This commit is contained in:
@@ -69,6 +69,7 @@ public slots:
|
||||
void setBoardWidth(int width);
|
||||
void setBoardHeight(int height);
|
||||
void setSquareSize(double size);
|
||||
void setMaxScale(int scale);
|
||||
|
||||
private slots:
|
||||
void processImages(const cv::Mat & imageLeft, const cv::Mat & imageRight, const QString & cameraName);
|
||||
|
||||
Reference in New Issue
Block a user