Saturday, December 3rd, 2011, 564 days ago
Hand gesture recognition using Adaboost with SIFT
In a early post openCV was used to segment natural hand gestures from complicated backgrounds in real environments, as the picture above showed (see the original post hand gesture detection and recognition using openCV).
The picture above is a screenshot from a recent paper, about using Ataboost with SIFT (scale invariant feature transform), to detect natural hand gestures. The SIFT is used in the paper to reduce the background noise in the training stage, and so experimental results demonstrated in the paper show the approach performs with high accuracy.
So, the the adaboost learning algorithm is used after the SIFT background noise reducing. Relevant functions corresponding to these two algorithms have not been checked in openCV, to see if there is any working functions to realise such algorithms. However, more details about the use of Adaboost and SIFT, the paper hand posture recognition using Adaboost with sift for human robot interaction is reachable in the download page.
POSTS MAY BE OF INTEREST
Release of HAAR classifier trained for...
A method of detecting and recognising ...
First trial of classifier training – t...
Hand gesture detection and recognition...
The colour range for HSV skin extraction
A failed example of hand gesture recog...
Writing a simple hand gesture picture ...
Needed!!! High quality positive/negati...
Using hand gestures to control mouse p...
The first set of images captured from ...
Detecting hand gestures using Haarcasc...
Transferring openCV from C++ to Java


hello sir , I had detected a frame which contains a hand image from live cam..How to detect the frame that is repeated for about 2 seconds(say for about 10 consecutive frames)…