如何开发用于计算机视觉的 AForge.NET
我正在尝试开发一个程序来识别手势并根据手势运行一些命令或移动鼠标。我如何将 AForge.NET 与 C# 一起使用???有可能这样做吗?有教程吗???请帮忙
I'm trying to develop a program to recognize a hand gestures and base on the hand gestures, run some commands or move the mouse. how can I use AForge.NET with C#??? it is possible to do that? is there any tutorial out there???? Please help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这里是AForge.NET作者的一篇文章,尽管它与手势检测无关
Here is an article by the author of AForge.NET, although it is not about gesture detection
codeproject 上的手势示例(不使用 AForge.NET)或 另一个示例(这次使用 AForge.NET)展示了如何使用该库。希望有帮助。
A gesture sample on codeproject (not using AForge.NET) or another sample (this time using AForge.NET) showing how to uset the library. Hope it helps.