Post-Processing dialog: Updated default parameters

This commit is contained in:
matlabbe
2015-08-24 19:08:58 -04:00
parent 8ea1fa06ef
commit fcdc82daae

View File

@@ -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);