Decimation when creating RCS from point buffer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
When I import RCS files in an RCP via RCProjectImporter::importFilesSynchronously(), I can set the decimation field in the RCImportFilesSettings parameter.
Is there a way to benefit from this decimation feature when I create an RCS from a point buffer in memory?
(I use RCProjectImporter::createScanFromPoints(), whose RCImportPointCloudSettings parameter doesn't have all the fields of RCImportFilesSettings).