projecting Tango 3D point to screen Google Project Tango

后端 未结 1 1012
失恋的感觉
失恋的感觉 2021-01-27 20:58

Ptoject Tango provides a point cloud, how can you get the position in pixels of a 3D point in the point cloud in meters?

I tried using the projection matrix but I get ve

相关标签:
1条回答
  • 2021-01-27 21:17

    You have to multiply 3D point with RGB camera's intrinsics matrix to obtain pixel coordinate. 3D points are in Depthcamera's frame. You get pixel coordinates by following method:

    and

    x and y are pixel coordinates. And K is constructed with parameters using intrinsics function

    0 讨论(0)
提交回复
热议问题