Tango raw depth data - update? [closed]

痴心易碎 提交于 2019-12-02 01:57:14

There's no depth image directly available through Tango API. In fact, the raw data in Tango's consideration is point clouds. In order to get a depth image, you would have to project those points onto camera's image plane, and perform certain amount of upsampling to get a good result.

Tango Support Library does have serveral upsample methods. There's also a rgb-depth-sync example code from Tango shows how to perform the depth points projection.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!