mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-01 17:10:26 +08:00
Post-Processing dialog: Updated default parameters
This commit is contained in:
@@ -123,7 +123,7 @@ void PostProcessingDialog::loadSettings(QSettings & settings, const QString & gr
|
||||
|
||||
void PostProcessingDialog::restoreDefaults()
|
||||
{
|
||||
setDetectMoreLoopClosures(false);
|
||||
setDetectMoreLoopClosures(true);
|
||||
setClusterRadius(0.3);
|
||||
setClusterAngle(30);
|
||||
setIterations(1);
|
||||
|
||||
Reference in New Issue
Block a user