使用 Kinect V2 进行深度处理

Handling Depth Processing With The Kinect V2

我目前正在尝试处理 Kinect V2 的深度数据。我希望过滤掉所有不在特定距离内的点。问题是我找不到关于如何做到这一点的可靠文档,更不用说如何检索深度数据本身了。如果有人对从 kinect V2 中提取深度数据有任何经验,将不胜感激。

我目前正在为 openKinect 库使用 pylibfreenect2 绑定,但我对依赖项很灵活。

提前致谢。

您可能找不到 question.If 的答案,那么这里就是解决方案。 github 上有一个名为 OpenKinect-for-Processing library. It is use friendly and easy-to-use library which runs on your browser. For quick tutorial you can check this link and look through this small youtube tutorial. On youtube tutorial you can find easy way for thresholding and extracting depth data. You can check this video 的开源库,可以快速浏览一下他如何提取和阈值深度数据。