Replies: 1 comment 1 reply
-
sure it can, RGBD are nothing more than RGB and depth-map image pairs; as soon as you run DensifyPointCloud on any set of RGB images you will end up with depth-maps too, one for each image; depth-maps are not in pixels as you think, but each pixel contains the depth to the surface in whatever units the SfM scene is reconstructed in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
During dense point cloud generation, many tools require estimating the depth map of each image of the input dataset. If those depth maps are expressed in metric units (instead of pixels), they could be used for generating RGBD images
Would this library allow doing that or at least exporting depth maps as images?
Beta Was this translation helpful? Give feedback.
All reactions