Is Kinect orthographic or perspective mode?

我是研究僧i 提交于 2019-12-11 07:29:36

问题


I would like to know if the Kinect capture color, depth and IR images in orthographic or perspective mode?


回答1:


While there is no clear mention of this particular information, based on my experience of using Kinect v1 and v2, I would say the following:

  1. Color and IR cameras: Perspective Both are normal RGB cameras (IR one has an IR filter) with a lens and have camera parameters, lens distortion etc. The objects in image get smaller as they go farther

  2. Depth: Orthographic Based on how the depth is calculated [4], the depth image is a representation of a point cloud which removes the sense of perspective.

Again, this might be wrong, but I believe it should be close enough. Apologies if it is wrong.

[4]: M. Andersen, T. Jensen, P. Lisouski, A. Mortensen, M. Hansen, T. Gregersen, and P. Ahrendt, “Kinect Depth Sensor Evaluation for Computer Vision Applications,” Technical Report Electronics and Computer Engineering, vol. 1, no. 6, 2015.



来源:https://stackoverflow.com/questions/47517836/is-kinect-orthographic-or-perspective-mode

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