开发者

Can I use a Kinect to identify objects?

开发者 https://www.devze.com 2023-03-05 17:48 出处:网络
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开发者_Python百科 on this.T

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开发者_Python百科 on this.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消