Open3D icon indicating copy to clipboard operation
Open3D copied to clipboard

Is depth from render_to_depth_image() consistent over frames ?

Open alexs7 opened this issue 3 years ago • 2 comments

Checklist

My Question

Hello,

Thanks for your work,

I think my question is related to: https://github.com/isl-org/Open3D/issues/2940

I wanted to ask about the depth values from OffscreenRenderer

That are acquired with: render_to_depth_image(). Are these depth values consistent across frames ? Meaning that if I use the depth value to reconstruct the 3D points, are those 3D points the same in the next frame ?

Imagine if I do so for all my frames and I collect all 3D points, and render them. Then I should see the global 3D model ?

alexs7 avatar Aug 21 '22 16:08 alexs7

I'm wondering this as well, can you get absolute depth values from the depth maps ?

andrewcaunes avatar Mar 25 '24 09:03 andrewcaunes

It's been a while, but I think I had to look at the source code and come to a conclusion. Also try getting the depth values for a couple of consecutive frames from SFM data.

alexs7 avatar Apr 01 '24 17:04 alexs7