What is the current state of hand gesture recognition in OpenCV?
I have seen great examples of being able to detect hand gestures (e.g. https://www.andol.me/1661/) but recognising gestures and performing some action (e.g. manipulating on-screen objects) seems much harder.
Does anyone know of any examples?
Thanks!