Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (2)
Hand Gesture Recognition
4.0
This code provides recognition of static hand gestures. SIFT features are used so even if the test image or target image is on a different scale or is rotated, then also this code will provide invariance to it.
sandeeprai
2016-08-23
5
1
Dynamic Gesture Recognition using HMM
no vote
Here media player can be controlled by executing gestures in air beore a webcam.  First create dataset on different gestures like this.   data0{1}=createdata; data0{2}=createdata; data0{3}=createdata; data1{1}=createdata; data1{2}=createdata; data1{3}=createdata;   Next create HMM by using the command train Next 4 operatiing WMplayer create a new dynamic gesture by using the command. data=createdata; And test it with the command test(data,hmm0
sandeeprai
2014-09-21
0
1
No more~