ExportCloudsDialog: fixed assembled cloud not set to dense (as it should) before voxel filter

This commit is contained in:
matlabbe
2017-09-29 12:03:48 -04:00
parent 079be0e072
commit b187409e59

View File

@@ -1357,6 +1357,7 @@ bool ExportCloudsDialog::getExportedClouds(
} }
} }
assembledCloud->is_dense = true;
pcl::copyPointCloud(*assembledCloud, *rawAssembledCloud); pcl::copyPointCloud(*assembledCloud, *rawAssembledCloud);
if(_ui->doubleSpinBox_voxelSize_assembled->value()) if(_ui->doubleSpinBox_voxelSize_assembled->value())