TSDF surface appears on unexpected face of the cube (possibly extrinsic matrix issue) #67
Unanswered
Eunsunggcu
asked this question in
Q&A
Replies: 1 comment
-
Are you seeing this issue with version 5.0? |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi, I'm trying to use Open3D's TSDF integration module.
I wrote a script based on the official example to integrate a depth image into a TSDF volume.
Code snippet:
I expected the TSDF surface to appear on the top face of the cube in the scene, but instead, it shows up on an unexpected face, as shown in the attached image.
What I suspect:
I think I might be misusing the extrinsic matrix when calling integrate.
I assumed that if the camera's extrinsic matrix is correctly defined, the TSDF should be integrated on the correct surface — in this case, the top face of the cube.
Beta Was this translation helpful? Give feedback.
All reactions