我可以使用 Kinect 来识别物体吗?

发布于 2024-11-07 10:08:58 字数 78 浏览 0 评论 0原文

塔决定一条路径。我希望 Kinect 能够检测塔架,以便我可以让我的机器人保持在路径内。 Kinect 是否能够进行对象检测?是否有相关教程。

Pylons decide a path. I want the Kinect to detect pylons so that I can make my robot to stay within the path. Is Kinect capable of object detection and is there any tutorial on this.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

傻比既视感 2024-11-14 10:08:58

kinect 本身只是一个设备,可以为您提供一些图像数据和深度值(通过 OpenKinect即将推出的 SDK)。因此,您正在寻找一个可以根据数据执行此操作的库(或多个库的组合)。不确定是否有东西可以提供直接的解决方案,但似乎与 OpenCV 的组合已经成功: http://www.youtube.com/watch?v=cRBozGoa69s

The kinect itself is just a device which will get you some image data and depth values (via OpenKinect or the upcoming SDK). So you're looking for a library (or combination of several ones) which can do this based on the data. Not sure there is something which provides a direct solution, but it seems a combination with OpenCV has been successful: http://www.youtube.com/watch?v=cRBozGoa69s

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文