Message 1 of 5
RCStructuredScan: are some points definitively lost by Recap?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Sum-up:
It seems that Recap lose points because of some spherical remapping, and these points are definitively lost.
Details:
Recap SDK provides two ways to read a scan which give different points:
- The unstructured reading via IRCPointIterator gives the same points as one can see in Recap application. But these points are not the one of the original file: they are decimated and filtered.
- The structured reading via RCStructuredScan gives the same points as the ones of the original file, but some (around 10% in my example) are missing: one can see slanted stripes of invalid points when generating a panoramic image. It seems that these missing points are spherical remapping artefacts.
One can see this in the following images:
- Original E57 file (as seen in Cloud Compare):
- 3D view in Recap:
- E57 export from Recap (same as original file, but with missing points):
- Unstructured reading via IRCPointIterator (same as 3D view in Recap):
- Structured reading via RCStructuredScan (same as E57 export from Recap):
Questions:
- Is my understanding about decimation and filtering in Recap correct?
- Is my understanding about spherical remapping artefacts for E57 export from Recap and structured reading via Recap SDK correct?
- Is there a way to recover the points missing in structured reading, or are they definitively lost?