- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to create and write on disk RCS scans and RCP projects from point cloud data in memory.
I use RCProjectImportSession::addScan() and RCProjectImportSession::addPointsToScan().
RCProjectImportSession::addScan() takes as second parameter a RCScanImportOptions.
RCScanImportOptions has a pointsPerMM3 field (which is wrongly named as explained in What is "pointsPerMM3" mean in RCScanImportOptions?). It seems that, for this field, the 0, -1 and 1 values have the same effect, leading to a kind of 1 mm decimation.
Recap doesn't behave the same: if I import the same point cloud in Recap (with no decimation in 'advanced settings') and then export from Recap (in E57 format), I can see all the original points, without any decimation.
So, with Recap SDK, how can I create a RCS scan or a RCP project without any decimation
Solved! Go to Solution.