shiffman / OpenKinect-for-Processing

For use of libfreenect in processing
534 stars 218 forks source link

Hand Gesture Recognition using Kinect #123

Open naikakhil19 opened 7 years ago

naikakhil19 commented 7 years ago

Hi, I am new with opencv and kinect so i would like to know if it is possible to detect and recognise hand gesture using kinect like open and close hand. i would want to know how to approach it with code

ghost commented 6 years ago

As far as I understand, you can't do that using OpenKinect in an easy way, because it only gives you the images data and not a higher level processing of it (i.e. the skeletons). However, the KinectPV2 library for Processing (Windows only) can give you access to the skeleton data and that includes the hand state. The SkeletonColor example show how to do it.