rerun-io / rerun

Visualize streams of multimodal data. Fast, easy to use, and simple to integrate. Built in Rust using egui.
https://rerun.io/
Apache License 2.0
6.32k stars 300 forks source link

Make backprojected point cloud from depth image individually selectable #6553

Open genemerewether opened 3 months ago

genemerewether commented 3 months ago

Is it possible to make points from a backprojected point cloud (from depth map) individually selectable? Would be nice to have the same ability for selections of those points to project to (other) cameras, for example.

jleibs commented 3 months ago

This is something we've talked about quite a bit. The short answer is we definitely want to make this possible eventually, but it poses some surprising structural complexities.

The main issue is actually in how we think of instances within a batch and how that relates to images (and by extension depth images and their associated backprojected points).

These issues have some more context and would likely allow exactly what you're looking for: