Docker: added android/install_deps_host.bash. ExportClouds: default voxel size 0.02->0.01

This commit is contained in:
matlabbe
2018-03-20 16:47:18 -04:00
parent dd59d3c713
commit b0b3b491a0
2 changed files with 125 additions and 1 deletions

View File

@@ -510,7 +510,7 @@ void ExportCloudsDialog::restoreDefaults()
_ui->spinBox_filteringMinNeighbors->setValue(2);
_ui->checkBox_assemble->setChecked(true);
_ui->doubleSpinBox_voxelSize_assembled->setValue(0.02);
_ui->doubleSpinBox_voxelSize_assembled->setValue(0.01);
_ui->comboBox_frame->setCurrentIndex(0);
_ui->checkBox_subtraction->setChecked(false);