Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standardize confidence_map #128

Open
Victorlouisdg opened this issue Feb 13, 2024 · 0 comments
Open

Standardize confidence_map #128

Victorlouisdg opened this issue Feb 13, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Victorlouisdg
Copy link
Contributor

Describe the feature you'd like
To get point cloud without long trail around objects with the ZED2i cameras, I rely on the confidence maps they provide for filtering. Currently these are accessible in airo-mono via the non-interface Zed2i function _retrieve_confidence_map(). For this reason, they are currently also not included in the MultiprocessRGBDReceiver. However I need the confidence maps and need to run my camera in a separate process for video recording, so it would be great if confidence maps were added.

Use cases
Anyone who want to filter low-confidence points from their point cloud.

Possible implementation
A DepthConfidenceMapType with a standardized semantic meaning. The ZED SDK returns float values between 0.0 and 100.0 where higher values mean more uncertainty, e.g. around the edges of objects. The Realsense SDK also has something based on disparity I believe: IntelRealSense/librealsense#3185

Additionally we make get_confidence_map() an (optional) interface function, and add it to the Multiprocess classes.

@Victorlouisdg Victorlouisdg added the enhancement New feature or request label Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant