I need an open-source Video Gesture Recognition .NET Library/API (in C#). We have a web cam... we move a hand and it causes some events...
So I need motion detection for navigation lib/api...
Where can I find such a library?
I need an open-source Video Gesture Recognition .NET Library/API (in C#). We have a web cam... we move a hand and it causes some events...
So I need motion detection for navigation lib/api...
Where can I find such a library?
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#
OpenCV might be an option. Although it's a C library, there are C# bindings available. It's currently the most complete computer vision library out there (IMO).