<< Chapter < Page | Chapter >> Page > |
We start with Vulcan! Here is an original picture for our gesture.
Convert image to grayscale.
Filter out noise and convert the image into a binary image.
Label the largest connected component in our image matrix and get the edge of our gesture.
Get polar form of the edge matrix. Divide the polar form into n(here n=8) equal bins and count number of 1’s(dots) in each bin.
Finally, we compare the data we get here with distribution of dots in our training set and get our predicted gesture of this image
Notification Switch
Would you like to follow the '2d hand gesture recognition' conversation and receive update notifications?