C# or JAVA library for gesture recognition from we

2020-02-29 15:56发布

I have a project for gesture recognition. I was wondering how can use C# or Java to program it? Is there any special library? Do I need programming or do I need a special device rather than a webcam?

4条回答
啃猪蹄的小仙女
2楼-- · 2020-02-29 16:00

Have you looked at OpenCV?

OpenCV (Open Source Computer Vision) is a library of programming functions for real time computer vision.

Example applications of the OpenCV library are Human-Computer Interaction (HCI); Object Identification, Segmentation and Recognition; Face Recognition; Gesture Recognition; Camera and Motion Tracking, Ego Motion, Motion Understanding; Structure From Motion (SFM); Stereo and Multi-Camera Calibration and Depth Computation; Mobile Robotics.

查看更多
Explosion°爆炸
3楼-- · 2020-02-29 16:02

Have you tried AForge.Net

It rocks alot .. and is very easy to implement. There is a Code Project Article as well here

查看更多
仙女界的扛把子
4楼-- · 2020-02-29 16:09

There are C# bindings for OpenCV with a few gesture projects listen in this very similar StackOverflow answer, from which I quote:

I've heard that AForge is pretty awesome (check out the AForge.Vision.Motion namespace).

A quick Google query gave me this: Video Hands Gesture Recognition in C#

This is also interesting: Video Motion Detection Algorithms in C#

查看更多
放我归山
5楼-- · 2020-02-29 16:19

You can use emguCV.net. it is a wrapper for OpenCV which can be used in C#. Also they have covered almost all the functionalities of OpenCV and they provide sufficient documentations to make development easy.

查看更多
登录 后发表回答