SlideShare a Scribd company logo
1 of 9
Download to read offline
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 3, March (2014), pp. 25-33 © IAEME
25
PERFORMANCE EVALUATION OF NEURAL NETWORK BASED HAND
GESTURE RECOGINITION
Kavita Sharma1
, Dr. Anil Kumar Sharma2
1
M. Tech. Scholar, 2
Professor & Principal
Department of Electronics & Communication Engineering
Institute of Engineering & Technology, Alwar-301030 (Raj.), India
ABSTRACT
With the development of information technology in our Society one can expect that computer
systems to a larger extent will be embedded into our daily life. These environments lead to the new
types of human-computer interaction (HCI). The use of hand gestures provides an attractive
alternative to cumbersome interface devices for human-computer interaction (HCI). The existing
HCI techniques may become a bottleneck in the effective utilization of the available information
flow. Gestures are expressive, meaningful body motions. Interpretation of human gestures such as
hand movements or facial expressions, using mathematical algorithms is done using gesture
recognition. Gesture recognition is also important for developing alternative human-computer
interaction modalities. This research will have tested the proposed algorithm over 100 sign images of
ASL. The simulation will show that the true match rate is increased from 77.7% to 84% while the
false match rate is decreased from 8.33 % to 7.4%.
Keyword: ASL, Gesture Recognition, HCI, Neural Network, SIFT.
1. INTRODUCTION
Pattern recognition algorithms generally aim to provide a reasonable answer for all possible
inputs and to do "fuzzy" matching of inputs. This is different from pattern matching algorithms,
which looks for exact matches in the input with pre-existing patterns. Example of the pattern-
matching algorithm is regular expression matching, that looks for patterns of a given sort in textual
data and it is included in the search capabilities of many text editors and word processors. As
compared to pattern recognition, pattern matching is not considered as a type of machine learning,
although pattern-matching algorithms can sometimes succeed in providing similar-quality output to
the sort provided by pattern-recognition algorithms [1]. Computer is used by many people either at
their work or in their spare-time. Exceptional input and output devices have been designed over the
INTERNATIONAL JOURNAL OF ELECTRONICS AND
COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET)
ISSN 0976 – 6464(Print)
ISSN 0976 – 6472(Online)
Volume 5, Issue 3, March (2014), pp. 25-33
© IAEME: www.iaeme.com/ijecet.asp
Journal Impact Factor (2014): 7.2836 (Calculated by GISI)
www.jifactor.com
IJECET
© I A E M E
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 3, March (2014), pp. 25-33 © IAEME
26
years with the purpose of easing the communication between computers and humans, two most
known are the keyboard and mouse [1]. Each new device can be seen as an attempt to make the
computer more intelligent and making humans able to perform more complicated communication
with the computer. It has been possible due to the result-oriented efforts made by computer
professionals for creating successful human-computer interfaces [2]. The idea is to make computers
understand kind language and develop a user friendly human computer interfaces (HCI). Making a
computer understand speech, the facial expressions and human gestures are some steps towards it.
For human computer interaction (HCI) interpretation system there are two commonly approaches:
Data Gloves Approach and Vision Based Approach. The Data Gloves Approaches employ
mechanical or optical sensors. In gesture recognition, it is more common to use a camera in
combination with an image recognition system .These systems have the disadvantage that the
image/gesture recognition is very sensitive to illumination, hand position, hand orientation etc. In
order to circumnavigate these problems we decided to use a data glove as input device. Figure 1
shows the low cost design of hand gesture recognition system having data glove as input device. The
data glove makes the system independent to the hand orientation etc.
Fig. 1 Design of low Cost Data Glove Approach
The Vision Based Approaches techniques based on the how person realize information about
the environment. This technique uses the vision based properties like how object looks etc. The input
image may have same meaning but look different. The vision based methods are usually done by
capturing the input image using cameras. Figure 2 show the hand captured using the camera. The
interaction is based upon the vision properties.
Fig. 2 Vision Based Approaches
2. IMPORTANCE OF GESTURES
Gestures are an important part of everyday communication amongst humans. They
emphasize information in combination with speech or can substitute speech completely. They
can signify greetings, warnings or emotions or they can signal an enumeration, provide spatial
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 3, March (2014), pp. 25-33 © IAEME
27
information, etc [3]. Gestures are the non-verbally exchanged information. The person can perform
innumerable gestures at a time. Human gestures constitute a space of motion expressed by the body,
face, and/or hands. Among a variety of gestures, hand gesture is the most expressive and the most
frequently used. The Gestures have been used as an alternative form to communicate with computers
in an easy way. This kind of human-machine interfaces would allow a user to control a wide variety
of devices through hand gestures. A gesture is scientifically divided into two distinctive categories:
dynamic and static [24]. A dynamic gesture is intended to change over a period of time whereas a
static gesture is observed at the bounce of time. A waving hand means goodbye is an example of
dynamic gesture and the stop sign is an example of static gesture. Feelings and thoughts can also be
expressed by the gesture. Users generally use hand gestures for expression of their feelings and
notifications of their thoughts. The hand gesture and hand posture are two terms related to the human
hands in hand gesture recognition. Difference between hand gesture and hand posture, hand posture
is considered to be a static form of hand poses [4, 5]. Gestures can be classified into static gestures
and dynamic gestures. The static gestures are usually described in terms of hand shapes and dynamic
gestures are generally described according to hand movements. It can be defined as a meaningful
physical movement of the hands, fingers, arms [5], or other parts of the body with the purpose to
convey information or meaning for the environment interaction [4]. The Gesture recognition needs a
good interpretation of the hand movement as effectively meaningful commands [6].
3. HAND GESTURE RECOGNITION
Hand gesture recognition [7] is of great importance for human-computer interaction (HCI),
because of its extensive applications in virtual reality, the sign language recognition and computer
games. To enable more robust hand gesture recognition, one effective way is to use other sensors to
capture the hand gesture and motion, example: through the data glove. Unlike optical sensors, such
as sensors are usually more reliable and are not affected by lighting conditions or cluttered
backgrounds. But, as it requires the user to wear a data glove and sometimes requires calibration, this
is inconvenient for the user and may hinder the naturalness of hand gesture. Further, such data gloves
are expensive. For a result, it is not a very popular way for hand gesture recognition.
Fig. 3. Some Challenging Cases for Hand Gesture
Hand gesture has been used as a natural and efficient way in human-computer interaction.
Because of independence of auxiliary input devices, the vision-based hand interface is more
favorable for users. Still, the process of hand gesture recognition is very time consuming that often
brings much frustration to users.
Basic Architecture: The system of Gesture recognition consists of several stages; these stages are
varied according to application used, but, however, the unified outline can be settled, Figure 5 fulfils
this step.
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 3, March (2014), pp. 25-33 © IAEME
28
Fig.4. Basic Architecture of Gesture Recognition
The stages that are represented in latter figure might broke down into several sub-stages, all
these divisions are dependent on the application used, for example; the processing steps are different
in case of vision-based or glove-based were employed as well as the vision-base and color-based
hand gesture system.
• Data Acquisition: This is responsible for collecting the input data which are the hand
gestures image for vision based system or sensors reading in case of data glove, and the
classes should be declared that the classifier classifies the input tested gesture into one of
these predefined classes.
• Gesture Modeling: In this the fitting and fusing the input gesture into the model used, this
step may require some pre-processing steps to ensure the successful unification, and Figure 6
shows some common processing steps for successful fitting which will be briefed in the next
paragraph.
• Feature Extraction: The feature extraction should be smooth since the fitting is considered
the most difficult obstacles that may face; these features can be hand location, palm location,
fingertips location, and joint angles, the extracted features might be stored in the system at
training stage as templates or may be fused with some recognition devices such as neural
network, HMM, or decision trees which have some limited memory should not be overtaken
to remember the training data.
• Recognition Stage: This is the final stage for gesture system and the command/meaning of
the gesture should be declared and carried out, this stage usually has a classifier that can
attach each input testing gesture to one of predefined classes with some likelihood of its
matching to this class.
4. SCALE INVARIANT FEATURE TRANSFORM (SIFT) & NEURAL NETWORK
Scale-invariant feature transform (or SIFT) is an algorithm in computer vision to detect and
describe local features in images. For any object in an image, interesting points on the object can be
extracted to provide a "feature description" of the object. This description which is extracted from a
training image, used to identify the object when attempting to locate the object in a test image
containing many other objects [9]. To perform reliable recognition, the features extracted from the
training image are detectable even under changes in image scale, noise and illumination. These
points usually lie on high-contrast regions of the image, like an object edges. Neural networks (NN)
are composed of simple elements operating in parallel. These are inspired by biological nervous
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 3, March (2014), pp. 25-33 © IAEME
29
systems. Network function is determined largely by the connections between elements. They trained
a neural network to perform a particular function by adjusting the values of the connections
(weights) between elements [10]. Commonly neural networks are trained, so specific input leads to a
specific target output. Such a situation is shown in fig. 3. There, the network is adjusted, based on a
comparison of the output and the target, until the output of the network matches the target. Many
input/target pairs are used, in this supervised learning to train the network.
Fig.5. Neural Net Block Diagram [10]
5. PROPOSED ALGORITHM
In the existing technique the distance ratio and the threshold is taken fixed i.e. 0.65, 0.035.
These values of distance ratio and the threshold get incremented and decremented respectively by the
value 0.05. But these values of the distance ratio and the threshold makes perfect match to be
avoided. The NN is used to decide the value of the distance ratio and the threshold. Here the
supervised learning is used to train the network. The input to the NN is the input image and the
desired signal is the corresponding database image. The error gives distance between the input and
target signal. The error is minimized to get the threshold value. The ratio of difference between the
input and the target at this value is taken as the distance ratio value. The proposed algorithm is
divided in two phases i.e. the training phase and recognition phase. In the training phase the neural
network is trained to detect the value of the distance ratio and the threshold. In the recognition phase
the gesture is recognized by the sift point matching algorithm. Following algorithm explains the
whole process.
Training Phase
1. Input the sample Image.
2. Preprocess the image
3. Take Corresponding database image as the target signal.
4. Use feed backward neural network with the specified input in step 1 & step 2.
5. The minimum error is taken as the threshold value.
6. The ratio at this value is taken is taken as the distance ratio value.
Recognition Phase
7. Run the SHIFT match algorithm.
8. Key point matching starts its execution by running the threshold.
9. Key points are matched between test and all the trained images.
10. The key point matching defines the validity ratio.
11. The image having proper validity ratio displayed as the result.
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 3, March (2014), pp. 25-33 © IAEME
30
6. RESULTS
The software used for Simulation is MATLAB 7.0. Fig 6, 7 & 8 shows various output of the
program.
Fig. 6. Found Match using Proposed Algorithm
Fig.7. Match found using Proposed Algorithm
Fig.8. False Match using Existing Algorithm
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 3, March (2014), pp. 25-33 © IAEME
31
We applied several operations on image then matched the image with the database image.
Tabe-1 shows the recognition after operations.
Table 1: Result of Manipulated images
Operation Image Maximum Key
Point in Sample
Image
Number of
Keypoint
Matched
Rotate 90 253 220
Rotate 180 242 211
Rotate 270 242 211
Flip
Horizontal
232 200
lip Vertical 233 208
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 3, March (2014), pp. 25-33 © IAEME
32
Table-2 shows the number of key points matched as well as the maximum number of key
points in the sample image for all alphabets. The match column denotes that whether resultant image
is true match or false match or not found.
Table 2: Results for 26 Characters
7. CONCLUSION
The gesturing is rooted in our life, and the human continues this behavior during hhis talk
with others even those others were on the phone; this form of communication is appealing since
it provides the basic and easy effort done by a person to get the message delivered rather than the
cumbersome devices like keyboard and mouse since the former reflects his nature. For that
reason, the keyboard and mouse have been replaced by hand, face, finger, or entire body and
those new natural input devices attracting more attention since need no extra connections, more
efficient, powerful, promising, and preferable naturalness. In this research, we have tested the
proposed algorithm over 100 sign images of ASL. If the image is present in database and the
algorithm detects the same image, then it is the true match. If an algorithm recognizes the wrong
image, then it is known as the false match. The simulation shows that the true match rate is
increased from 77.7% to 84% while the false match rate is decreased from 8.33 % to 7.4%.
Hence the proposed algorithm improves the performance.
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 3, March (2014), pp. 25-33 © IAEME
33
REFERENCES
[1] Deval G. Patel et. al., “Point Pattern Matching Algorithm for Recognition of 36 ASL
Gestures”, International Journal of Science and Modern Engineering (IJISME) ISSN: 2319-
6386, Volume-1, Issue-7, June 2013.
[2] Lalit Gupta and Suwei Ma “Gesture-Based Interaction and Communication: Automated
Classification of Hand Gesture Contours”, IEEE transactions on systems, man, and
cybernetics—part c: applications and reviews, vol. 31, no. 1, February 2001.
[3] I. Famaey, “Hand gesture recognition for surgical control based on a depth image”
www.dhm2013.org/dhm2013_submission_52.pdf.
[4] Garg. P., Aggarwal. N and Sofat. S: 2009 “Vision Based Hand Gesture Recognition,” World
Academy of Science, Engineering and Technology vol. 49, pp. 972-977.
[5] Sushmita Mitra et. al. ,“Gesture recognition: A survey”, Systems, Man, and Cybernetics, Part
C: Applications and Reviews, IEEE Transactions on 37.3 (2007): 311-324.
[6] Murthy R. S. &. Jadon. R. S: 2009. “A Review of Vision Based Hand Gestures Recognition,”
International Journal of Information Technology and Knowledge Management, vol. 2(2), pp.
405-410.
[7] Zhou Ren et. al., “Robust Hand Gesture Recognition Based on Finger-Earth Mover’s
Distance with a Commodity Depth Camera”, MM’11, November 28–December 1, 2011,
Scottsdale, Arizona, USA. Copyright 2011 ACM 978-1-4503-0616-4/11/11 ...$10.00.
[8] Mokhtar M. Hasan et. al. ,“Hand Gesture Modeling and Recognition using Geometric
Features: A Review”, Canadian Journal on Image Processing and Computer Vision, Vol. 3,
No. 1, March 2012.
[9] Pallavi Gurjal et. al., “Real Time Hand Gesture Recognition Using Sift”, International
Journal of Electronics and Electrical Engineering ISSN : 2277-7040 Volume 2 Issue 3
(March 2012) http://www.ijecee.com/ https://sites.google.com/site/ijeceejournal/.
[10] Tin Hninn Hnnn Maung et. al., “Real-Time Hand Tracking and Gesture Recognition System
Using Neural Networks”, World Academy of Science, Engineering and Technology 26 2009.
[11] Shivamurthy.R.C, Dr. B.P. Mallikarjunaswamy and Pradeep Kumar B.P., “Dynamic Hand
Gesture Recognition using CBIR”, International Journal of Computer Engineering &
Technology (IJCET), Volume 4, Issue 3, 2013, pp. 340 - 352, ISSN Print: 0976 – 6367,
ISSN Online: 0976 – 6375.
[12] Ankita Chavda and Sejalthakkar, “Appearance Based Static Hand Gesture Alphabet
Recognition”, International Journal of Advanced Research in Engineering & Technology
(IJARET), Volume 4, Issue 4, 2013, pp. 107 - 117, ISSN Print: 0976-6480, ISSN Online:
0976-6499.
[13] Shaikh Shabnam Shafi Ahmed, Dr.Shah Aqueel Ahmed and Sayyad Farook Bashir, “Fast
Algorithm for Video Quality Enhancing using Vision-Based Hand Gesture Recognition”,
International journal of Computer Engineering & Technology (IJCET), Volume 3, Issue 3,
2012, pp. 501 - 509, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375.

More Related Content

What's hot

Vertical Fragmentation of Location Information to Enable Location Privacy in ...
Vertical Fragmentation of Location Information to Enable Location Privacy in ...Vertical Fragmentation of Location Information to Enable Location Privacy in ...
Vertical Fragmentation of Location Information to Enable Location Privacy in ...ijasa
 
Computer Based Human Gesture Recognition With Study Of Algorithms
Computer Based Human Gesture Recognition With Study Of AlgorithmsComputer Based Human Gesture Recognition With Study Of Algorithms
Computer Based Human Gesture Recognition With Study Of AlgorithmsIOSR Journals
 
IRJET- Sign Language Interpreter
IRJET- Sign Language InterpreterIRJET- Sign Language Interpreter
IRJET- Sign Language InterpreterIRJET Journal
 
Ijarcet vol-2-issue-3-938-941
Ijarcet vol-2-issue-3-938-941Ijarcet vol-2-issue-3-938-941
Ijarcet vol-2-issue-3-938-941Editor IJARCET
 
International Journal of Image Processing (IJIP) Volume (3) Issue (2)
International Journal of Image Processing (IJIP) Volume (3) Issue (2)International Journal of Image Processing (IJIP) Volume (3) Issue (2)
International Journal of Image Processing (IJIP) Volume (3) Issue (2)CSCJournals
 
IRJET- Sign Language and Gesture Recognition for Deaf and Dumb People
IRJET-  	  Sign Language and Gesture Recognition for Deaf and Dumb PeopleIRJET-  	  Sign Language and Gesture Recognition for Deaf and Dumb People
IRJET- Sign Language and Gesture Recognition for Deaf and Dumb PeopleIRJET Journal
 
Matching Sketches with Digital Face Images using MCWLD and Image Moment Invar...
Matching Sketches with Digital Face Images using MCWLD and Image Moment Invar...Matching Sketches with Digital Face Images using MCWLD and Image Moment Invar...
Matching Sketches with Digital Face Images using MCWLD and Image Moment Invar...iosrjce
 
IRJET- Recurrent Neural Network for Human Action Recognition using Star S...
IRJET-  	  Recurrent Neural Network for Human Action Recognition using Star S...IRJET-  	  Recurrent Neural Network for Human Action Recognition using Star S...
IRJET- Recurrent Neural Network for Human Action Recognition using Star S...IRJET Journal
 
Detection of Virtual Passive Pointer
Detection of Virtual Passive PointerDetection of Virtual Passive Pointer
Detection of Virtual Passive PointerCSCJournals
 
Hand Segmentation for Hand Gesture Recognition
Hand Segmentation for Hand Gesture RecognitionHand Segmentation for Hand Gesture Recognition
Hand Segmentation for Hand Gesture RecognitionAM Publications,India
 
Real time face recognition system using eigen faces
Real time face recognition system using eigen facesReal time face recognition system using eigen faces
Real time face recognition system using eigen facesIAEME Publication
 
Paper id 24201453
Paper id 24201453Paper id 24201453
Paper id 24201453IJRAT
 
Novel Approach to Use HU Moments with Image Processing Techniques for Real Ti...
Novel Approach to Use HU Moments with Image Processing Techniques for Real Ti...Novel Approach to Use HU Moments with Image Processing Techniques for Real Ti...
Novel Approach to Use HU Moments with Image Processing Techniques for Real Ti...CSCJournals
 
Mouse Simulation Using Two Coloured Tapes
Mouse Simulation Using Two Coloured Tapes Mouse Simulation Using Two Coloured Tapes
Mouse Simulation Using Two Coloured Tapes ijistjournal
 
IRJET- Navigation and Camera Reading System for Visually Impaired
IRJET- Navigation and Camera Reading System for Visually ImpairedIRJET- Navigation and Camera Reading System for Visually Impaired
IRJET- Navigation and Camera Reading System for Visually ImpairedIRJET Journal
 
Real Time Vision Hand Gesture Recognition Based Media Control via LAN & Wirel...
Real Time Vision Hand Gesture Recognition Based Media Control via LAN & Wirel...Real Time Vision Hand Gesture Recognition Based Media Control via LAN & Wirel...
Real Time Vision Hand Gesture Recognition Based Media Control via LAN & Wirel...IJMER
 

What's hot (20)

Vertical Fragmentation of Location Information to Enable Location Privacy in ...
Vertical Fragmentation of Location Information to Enable Location Privacy in ...Vertical Fragmentation of Location Information to Enable Location Privacy in ...
Vertical Fragmentation of Location Information to Enable Location Privacy in ...
 
Computer Based Human Gesture Recognition With Study Of Algorithms
Computer Based Human Gesture Recognition With Study Of AlgorithmsComputer Based Human Gesture Recognition With Study Of Algorithms
Computer Based Human Gesture Recognition With Study Of Algorithms
 
IRJET- Sign Language Interpreter
IRJET- Sign Language InterpreterIRJET- Sign Language Interpreter
IRJET- Sign Language Interpreter
 
Ijarcet vol-2-issue-3-938-941
Ijarcet vol-2-issue-3-938-941Ijarcet vol-2-issue-3-938-941
Ijarcet vol-2-issue-3-938-941
 
International Journal of Image Processing (IJIP) Volume (3) Issue (2)
International Journal of Image Processing (IJIP) Volume (3) Issue (2)International Journal of Image Processing (IJIP) Volume (3) Issue (2)
International Journal of Image Processing (IJIP) Volume (3) Issue (2)
 
Nikppt
NikpptNikppt
Nikppt
 
IRJET- Sign Language and Gesture Recognition for Deaf and Dumb People
IRJET-  	  Sign Language and Gesture Recognition for Deaf and Dumb PeopleIRJET-  	  Sign Language and Gesture Recognition for Deaf and Dumb People
IRJET- Sign Language and Gesture Recognition for Deaf and Dumb People
 
Matching Sketches with Digital Face Images using MCWLD and Image Moment Invar...
Matching Sketches with Digital Face Images using MCWLD and Image Moment Invar...Matching Sketches with Digital Face Images using MCWLD and Image Moment Invar...
Matching Sketches with Digital Face Images using MCWLD and Image Moment Invar...
 
IRJET- Recurrent Neural Network for Human Action Recognition using Star S...
IRJET-  	  Recurrent Neural Network for Human Action Recognition using Star S...IRJET-  	  Recurrent Neural Network for Human Action Recognition using Star S...
IRJET- Recurrent Neural Network for Human Action Recognition using Star S...
 
An optimal face recoginition tool
An optimal face recoginition toolAn optimal face recoginition tool
An optimal face recoginition tool
 
Niknewppt
NiknewpptNiknewppt
Niknewppt
 
G0342039042
G0342039042G0342039042
G0342039042
 
Detection of Virtual Passive Pointer
Detection of Virtual Passive PointerDetection of Virtual Passive Pointer
Detection of Virtual Passive Pointer
 
Hand Segmentation for Hand Gesture Recognition
Hand Segmentation for Hand Gesture RecognitionHand Segmentation for Hand Gesture Recognition
Hand Segmentation for Hand Gesture Recognition
 
Real time face recognition system using eigen faces
Real time face recognition system using eigen facesReal time face recognition system using eigen faces
Real time face recognition system using eigen faces
 
Paper id 24201453
Paper id 24201453Paper id 24201453
Paper id 24201453
 
Novel Approach to Use HU Moments with Image Processing Techniques for Real Ti...
Novel Approach to Use HU Moments with Image Processing Techniques for Real Ti...Novel Approach to Use HU Moments with Image Processing Techniques for Real Ti...
Novel Approach to Use HU Moments with Image Processing Techniques for Real Ti...
 
Mouse Simulation Using Two Coloured Tapes
Mouse Simulation Using Two Coloured Tapes Mouse Simulation Using Two Coloured Tapes
Mouse Simulation Using Two Coloured Tapes
 
IRJET- Navigation and Camera Reading System for Visually Impaired
IRJET- Navigation and Camera Reading System for Visually ImpairedIRJET- Navigation and Camera Reading System for Visually Impaired
IRJET- Navigation and Camera Reading System for Visually Impaired
 
Real Time Vision Hand Gesture Recognition Based Media Control via LAN & Wirel...
Real Time Vision Hand Gesture Recognition Based Media Control via LAN & Wirel...Real Time Vision Hand Gesture Recognition Based Media Control via LAN & Wirel...
Real Time Vision Hand Gesture Recognition Based Media Control via LAN & Wirel...
 

Similar to 40120140503005 2

Appearance based static hand gesture alphabet recognition
Appearance based static hand gesture alphabet recognitionAppearance based static hand gesture alphabet recognition
Appearance based static hand gesture alphabet recognitionIAEME Publication
 
Indian Sign Language Recognition using Vision Transformer based Convolutional...
Indian Sign Language Recognition using Vision Transformer based Convolutional...Indian Sign Language Recognition using Vision Transformer based Convolutional...
Indian Sign Language Recognition using Vision Transformer based Convolutional...IRJET Journal
 
Hand Gesture Recognition System for Human-Computer Interaction with Web-Cam
Hand Gesture Recognition System for Human-Computer Interaction with Web-CamHand Gesture Recognition System for Human-Computer Interaction with Web-Cam
Hand Gesture Recognition System for Human-Computer Interaction with Web-Camijsrd.com
 
Real time hand gesture recognition system for dynamic applications
Real time hand gesture recognition system for dynamic applicationsReal time hand gesture recognition system for dynamic applications
Real time hand gesture recognition system for dynamic applicationsijujournal
 
Real time hand gesture recognition system for dynamic applications
Real time hand gesture recognition system for dynamic applicationsReal time hand gesture recognition system for dynamic applications
Real time hand gesture recognition system for dynamic applicationsijujournal
 
Natural Hand Gestures Recognition System for Intelligent HCI: A Survey
Natural Hand Gestures Recognition System for Intelligent HCI: A SurveyNatural Hand Gestures Recognition System for Intelligent HCI: A Survey
Natural Hand Gestures Recognition System for Intelligent HCI: A SurveyEditor IJCATR
 
Design a System for Hand Gesture Recognition with Neural Network
Design a System for Hand Gesture Recognition with Neural NetworkDesign a System for Hand Gesture Recognition with Neural Network
Design a System for Hand Gesture Recognition with Neural NetworkIRJET Journal
 
Mems Sensor Based Approach for Gesture Recognition to Control Media in Computer
Mems Sensor Based Approach for Gesture Recognition to Control Media in ComputerMems Sensor Based Approach for Gesture Recognition to Control Media in Computer
Mems Sensor Based Approach for Gesture Recognition to Control Media in ComputerIJARIIT
 
TOUCHLESS ECOSYSTEM USING HAND GESTURES
TOUCHLESS ECOSYSTEM USING HAND GESTURESTOUCHLESS ECOSYSTEM USING HAND GESTURES
TOUCHLESS ECOSYSTEM USING HAND GESTURESIRJET Journal
 
Hand Gesture Recognition using OpenCV and Python
Hand Gesture Recognition using OpenCV and PythonHand Gesture Recognition using OpenCV and Python
Hand Gesture Recognition using OpenCV and Pythonijtsrd
 
IRJET - Paint using Hand Gesture
IRJET - Paint using Hand GestureIRJET - Paint using Hand Gesture
IRJET - Paint using Hand GestureIRJET Journal
 
Sign Language Identification based on Hand Gestures
Sign Language Identification based on Hand GesturesSign Language Identification based on Hand Gestures
Sign Language Identification based on Hand GesturesIRJET Journal
 
Real time human-computer interaction
Real time human-computer interactionReal time human-computer interaction
Real time human-computer interactionijfcstjournal
 
Gesture recognition using artificial neural network,a technology for identify...
Gesture recognition using artificial neural network,a technology for identify...Gesture recognition using artificial neural network,a technology for identify...
Gesture recognition using artificial neural network,a technology for identify...NidhinRaj Saikripa
 
IRJET- Hand Gesture Recognition for Deaf and Dumb
IRJET- Hand Gesture Recognition for Deaf and DumbIRJET- Hand Gesture Recognition for Deaf and Dumb
IRJET- Hand Gesture Recognition for Deaf and DumbIRJET Journal
 
Gesture recognition document
Gesture recognition documentGesture recognition document
Gesture recognition documentNikhil Jha
 
SLIDE PRESENTATION BY HAND GESTURE RECOGNITION USING MACHINE LEARNING
SLIDE PRESENTATION BY HAND GESTURE RECOGNITION USING MACHINE LEARNINGSLIDE PRESENTATION BY HAND GESTURE RECOGNITION USING MACHINE LEARNING
SLIDE PRESENTATION BY HAND GESTURE RECOGNITION USING MACHINE LEARNINGIRJET Journal
 
Medical Handsfree System - Project Paper
Medical Handsfree System - Project PaperMedical Handsfree System - Project Paper
Medical Handsfree System - Project PaperGuy Peleg
 

Similar to 40120140503005 2 (20)

Appearance based static hand gesture alphabet recognition
Appearance based static hand gesture alphabet recognitionAppearance based static hand gesture alphabet recognition
Appearance based static hand gesture alphabet recognition
 
Indian Sign Language Recognition using Vision Transformer based Convolutional...
Indian Sign Language Recognition using Vision Transformer based Convolutional...Indian Sign Language Recognition using Vision Transformer based Convolutional...
Indian Sign Language Recognition using Vision Transformer based Convolutional...
 
Hand Gesture Recognition System for Human-Computer Interaction with Web-Cam
Hand Gesture Recognition System for Human-Computer Interaction with Web-CamHand Gesture Recognition System for Human-Computer Interaction with Web-Cam
Hand Gesture Recognition System for Human-Computer Interaction with Web-Cam
 
Real time hand gesture recognition system for dynamic applications
Real time hand gesture recognition system for dynamic applicationsReal time hand gesture recognition system for dynamic applications
Real time hand gesture recognition system for dynamic applications
 
Real time hand gesture recognition system for dynamic applications
Real time hand gesture recognition system for dynamic applicationsReal time hand gesture recognition system for dynamic applications
Real time hand gesture recognition system for dynamic applications
 
Natural Hand Gestures Recognition System for Intelligent HCI: A Survey
Natural Hand Gestures Recognition System for Intelligent HCI: A SurveyNatural Hand Gestures Recognition System for Intelligent HCI: A Survey
Natural Hand Gestures Recognition System for Intelligent HCI: A Survey
 
Design a System for Hand Gesture Recognition with Neural Network
Design a System for Hand Gesture Recognition with Neural NetworkDesign a System for Hand Gesture Recognition with Neural Network
Design a System for Hand Gesture Recognition with Neural Network
 
Mems Sensor Based Approach for Gesture Recognition to Control Media in Computer
Mems Sensor Based Approach for Gesture Recognition to Control Media in ComputerMems Sensor Based Approach for Gesture Recognition to Control Media in Computer
Mems Sensor Based Approach for Gesture Recognition to Control Media in Computer
 
TOUCHLESS ECOSYSTEM USING HAND GESTURES
TOUCHLESS ECOSYSTEM USING HAND GESTURESTOUCHLESS ECOSYSTEM USING HAND GESTURES
TOUCHLESS ECOSYSTEM USING HAND GESTURES
 
Hand Gesture Recognition using OpenCV and Python
Hand Gesture Recognition using OpenCV and PythonHand Gesture Recognition using OpenCV and Python
Hand Gesture Recognition using OpenCV and Python
 
IRJET - Paint using Hand Gesture
IRJET - Paint using Hand GestureIRJET - Paint using Hand Gesture
IRJET - Paint using Hand Gesture
 
Sign Language Identification based on Hand Gestures
Sign Language Identification based on Hand GesturesSign Language Identification based on Hand Gestures
Sign Language Identification based on Hand Gestures
 
Real time human-computer interaction
Real time human-computer interactionReal time human-computer interaction
Real time human-computer interaction
 
Gesture recognition using artificial neural network,a technology for identify...
Gesture recognition using artificial neural network,a technology for identify...Gesture recognition using artificial neural network,a technology for identify...
Gesture recognition using artificial neural network,a technology for identify...
 
IRJET- Hand Gesture Recognition for Deaf and Dumb
IRJET- Hand Gesture Recognition for Deaf and DumbIRJET- Hand Gesture Recognition for Deaf and Dumb
IRJET- Hand Gesture Recognition for Deaf and Dumb
 
Gesture recognition document
Gesture recognition documentGesture recognition document
Gesture recognition document
 
HGR-thesis
HGR-thesisHGR-thesis
HGR-thesis
 
qwerasdfzxcv
qwerasdfzxcvqwerasdfzxcv
qwerasdfzxcv
 
SLIDE PRESENTATION BY HAND GESTURE RECOGNITION USING MACHINE LEARNING
SLIDE PRESENTATION BY HAND GESTURE RECOGNITION USING MACHINE LEARNINGSLIDE PRESENTATION BY HAND GESTURE RECOGNITION USING MACHINE LEARNING
SLIDE PRESENTATION BY HAND GESTURE RECOGNITION USING MACHINE LEARNING
 
Medical Handsfree System - Project Paper
Medical Handsfree System - Project PaperMedical Handsfree System - Project Paper
Medical Handsfree System - Project Paper
 

More from IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

More from IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Recently uploaded

Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 

Recently uploaded (20)

Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 

40120140503005 2

  • 1. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 3, March (2014), pp. 25-33 © IAEME 25 PERFORMANCE EVALUATION OF NEURAL NETWORK BASED HAND GESTURE RECOGINITION Kavita Sharma1 , Dr. Anil Kumar Sharma2 1 M. Tech. Scholar, 2 Professor & Principal Department of Electronics & Communication Engineering Institute of Engineering & Technology, Alwar-301030 (Raj.), India ABSTRACT With the development of information technology in our Society one can expect that computer systems to a larger extent will be embedded into our daily life. These environments lead to the new types of human-computer interaction (HCI). The use of hand gestures provides an attractive alternative to cumbersome interface devices for human-computer interaction (HCI). The existing HCI techniques may become a bottleneck in the effective utilization of the available information flow. Gestures are expressive, meaningful body motions. Interpretation of human gestures such as hand movements or facial expressions, using mathematical algorithms is done using gesture recognition. Gesture recognition is also important for developing alternative human-computer interaction modalities. This research will have tested the proposed algorithm over 100 sign images of ASL. The simulation will show that the true match rate is increased from 77.7% to 84% while the false match rate is decreased from 8.33 % to 7.4%. Keyword: ASL, Gesture Recognition, HCI, Neural Network, SIFT. 1. INTRODUCTION Pattern recognition algorithms generally aim to provide a reasonable answer for all possible inputs and to do "fuzzy" matching of inputs. This is different from pattern matching algorithms, which looks for exact matches in the input with pre-existing patterns. Example of the pattern- matching algorithm is regular expression matching, that looks for patterns of a given sort in textual data and it is included in the search capabilities of many text editors and word processors. As compared to pattern recognition, pattern matching is not considered as a type of machine learning, although pattern-matching algorithms can sometimes succeed in providing similar-quality output to the sort provided by pattern-recognition algorithms [1]. Computer is used by many people either at their work or in their spare-time. Exceptional input and output devices have been designed over the INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) ISSN 0976 – 6464(Print) ISSN 0976 – 6472(Online) Volume 5, Issue 3, March (2014), pp. 25-33 © IAEME: www.iaeme.com/ijecet.asp Journal Impact Factor (2014): 7.2836 (Calculated by GISI) www.jifactor.com IJECET © I A E M E
  • 2. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 3, March (2014), pp. 25-33 © IAEME 26 years with the purpose of easing the communication between computers and humans, two most known are the keyboard and mouse [1]. Each new device can be seen as an attempt to make the computer more intelligent and making humans able to perform more complicated communication with the computer. It has been possible due to the result-oriented efforts made by computer professionals for creating successful human-computer interfaces [2]. The idea is to make computers understand kind language and develop a user friendly human computer interfaces (HCI). Making a computer understand speech, the facial expressions and human gestures are some steps towards it. For human computer interaction (HCI) interpretation system there are two commonly approaches: Data Gloves Approach and Vision Based Approach. The Data Gloves Approaches employ mechanical or optical sensors. In gesture recognition, it is more common to use a camera in combination with an image recognition system .These systems have the disadvantage that the image/gesture recognition is very sensitive to illumination, hand position, hand orientation etc. In order to circumnavigate these problems we decided to use a data glove as input device. Figure 1 shows the low cost design of hand gesture recognition system having data glove as input device. The data glove makes the system independent to the hand orientation etc. Fig. 1 Design of low Cost Data Glove Approach The Vision Based Approaches techniques based on the how person realize information about the environment. This technique uses the vision based properties like how object looks etc. The input image may have same meaning but look different. The vision based methods are usually done by capturing the input image using cameras. Figure 2 show the hand captured using the camera. The interaction is based upon the vision properties. Fig. 2 Vision Based Approaches 2. IMPORTANCE OF GESTURES Gestures are an important part of everyday communication amongst humans. They emphasize information in combination with speech or can substitute speech completely. They can signify greetings, warnings or emotions or they can signal an enumeration, provide spatial
  • 3. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 3, March (2014), pp. 25-33 © IAEME 27 information, etc [3]. Gestures are the non-verbally exchanged information. The person can perform innumerable gestures at a time. Human gestures constitute a space of motion expressed by the body, face, and/or hands. Among a variety of gestures, hand gesture is the most expressive and the most frequently used. The Gestures have been used as an alternative form to communicate with computers in an easy way. This kind of human-machine interfaces would allow a user to control a wide variety of devices through hand gestures. A gesture is scientifically divided into two distinctive categories: dynamic and static [24]. A dynamic gesture is intended to change over a period of time whereas a static gesture is observed at the bounce of time. A waving hand means goodbye is an example of dynamic gesture and the stop sign is an example of static gesture. Feelings and thoughts can also be expressed by the gesture. Users generally use hand gestures for expression of their feelings and notifications of their thoughts. The hand gesture and hand posture are two terms related to the human hands in hand gesture recognition. Difference between hand gesture and hand posture, hand posture is considered to be a static form of hand poses [4, 5]. Gestures can be classified into static gestures and dynamic gestures. The static gestures are usually described in terms of hand shapes and dynamic gestures are generally described according to hand movements. It can be defined as a meaningful physical movement of the hands, fingers, arms [5], or other parts of the body with the purpose to convey information or meaning for the environment interaction [4]. The Gesture recognition needs a good interpretation of the hand movement as effectively meaningful commands [6]. 3. HAND GESTURE RECOGNITION Hand gesture recognition [7] is of great importance for human-computer interaction (HCI), because of its extensive applications in virtual reality, the sign language recognition and computer games. To enable more robust hand gesture recognition, one effective way is to use other sensors to capture the hand gesture and motion, example: through the data glove. Unlike optical sensors, such as sensors are usually more reliable and are not affected by lighting conditions or cluttered backgrounds. But, as it requires the user to wear a data glove and sometimes requires calibration, this is inconvenient for the user and may hinder the naturalness of hand gesture. Further, such data gloves are expensive. For a result, it is not a very popular way for hand gesture recognition. Fig. 3. Some Challenging Cases for Hand Gesture Hand gesture has been used as a natural and efficient way in human-computer interaction. Because of independence of auxiliary input devices, the vision-based hand interface is more favorable for users. Still, the process of hand gesture recognition is very time consuming that often brings much frustration to users. Basic Architecture: The system of Gesture recognition consists of several stages; these stages are varied according to application used, but, however, the unified outline can be settled, Figure 5 fulfils this step.
  • 4. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 3, March (2014), pp. 25-33 © IAEME 28 Fig.4. Basic Architecture of Gesture Recognition The stages that are represented in latter figure might broke down into several sub-stages, all these divisions are dependent on the application used, for example; the processing steps are different in case of vision-based or glove-based were employed as well as the vision-base and color-based hand gesture system. • Data Acquisition: This is responsible for collecting the input data which are the hand gestures image for vision based system or sensors reading in case of data glove, and the classes should be declared that the classifier classifies the input tested gesture into one of these predefined classes. • Gesture Modeling: In this the fitting and fusing the input gesture into the model used, this step may require some pre-processing steps to ensure the successful unification, and Figure 6 shows some common processing steps for successful fitting which will be briefed in the next paragraph. • Feature Extraction: The feature extraction should be smooth since the fitting is considered the most difficult obstacles that may face; these features can be hand location, palm location, fingertips location, and joint angles, the extracted features might be stored in the system at training stage as templates or may be fused with some recognition devices such as neural network, HMM, or decision trees which have some limited memory should not be overtaken to remember the training data. • Recognition Stage: This is the final stage for gesture system and the command/meaning of the gesture should be declared and carried out, this stage usually has a classifier that can attach each input testing gesture to one of predefined classes with some likelihood of its matching to this class. 4. SCALE INVARIANT FEATURE TRANSFORM (SIFT) & NEURAL NETWORK Scale-invariant feature transform (or SIFT) is an algorithm in computer vision to detect and describe local features in images. For any object in an image, interesting points on the object can be extracted to provide a "feature description" of the object. This description which is extracted from a training image, used to identify the object when attempting to locate the object in a test image containing many other objects [9]. To perform reliable recognition, the features extracted from the training image are detectable even under changes in image scale, noise and illumination. These points usually lie on high-contrast regions of the image, like an object edges. Neural networks (NN) are composed of simple elements operating in parallel. These are inspired by biological nervous
  • 5. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 3, March (2014), pp. 25-33 © IAEME 29 systems. Network function is determined largely by the connections between elements. They trained a neural network to perform a particular function by adjusting the values of the connections (weights) between elements [10]. Commonly neural networks are trained, so specific input leads to a specific target output. Such a situation is shown in fig. 3. There, the network is adjusted, based on a comparison of the output and the target, until the output of the network matches the target. Many input/target pairs are used, in this supervised learning to train the network. Fig.5. Neural Net Block Diagram [10] 5. PROPOSED ALGORITHM In the existing technique the distance ratio and the threshold is taken fixed i.e. 0.65, 0.035. These values of distance ratio and the threshold get incremented and decremented respectively by the value 0.05. But these values of the distance ratio and the threshold makes perfect match to be avoided. The NN is used to decide the value of the distance ratio and the threshold. Here the supervised learning is used to train the network. The input to the NN is the input image and the desired signal is the corresponding database image. The error gives distance between the input and target signal. The error is minimized to get the threshold value. The ratio of difference between the input and the target at this value is taken as the distance ratio value. The proposed algorithm is divided in two phases i.e. the training phase and recognition phase. In the training phase the neural network is trained to detect the value of the distance ratio and the threshold. In the recognition phase the gesture is recognized by the sift point matching algorithm. Following algorithm explains the whole process. Training Phase 1. Input the sample Image. 2. Preprocess the image 3. Take Corresponding database image as the target signal. 4. Use feed backward neural network with the specified input in step 1 & step 2. 5. The minimum error is taken as the threshold value. 6. The ratio at this value is taken is taken as the distance ratio value. Recognition Phase 7. Run the SHIFT match algorithm. 8. Key point matching starts its execution by running the threshold. 9. Key points are matched between test and all the trained images. 10. The key point matching defines the validity ratio. 11. The image having proper validity ratio displayed as the result.
  • 6. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 3, March (2014), pp. 25-33 © IAEME 30 6. RESULTS The software used for Simulation is MATLAB 7.0. Fig 6, 7 & 8 shows various output of the program. Fig. 6. Found Match using Proposed Algorithm Fig.7. Match found using Proposed Algorithm Fig.8. False Match using Existing Algorithm
  • 7. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 3, March (2014), pp. 25-33 © IAEME 31 We applied several operations on image then matched the image with the database image. Tabe-1 shows the recognition after operations. Table 1: Result of Manipulated images Operation Image Maximum Key Point in Sample Image Number of Keypoint Matched Rotate 90 253 220 Rotate 180 242 211 Rotate 270 242 211 Flip Horizontal 232 200 lip Vertical 233 208
  • 8. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 3, March (2014), pp. 25-33 © IAEME 32 Table-2 shows the number of key points matched as well as the maximum number of key points in the sample image for all alphabets. The match column denotes that whether resultant image is true match or false match or not found. Table 2: Results for 26 Characters 7. CONCLUSION The gesturing is rooted in our life, and the human continues this behavior during hhis talk with others even those others were on the phone; this form of communication is appealing since it provides the basic and easy effort done by a person to get the message delivered rather than the cumbersome devices like keyboard and mouse since the former reflects his nature. For that reason, the keyboard and mouse have been replaced by hand, face, finger, or entire body and those new natural input devices attracting more attention since need no extra connections, more efficient, powerful, promising, and preferable naturalness. In this research, we have tested the proposed algorithm over 100 sign images of ASL. If the image is present in database and the algorithm detects the same image, then it is the true match. If an algorithm recognizes the wrong image, then it is known as the false match. The simulation shows that the true match rate is increased from 77.7% to 84% while the false match rate is decreased from 8.33 % to 7.4%. Hence the proposed algorithm improves the performance.
  • 9. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 3, March (2014), pp. 25-33 © IAEME 33 REFERENCES [1] Deval G. Patel et. al., “Point Pattern Matching Algorithm for Recognition of 36 ASL Gestures”, International Journal of Science and Modern Engineering (IJISME) ISSN: 2319- 6386, Volume-1, Issue-7, June 2013. [2] Lalit Gupta and Suwei Ma “Gesture-Based Interaction and Communication: Automated Classification of Hand Gesture Contours”, IEEE transactions on systems, man, and cybernetics—part c: applications and reviews, vol. 31, no. 1, February 2001. [3] I. Famaey, “Hand gesture recognition for surgical control based on a depth image” www.dhm2013.org/dhm2013_submission_52.pdf. [4] Garg. P., Aggarwal. N and Sofat. S: 2009 “Vision Based Hand Gesture Recognition,” World Academy of Science, Engineering and Technology vol. 49, pp. 972-977. [5] Sushmita Mitra et. al. ,“Gesture recognition: A survey”, Systems, Man, and Cybernetics, Part C: Applications and Reviews, IEEE Transactions on 37.3 (2007): 311-324. [6] Murthy R. S. &. Jadon. R. S: 2009. “A Review of Vision Based Hand Gestures Recognition,” International Journal of Information Technology and Knowledge Management, vol. 2(2), pp. 405-410. [7] Zhou Ren et. al., “Robust Hand Gesture Recognition Based on Finger-Earth Mover’s Distance with a Commodity Depth Camera”, MM’11, November 28–December 1, 2011, Scottsdale, Arizona, USA. Copyright 2011 ACM 978-1-4503-0616-4/11/11 ...$10.00. [8] Mokhtar M. Hasan et. al. ,“Hand Gesture Modeling and Recognition using Geometric Features: A Review”, Canadian Journal on Image Processing and Computer Vision, Vol. 3, No. 1, March 2012. [9] Pallavi Gurjal et. al., “Real Time Hand Gesture Recognition Using Sift”, International Journal of Electronics and Electrical Engineering ISSN : 2277-7040 Volume 2 Issue 3 (March 2012) http://www.ijecee.com/ https://sites.google.com/site/ijeceejournal/. [10] Tin Hninn Hnnn Maung et. al., “Real-Time Hand Tracking and Gesture Recognition System Using Neural Networks”, World Academy of Science, Engineering and Technology 26 2009. [11] Shivamurthy.R.C, Dr. B.P. Mallikarjunaswamy and Pradeep Kumar B.P., “Dynamic Hand Gesture Recognition using CBIR”, International Journal of Computer Engineering & Technology (IJCET), Volume 4, Issue 3, 2013, pp. 340 - 352, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375. [12] Ankita Chavda and Sejalthakkar, “Appearance Based Static Hand Gesture Alphabet Recognition”, International Journal of Advanced Research in Engineering & Technology (IJARET), Volume 4, Issue 4, 2013, pp. 107 - 117, ISSN Print: 0976-6480, ISSN Online: 0976-6499. [13] Shaikh Shabnam Shafi Ahmed, Dr.Shah Aqueel Ahmed and Sayyad Farook Bashir, “Fast Algorithm for Video Quality Enhancing using Vision-Based Hand Gesture Recognition”, International journal of Computer Engineering & Technology (IJCET), Volume 3, Issue 3, 2012, pp. 501 - 509, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375.