detecting finger movement with Microsoft Kinect in c#

霸气de小男生 提交于 2019-12-10 04:35:17

问题


Is it possible to detect finger movements with Kinect. I am able to detect skeleton and do some mouse movement and perform a click based on OTHER HAND location. I would like to implement the 'mouse click' using finger movements.

Is it possible with Microsoft Kinect sdk or with the other open source similar projects?

Thanks.


回答1:


Currently it is only possible by using a hack; there is no official setting or API for it but it is possible to analyze the image data and find the fingers.

Have a look here



来源:https://stackoverflow.com/questions/6926397/detecting-finger-movement-with-microsoft-kinect-in-c-sharp

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