Skip to content
Discussion options

You must be logged in to vote

In the lastest rtabmap iOS version, we don't threshold anymore the depth image with the confidence for the data saved in the database. We keep both data separately and threshold depth confidence on-demand (before rendering or generating optimized mesh for example). The cloud you see is maybe the cloud at lowest confidence, so you can get some edge bleeding or depth interpolation where the lidar didn't hit or didn't have returns. At highest confidence, these points "could" be removed.

How do you generate your point cloud? You may load the depth confidence image too, and threshold the depth for highest confidence (>=100) before projecting the depth image to point cloud.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@m-christen
Comment options

Answer selected by matlabbe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants