Hand Gesture Recognition Using Matlab2
Hand Gesture Recognition Using Matlab2
RECOGNITION USING
MATLAB
By
K.Sushma v l(317106512014)
K.Rana pratap(317106512013)
M.Tarun(317106512036)
CONTENTS
1.Abstract
2.Introduction
3.Method of Implementation
4.Project code
6.References
ABSTRACT
The main aim of this project is to provide voice to voiceless people
with the help of matlab prototype system.
•In this sign language interpreter system, the input device is for observing
the information of hands or fingers of the user and then these inputs
presents to the system to produce the text message for normal people to
understand the gestures.
1.WHAT IS ASL?
8.IMPLEMENTATION
•The Template Matching cross-correlation involves simply
multiplying together corresponding pixels of the signer image,
here is called the Target image and the Template and then
summing the result.
9.IMPROVING
ACCURACY
•In order to improve the accuracy of the template
matching method, I have decided to use a secondary
template of hand gesture (subimage or masking), this
secondary template have slightly different gesture sign
with different angle, considering an overall hit only if a
proper and correct ges-ture sign is supplied.
•This is an additional advantage as this secondary
template allows system to let go the individual thresholds
to get all the possible correct hand gesture sign. Apart
from that it also helps to determinate the start and end
boundary of signs alphabets involve motion like “J” and
“Z”.
10.NEURAL NETWORKS
•Neural networks are composed of simple elements operating in
parallel. These elements are inspired by biological nervous systems.
As in nature, the network function is determined largely by the
connections between elements. We can train a neural network to
perform a particular function by adjusting the values of the
connections (weights) between elements.