SlideShare une entreprise Scribd logo
1  sur  4
Télécharger pour lire hors ligne
Neha S. Chourasia et al Int. Journal of Engineering Research and Applications
ISSN : 2248-9622, Vol. 4, Issue 1( Version 2), January 2014, pp.371-374

RESEARCH ARTICLE

www.ijera.com

OPEN ACCESS

Hand Gesture Spotting Using Sign Language through Computer
Interfacing
Neha S. Chourasia, Sampa Barman
(Department Of Electronics & Communication Engineering, RTMNU Nagpur)

ABSTRACT
Sign Language is the most natural and expressive way for the hearing impaired. A hybrid feature descriptor,
which combines the advantages of SURF & Hu Moment Invariant methods, is used as a combined feature set to
achieve a good recognition rate along with a low time complexity. To further increase the recognition rate and
make the recognition system resilient to view-point variations, the concept of derived features from the available
feature set is introduced. K-Nearest Neighbour (KNN) and Support Vector Machine (SVM) are used for hybrid
classification of single signed letter. This paper presents a methodology which recognizes the Indian Sign
Language (ISL) and translates into a normal text. The methodology consists of three stages, namely a training
phase, a testing phase and a recognition phase. Combinational parameters of Hu invariant moment and structural
shape descriptors are created to form a new feature vector to recognize sign. Experimental results demonstrate
that the proposed system can successfully recognize hand gesture with 96% recognition rate.
KEYWORDS: Finger Spelled Word Recognition, Hu Moment Invariant, Hidden Markov Model (HMM),
Sign Language, Speeded Up Robust Features (SURF), Support Vector Machine (SVM).

I.

INTRODUCTION

Sign Language is the means of
communication among the deaf and mute community.
Sign Language emerges and evolves naturally within
hearing impaired community. Sign Language
communication involves manual and non-manual
signals where manual signs involve fingers, hands,
arms and non-manual signs involve face, head, eyes
and body. Sign Language is a well-structured
language with a phonology, morphology, syntax and
grammar. Sign language is a complete natural
language that uses different ways of expression for
communication in everyday life. Sign Language
recognition system transfers the communication from
human-human to human-computer interaction. The
aim of the sign language recognition system is to
present an efficient and accurate mechanism to
transcribe text or speech, thus the “dialog
communication” between the deaf and hearing person
will be smooth. There is no standardized sign
language for all deaf people across the world.
However, sign languages are not universal, as with
spoken languages, these differ from region to region.
There are two main approaches used in the sign
language recognition that is Glove/Device based and
Vision based. In the glove based method the user has
to wear a device which carries a load of cables so as to
connect the device to a computer. Such devices are
expensive and reduce the naturalness of the sign
language communication. In contrast, the Vision
based method requires only a camera and directly
deals with image gestures. It is a two-step process:
www.ijera.com

sign capturing and sign analysis .Vision based
methods provide a natural environment to the user and
reduces the complications as in the glove based
method. Every country has its own sign language with
a high level of grammatical variations. The sign
language exists in India is commonly known as Indian
Sign Language (ISL). It has been argued that the same
sign language is used in Nepal, Sri Lanka,
Bangladesh, and border regions of Pakistan. Examples
of other sign languages are the American Sign
Language (ASL), the British Sign Language (BSL),
the Korean Sign Language (KSL), and so on.
1.1 BRIEF LITERATURE SURVEY
1. A method developed by Pallavi Gurjal, Real
Time Hand Gesture Recognition Paper the
algorithm in which video was captured and
divided into various frames. The frame with the
image was extracted and features like
Difference of Gaussian, Scale space Feature
Detector etc. extracted though SIFT which
helped in gesture recognition [1].
2. A method developed by Archana S Ghotkar,
Hand Gesture Recognition for ISL using Cam
shift and HSV then recognizing gesture through
Genetic Algorithm[2].
3. A method had been developed by P. Subha
Rajan, recognising gestures for ISL where they
proposed each gesture would be recognized
through 7 bit orientation and generation process
through RIGHT and LEFT scan [3].

371 | P a g e
Neha S. Chourasia et al Int. Journal of Engineering Research and Applications
ISSN : 2248-9622, Vol. 4, Issue 1( Version 2), January 2014, pp.371-374
4.

A method had been developed by T. Shanableh,
for recognizing isolated Arabic sign language
gestures in a user independent mode. The
signers wore gloves to simplify the process of
segmenting out the hands of the signer via
colour segmentation [4].
A method had been developed by Aleem
Khalid Alvi, Pakistan SL Recognition Using
Statistical Template Matching for Pakistan
people to understand their language[5].
A method developed by T. Dasgupta, A
Multilingual Multimedia ISL Dictionary Tool,
to use the same SL in Nepal, SriLanka,
Bangladeshand border regions of Pakistan[6].
A method had been developed by N. Otsu, A
Threshold Selection method from Gray level
Histograms, The segmentation of an input
image of a hand gesture is performed using
Global thresholding algorithm [7].
Byung - woo min, presented the visual
recognition of static gesture or dynamic
gesture, in which recognized hand gestures
obtained from the visual images on a 2D image
plane, without any external devices [8].

5.

6.

7.

8.

II.

PROBLEM FORMULATION :
NEED & SIGNIFICANCE OF
PROPOSED RESEARCH WORK &
OBJECTIVE

To develop an automatic sign language
recognition system with the help of image processing
and computer vision techniques. To use natural image
sequences, without the signer having to wear data
gloves or colored gloves, and to be able to recognize
hundreds of signs. The motivation for this work is to
provide a real time interface so that signers can easily
and quickly communicate with non-signers.
To efficiently and accurately recognize signed words,
from Indian Sign Language, using a minimal number
of training examples.

III.

PRINCIPLE OF THE PROPOSED
METHOD

The proposed algorithm consisted of four
major steps which are namely Image Acquisition,
Feature Extraction, Orientation Detection and Gesture
Recognition which is also shown in the below given
Fig 1.

www.ijera.com

www.ijera.com

Fig. 1. Block diagram of hand gesture recognition
system
All of the steps are explained in details with
all the information on how the module is working and
what behavior the module is supposedly expected to
portray. While deciding on the following algorithm it
was observed that pre-processing steps that are to be
applied on the images for removal of noise in the
background was not at all required.
Software Used: 1. Mat lab.
2.Image processing Toolbox.
Pre-processing: Pre-processing is applied to images
before extracting features from hand images. Preprocessing consists of two steps, segmentation and
filtering. All the functions are applied on a gray scale
image. The segmentation of an input image of a hand
gesture is performed using Global thresholding
algorithm. The image level is divided into two classes
one is hand and the other is background. The assigned
value for hand pixel is “1” and the value for
background pixel is “0”.To eliminate noise from the
segmented image a median filter is applied on the
image.
The segmentation and filtering is applied below:

372 | P a g e
Neha S. Chourasia et al Int. Journal of Engineering Research and Applications
ISSN : 2248-9622, Vol. 4, Issue 1( Version 2), January 2014, pp.371-374

www.ijera.com

structural shape descriptor features of an input image
are calculated and store in a codebook. Then features
of the input image are matched with the codebook
through MSVM. The most likelihood image is
recognized and retrieved with their meaning.

IV.
Fig. 2. Segmentation of gray scale image

HAND GESTURE RECOGNITION
SYSTEM

Hand gesture recognition system consists of
the following steps (a) Pre-processing and hand
segmentation, (b) Hand detection and tracking, (c)
Hand posture recognition and (d) Hand gesture
classification as shown in figure 1.
Image
Acquisition from
camera

Hand
Detection
and Tracking

Display as
Text or Voice

Fig. 3. Filtering of Segmented image

Hand Region
Segmentation

Classified
Gesture

Hand Posture
Recognition

Figure 5. Block diagram of Hand Gesture Recognition
System
This section describes about individual letter
recognition
approach,
consisting
of
hand
segmentation, extraction of invariant feature
descriptor, recognition of letters and derived feature
approach for improving accuracy.

Fig. 4 Sign Database
Feature Extraction through Hu Invariant Moment:
A moment known as, Hu invariant moment which is
derived from the theory of algebraic invariant. Hu
invariant moment is used for scale and position
invariant pattern identification. The advantage of
using Hu invariant moment is that it can be used for
disjoint shapes. In particular, Hu invariant moment set
consists of seven values computed by normalizing
central moments through order three.
Multi-class Support Vector Machine: In the
proposed work, a multi-class support vector machine
has been used to appropriately classify the hand
gestures among multiple classes. In the proposed
approach a binary classifier is converted into
multiclass classifier.
Recognition: The images in dataset are trained
through MSVM. When an input image is given in the
testing phase first the pre-processing is applied to the
input image. Then the hu invariant moment and
www.ijera.com

4.1 HAND SEGMENTATION
Skin color segmentation is performed using
k-means clustering method. RGB color frames
I(m,n,p), (where m, n and p are number of rows ,
number of columns and number of color planes) are
converted into 3 1-dimensional feature vector X of
single column and m*n rows. Then I = { X(1), X(2),
….. X(N)} (N=3) is obtained. Through experimental
observation classification of colors using 3 clusters
(K) under Euclidean distance measure provides better
performance. For every pixel in the input, k-means
returns an index corresponding to a cluster. Skin pixel
region is identified from the different color regions
using a thresholding method in RGB color space
where the threshold value is selected experimentally.
Repeat the cluster for 3 times to avoid local minima.
Figure shows example results of the segmentation
algorithm.
4.2 RECOGNITION OF LETTERS
The bounding box of the detected hand in
each frame is obtained from the previous section. To
recognize the posture of detected hand, a combined
feature extraction methodology using Speeded Up
Robust Features (SURF) and Hu Moment Invariant
features is incorporated. Bounding box, BBIm (x,y) is
taken as test image. Features are calculated and
compared with the database features. Minimum
373 | P a g e
Neha S. Chourasia et al Int. Journal of Engineering Research and Applications
ISSN : 2248-9622, Vol. 4, Issue 1( Version 2), January 2014, pp.371-374
Euclidean distance between the feature vectors
recognizes particular hand posture/letter.
4.3 IMPROVING ACCURACY THROUGH
DERIVED FEATURES
To further increase the recognition rate and
speed of processing, prominent features are derived
from the available data set of features using forward
selection algorithm. To improve the performance of
classifier on a dataset, it is possible to evaluate each
feature’s deviation. The deviation is computed per
feature xj in the set of N features x={x1,...,xN} by
calculating the sum of all differences between the
calculated resultant feature vector when feature xj is
left out and the actual resultant feature vector oi of
sample si in the dataset D=NxP, containing P samples,
where each sample si contains N features si={si
1,...si N}. . For clarity, we’ll define a new feature set y
that excludes xj , such that y={x1,...,xj- 1,xj+1,...,xN}.

V.

RESULT AND DISCUSSIONS

For proving the effectiveness and accuracy of
the proposed system, we have carried out a number of
experiments. A sign image dataset has been created,
which contains 720 images. The dataset is classified as
a testing set that has 600 images and a training set that
has 120 images. 720 images include different signs
from ISL of 12 different people. These are divided
into 60 classes. The accuracy of the proposed system
is evaluated as follows:
correctly classified gestures
Accuracy= ________________________ * 100%

REFERENCES
[1]

[2]

[3]

[4]

[5]

[6]

[7]

total no of gestures
[8]
The resolution of grabbed image is 256*256.
Each image is resized by a magnification factor of 0.5
to reduce the computation process. All operations are
performed on gray scale image.

VI.

www.ijera.com

Pallavi Gurjal, Kiran Kunnur, “Real Time
Hand Gesture Recognition using SIFT”,
International Journal for Electronics and
Engineering, 2012, pp 19-33.
Ghotkar, Archana S, “Hand Gesture
Recognition
for
ISL”,
International
Conference on Computer Communication
and Informatics (ICCCI), 2012, pp 1-4.
Rajam, P. Subha and Dr G Bala krishnan,"
Real Time ISL Recognition System to aid
Deaf and Dumb people", 13th International
Conference Vol. 2 Issue 4, April – 2013
ISSN: 2278-0181386 on Communication
Technology (ICCT), 2011, pp 737742.
Shanableh Tamer, T. Khaled, "Arabic sign
language recognition in user independent
mode”, IEEE International Conference on
Intelligent and Advanced Systems, 2007, pp
597-600.
Aleem Khalid Alvi, M. Yousuf Bin Azhar,
"Pakistan Sign Language Recognition Using
Statistical Template Matching", International
Journal of Information Technology, 2004, pp
1-12.
T. Dasgupta, S. Shukla, S. Kumar, S.
Diwakar and A. Basu,“A Multilingual
Multimedia ISL Dictionary Tool,” The 6th
Workshop on Asian Language Resources,
2008, pp 57-64.
N. Otsu, “A Threshold Selection method
from
Gray
level
Histograms,”IEEE
Transactions on Systems, Man and
Cybernetics, vol. 9, no. 1, pp 62–66, 1979.
Byung-woo min, Ho-sub yoon, Jung soh,
Takeshiohashi and Toshiaki jima, "Visual
Recognition of Static/Dynamic Gesture:
Gesture-Driven Editing System”, Journal of
Visual Languages & Computing Volume10,
Issue 3, June 1999, pp 291-309.

CONCLUSION

In this paper, an automatic ISL recognition
system has been created which works on real-time
basis and employs the use of combinational feature
vector with a MSVM classifier. In the combinational
feature vector, Hu invariant moment and structural
shape descriptors are used collectively for achieving
better recognition results. The use of MSVM increases
recognition performance. Results demonstrate that the
combination of invariant moments and shape
descriptors gives better result, as shape descriptors
define the boundary of an image while the invariant
moments are invariant to change in scale and position
of an image. The future directions will focus on signer
independent, large vocabulary systems in both isolated
and continuous recognition tasks.
www.ijera.com

374 | P a g e

Contenu connexe

Tendances

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
 
Translation of sign language using generic fourier descriptor and nearest nei...
Translation of sign language using generic fourier descriptor and nearest nei...Translation of sign language using generic fourier descriptor and nearest nei...
Translation of sign language using generic fourier descriptor and nearest nei...ijcisjournal
 
AUTOMATIC TRANSLATION OF ARABIC SIGN TO ARABIC TEXT (ATASAT) SYSTEM
AUTOMATIC TRANSLATION OF ARABIC SIGN TO ARABIC TEXT (ATASAT) SYSTEMAUTOMATIC TRANSLATION OF ARABIC SIGN TO ARABIC TEXT (ATASAT) SYSTEM
AUTOMATIC TRANSLATION OF ARABIC SIGN TO ARABIC TEXT (ATASAT) SYSTEMcscpconf
 
IRJET - Sign Language Recognition using Neural Network
IRJET - Sign Language Recognition using Neural NetworkIRJET - Sign Language Recognition using Neural Network
IRJET - Sign Language Recognition using Neural NetworkIRJET Journal
 
Video Audio Interface for recognizing gestures of Indian sign Language
Video Audio Interface for recognizing gestures of Indian sign LanguageVideo Audio Interface for recognizing gestures of Indian sign Language
Video Audio Interface for recognizing gestures of Indian sign LanguageCSCJournals
 
A Real-Time Letter Recognition Model for Arabic Sign Language Using Kinect an...
A Real-Time Letter Recognition Model for Arabic Sign Language Using Kinect an...A Real-Time Letter Recognition Model for Arabic Sign Language Using Kinect an...
A Real-Time Letter Recognition Model for Arabic Sign Language Using Kinect an...INFOGAIN PUBLICATION
 
Review on Hand Gesture Recognition
Review on Hand Gesture RecognitionReview on Hand Gesture Recognition
Review on Hand Gesture Recognitiondbpublications
 
Gesture Acquisition and Recognition of Sign Language
Gesture Acquisition and Recognition of Sign LanguageGesture Acquisition and Recognition of Sign Language
Gesture Acquisition and Recognition of Sign LanguageIRJET Journal
 
Iaetsd appearance based american sign language recognition
Iaetsd appearance based  american sign language recognitionIaetsd appearance based  american sign language recognition
Iaetsd appearance based american sign language recognitionIaetsd Iaetsd
 
An Optical Character Recognition for Handwritten Devanagari Script
An Optical Character Recognition for Handwritten Devanagari ScriptAn Optical Character Recognition for Handwritten Devanagari Script
An Optical Character Recognition for Handwritten Devanagari ScriptIJERA Editor
 
Paper Design and Simulation of Communication Aid For Disabled based on region...
Paper Design and Simulation of Communication Aid For Disabled based on region...Paper Design and Simulation of Communication Aid For Disabled based on region...
Paper Design and Simulation of Communication Aid For Disabled based on region...Syambabu Choda
 
Ijartes v1-i2-001
Ijartes v1-i2-001Ijartes v1-i2-001
Ijartes v1-i2-001IJARTES
 
Artificial Neural Network For Recognition Of Handwritten Devanagari Character
Artificial Neural Network For Recognition Of Handwritten Devanagari CharacterArtificial Neural Network For Recognition Of Handwritten Devanagari Character
Artificial Neural Network For Recognition Of Handwritten Devanagari CharacterIOSR Journals
 
Handwritten character recognition in
Handwritten character recognition inHandwritten character recognition in
Handwritten character recognition inijaia
 
Projects1920 c6 fina;
Projects1920 c6 fina;Projects1920 c6 fina;
Projects1920 c6 fina;TabassumBanu5
 
S TRUCTURAL F EATURES F OR R ECOGNITION O F H AND W RITTEN K ANNADA C ...
S TRUCTURAL  F EATURES  F OR  R ECOGNITION O F  H AND  W RITTEN  K ANNADA  C ...S TRUCTURAL  F EATURES  F OR  R ECOGNITION O F  H AND  W RITTEN  K ANNADA  C ...
S TRUCTURAL F EATURES F OR R ECOGNITION O F H AND W RITTEN K ANNADA C ...ijcsit
 

Tendances (17)

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
 
Translation of sign language using generic fourier descriptor and nearest nei...
Translation of sign language using generic fourier descriptor and nearest nei...Translation of sign language using generic fourier descriptor and nearest nei...
Translation of sign language using generic fourier descriptor and nearest nei...
 
AUTOMATIC TRANSLATION OF ARABIC SIGN TO ARABIC TEXT (ATASAT) SYSTEM
AUTOMATIC TRANSLATION OF ARABIC SIGN TO ARABIC TEXT (ATASAT) SYSTEMAUTOMATIC TRANSLATION OF ARABIC SIGN TO ARABIC TEXT (ATASAT) SYSTEM
AUTOMATIC TRANSLATION OF ARABIC SIGN TO ARABIC TEXT (ATASAT) SYSTEM
 
IRJET - Sign Language Recognition using Neural Network
IRJET - Sign Language Recognition using Neural NetworkIRJET - Sign Language Recognition using Neural Network
IRJET - Sign Language Recognition using Neural Network
 
Video Audio Interface for recognizing gestures of Indian sign Language
Video Audio Interface for recognizing gestures of Indian sign LanguageVideo Audio Interface for recognizing gestures of Indian sign Language
Video Audio Interface for recognizing gestures of Indian sign Language
 
A Real-Time Letter Recognition Model for Arabic Sign Language Using Kinect an...
A Real-Time Letter Recognition Model for Arabic Sign Language Using Kinect an...A Real-Time Letter Recognition Model for Arabic Sign Language Using Kinect an...
A Real-Time Letter Recognition Model for Arabic Sign Language Using Kinect an...
 
Review on Hand Gesture Recognition
Review on Hand Gesture RecognitionReview on Hand Gesture Recognition
Review on Hand Gesture Recognition
 
Gesture Acquisition and Recognition of Sign Language
Gesture Acquisition and Recognition of Sign LanguageGesture Acquisition and Recognition of Sign Language
Gesture Acquisition and Recognition of Sign Language
 
Iaetsd appearance based american sign language recognition
Iaetsd appearance based  american sign language recognitionIaetsd appearance based  american sign language recognition
Iaetsd appearance based american sign language recognition
 
En31919926
En31919926En31919926
En31919926
 
An Optical Character Recognition for Handwritten Devanagari Script
An Optical Character Recognition for Handwritten Devanagari ScriptAn Optical Character Recognition for Handwritten Devanagari Script
An Optical Character Recognition for Handwritten Devanagari Script
 
Paper Design and Simulation of Communication Aid For Disabled based on region...
Paper Design and Simulation of Communication Aid For Disabled based on region...Paper Design and Simulation of Communication Aid For Disabled based on region...
Paper Design and Simulation of Communication Aid For Disabled based on region...
 
Ijartes v1-i2-001
Ijartes v1-i2-001Ijartes v1-i2-001
Ijartes v1-i2-001
 
Artificial Neural Network For Recognition Of Handwritten Devanagari Character
Artificial Neural Network For Recognition Of Handwritten Devanagari CharacterArtificial Neural Network For Recognition Of Handwritten Devanagari Character
Artificial Neural Network For Recognition Of Handwritten Devanagari Character
 
Handwritten character recognition in
Handwritten character recognition inHandwritten character recognition in
Handwritten character recognition in
 
Projects1920 c6 fina;
Projects1920 c6 fina;Projects1920 c6 fina;
Projects1920 c6 fina;
 
S TRUCTURAL F EATURES F OR R ECOGNITION O F H AND W RITTEN K ANNADA C ...
S TRUCTURAL  F EATURES  F OR  R ECOGNITION O F  H AND  W RITTEN  K ANNADA  C ...S TRUCTURAL  F EATURES  F OR  R ECOGNITION O F  H AND  W RITTEN  K ANNADA  C ...
S TRUCTURAL F EATURES F OR R ECOGNITION O F H AND W RITTEN K ANNADA C ...
 

En vedette

類比動態 x 90Hz 邊講邊演實作講座:類比合成器的思維與應用
類比動態 x 90Hz 邊講邊演實作講座:類比合成器的思維與應用類比動態 x 90Hz 邊講邊演實作講座:類比合成器的思維與應用
類比動態 x 90Hz 邊講邊演實作講座:類比合成器的思維與應用analoguemotions
 
RISCOSSIONE TRIBUTI 2013
RISCOSSIONE TRIBUTI 2013RISCOSSIONE TRIBUTI 2013
RISCOSSIONE TRIBUTI 2013Proserin
 
Proyecto mauxi
Proyecto mauxiProyecto mauxi
Proyecto mauxicharles077
 
Domótica 2do. "A"
Domótica 2do. "A"Domótica 2do. "A"
Domótica 2do. "A"patrimoni
 
Curso adm 551 gestión de implementación de sistema de seguridad ocupacional
Curso adm 551   gestión de implementación de sistema de seguridad ocupacionalCurso adm 551   gestión de implementación de sistema de seguridad ocupacional
Curso adm 551 gestión de implementación de sistema de seguridad ocupacionalProcasecapacita
 
Green Jobs for Veterans - How to Apply for a Civilian Job
Green Jobs for Veterans - How to Apply for a Civilian JobGreen Jobs for Veterans - How to Apply for a Civilian Job
Green Jobs for Veterans - How to Apply for a Civilian JobHarold Fuentes
 
How to signup for wordpress
How to signup for wordpressHow to signup for wordpress
How to signup for wordpresshelenasais
 
KTH Medieteknik 2008
KTH Medieteknik 2008KTH Medieteknik 2008
KTH Medieteknik 2008goodold
 
Trabalho 9º ano - PIA - I BIMESTRE - CECA
Trabalho 9º ano - PIA - I BIMESTRE - CECATrabalho 9º ano - PIA - I BIMESTRE - CECA
Trabalho 9º ano - PIA - I BIMESTRE - CECAHélio Rocha
 
Química orgânica e bioquímica 2012 (2)
Química orgânica e bioquímica 2012 (2)Química orgânica e bioquímica 2012 (2)
Química orgânica e bioquímica 2012 (2)João Valdir Miranda
 
Kursus for projektledelsen i outsourcing
Kursus for projektledelsen i outsourcingKursus for projektledelsen i outsourcing
Kursus for projektledelsen i outsourcingpro-outsourcing
 
Kurs pisania scenariuszy kraków maj 2014
Kurs pisania scenariuszy kraków maj 2014Kurs pisania scenariuszy kraków maj 2014
Kurs pisania scenariuszy kraków maj 2014Marcin Cząba
 

En vedette (20)

類比動態 x 90Hz 邊講邊演實作講座:類比合成器的思維與應用
類比動態 x 90Hz 邊講邊演實作講座:類比合成器的思維與應用類比動態 x 90Hz 邊講邊演實作講座:類比合成器的思維與應用
類比動態 x 90Hz 邊講邊演實作講座:類比合成器的思維與應用
 
RISCOSSIONE TRIBUTI 2013
RISCOSSIONE TRIBUTI 2013RISCOSSIONE TRIBUTI 2013
RISCOSSIONE TRIBUTI 2013
 
Ayuntamiento de majadahonda 08.11.12
Ayuntamiento de majadahonda 08.11.12Ayuntamiento de majadahonda 08.11.12
Ayuntamiento de majadahonda 08.11.12
 
Proyecto mauxi
Proyecto mauxiProyecto mauxi
Proyecto mauxi
 
Domótica 2do. "A"
Domótica 2do. "A"Domótica 2do. "A"
Domótica 2do. "A"
 
Kurs del 1
Kurs del 1Kurs del 1
Kurs del 1
 
Curso adm 551 gestión de implementación de sistema de seguridad ocupacional
Curso adm 551   gestión de implementación de sistema de seguridad ocupacionalCurso adm 551   gestión de implementación de sistema de seguridad ocupacional
Curso adm 551 gestión de implementación de sistema de seguridad ocupacional
 
Queridos hijos!
Queridos hijos!Queridos hijos!
Queridos hijos!
 
Don Richardson CSST
Don Richardson CSSTDon Richardson CSST
Don Richardson CSST
 
Utdd
UtddUtdd
Utdd
 
Uthaan
UthaanUthaan
Uthaan
 
Green Jobs for Veterans - How to Apply for a Civilian Job
Green Jobs for Veterans - How to Apply for a Civilian JobGreen Jobs for Veterans - How to Apply for a Civilian Job
Green Jobs for Veterans - How to Apply for a Civilian Job
 
How to signup for wordpress
How to signup for wordpressHow to signup for wordpress
How to signup for wordpress
 
KTH Medieteknik 2008
KTH Medieteknik 2008KTH Medieteknik 2008
KTH Medieteknik 2008
 
Trabalho 9º ano - PIA - I BIMESTRE - CECA
Trabalho 9º ano - PIA - I BIMESTRE - CECATrabalho 9º ano - PIA - I BIMESTRE - CECA
Trabalho 9º ano - PIA - I BIMESTRE - CECA
 
Rinnova 2009 2013
Rinnova 2009 2013Rinnova 2009 2013
Rinnova 2009 2013
 
Química orgânica e bioquímica 2012 (2)
Química orgânica e bioquímica 2012 (2)Química orgânica e bioquímica 2012 (2)
Química orgânica e bioquímica 2012 (2)
 
Frases da EMS
Frases da EMSFrases da EMS
Frases da EMS
 
Kursus for projektledelsen i outsourcing
Kursus for projektledelsen i outsourcingKursus for projektledelsen i outsourcing
Kursus for projektledelsen i outsourcing
 
Kurs pisania scenariuszy kraków maj 2014
Kurs pisania scenariuszy kraków maj 2014Kurs pisania scenariuszy kraków maj 2014
Kurs pisania scenariuszy kraków maj 2014
 

Similaire à Ay4102371374

SIGN LANGUAGE RECOGNITION USING MACHINE LEARNING
SIGN LANGUAGE RECOGNITION USING MACHINE LEARNINGSIGN LANGUAGE RECOGNITION USING MACHINE LEARNING
SIGN LANGUAGE RECOGNITION USING MACHINE LEARNINGIRJET Journal
 
Segmentation, tracking and feature extraction
Segmentation, tracking and feature extractionSegmentation, tracking and feature extraction
Segmentation, tracking and feature extractionijcsa
 
Real Time Sign Language Detection
Real Time Sign Language DetectionReal Time Sign Language Detection
Real Time Sign Language DetectionIRJET Journal
 
IRJET- Vision Based Sign Language by using Matlab
IRJET- Vision Based Sign Language by using MatlabIRJET- Vision Based Sign Language by using Matlab
IRJET- Vision Based Sign Language by using MatlabIRJET Journal
 
GRS '“ Gesture based Recognition System for Indian Sign Language Recognition ...
GRS '“ Gesture based Recognition System for Indian Sign Language Recognition ...GRS '“ Gesture based Recognition System for Indian Sign Language Recognition ...
GRS '“ Gesture based Recognition System for Indian Sign Language Recognition ...ijtsrd
 
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
 
IRJET - Sign Language Text to Speech Converter using Image Processing and...
IRJET -  	  Sign Language Text to Speech Converter using Image Processing and...IRJET -  	  Sign Language Text to Speech Converter using Image Processing and...
IRJET - Sign Language Text to Speech Converter using Image Processing and...IRJET Journal
 
IRJET - Paint using Hand Gesture
IRJET - Paint using Hand GestureIRJET - Paint using Hand Gesture
IRJET - Paint using Hand GestureIRJET Journal
 
Vision Based Approach to Sign Language Recognition
Vision Based Approach to Sign Language RecognitionVision Based Approach to Sign Language Recognition
Vision Based Approach to Sign Language RecognitionIJAAS Team
 
KANNADA SIGN LANGUAGE RECOGNITION USINGMACHINE LEARNING
KANNADA SIGN LANGUAGE RECOGNITION USINGMACHINE LEARNINGKANNADA SIGN LANGUAGE RECOGNITION USINGMACHINE LEARNING
KANNADA SIGN LANGUAGE RECOGNITION USINGMACHINE LEARNINGIRJET Journal
 
Using The Hausdorff Algorithm to Enhance Kinect's Recognition of Arabic Sign ...
Using The Hausdorff Algorithm to Enhance Kinect's Recognition of Arabic Sign ...Using The Hausdorff Algorithm to Enhance Kinect's Recognition of Arabic Sign ...
Using The Hausdorff Algorithm to Enhance Kinect's Recognition of Arabic Sign ...CSCJournals
 
Real Time Translator for Sign Language
Real Time Translator for Sign LanguageReal Time Translator for Sign Language
Real Time Translator for Sign Languageijtsrd
 
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
 
SignReco: Sign Language Translator
SignReco: Sign Language TranslatorSignReco: Sign Language Translator
SignReco: Sign Language TranslatorIRJET Journal
 
A SIGN LANGUAGE RECOGNITION APPROACH FOR HUMAN-ROBOT SYMBIOSIS
A SIGN LANGUAGE RECOGNITION APPROACH FOR HUMAN-ROBOT SYMBIOSISA SIGN LANGUAGE RECOGNITION APPROACH FOR HUMAN-ROBOT SYMBIOSIS
A SIGN LANGUAGE RECOGNITION APPROACH FOR HUMAN-ROBOT SYMBIOSISijcseit
 
A SIGN LANGUAGE RECOGNITION APPROACH FOR HUMAN-ROBOT SYMBIOSIS
A SIGN LANGUAGE RECOGNITION APPROACH FOR HUMAN-ROBOT SYMBIOSISA SIGN LANGUAGE RECOGNITION APPROACH FOR HUMAN-ROBOT SYMBIOSIS
A SIGN LANGUAGE RECOGNITION APPROACH FOR HUMAN-ROBOT SYMBIOSISijcseit
 
Smart hand gestures recognition using K-NN based algorithm for video annotati...
Smart hand gestures recognition using K-NN based algorithm for video annotati...Smart hand gestures recognition using K-NN based algorithm for video annotati...
Smart hand gestures recognition using K-NN based algorithm for video annotati...nooriasukmaningtyas
 
Real-Time Sign Language Detector
Real-Time Sign Language DetectorReal-Time Sign Language Detector
Real-Time Sign Language DetectorIRJET Journal
 

Similaire à Ay4102371374 (20)

SIGN LANGUAGE RECOGNITION USING MACHINE LEARNING
SIGN LANGUAGE RECOGNITION USING MACHINE LEARNINGSIGN LANGUAGE RECOGNITION USING MACHINE LEARNING
SIGN LANGUAGE RECOGNITION USING MACHINE LEARNING
 
Segmentation, tracking and feature extraction
Segmentation, tracking and feature extractionSegmentation, tracking and feature extraction
Segmentation, tracking and feature extraction
 
Real Time Sign Language Detection
Real Time Sign Language DetectionReal Time Sign Language Detection
Real Time Sign Language Detection
 
IRJET- Vision Based Sign Language by using Matlab
IRJET- Vision Based Sign Language by using MatlabIRJET- Vision Based Sign Language by using Matlab
IRJET- Vision Based Sign Language by using Matlab
 
GRS '“ Gesture based Recognition System for Indian Sign Language Recognition ...
GRS '“ Gesture based Recognition System for Indian Sign Language Recognition ...GRS '“ Gesture based Recognition System for Indian Sign Language Recognition ...
GRS '“ Gesture based Recognition System for Indian Sign Language Recognition ...
 
[IJET-V1I5P9] Author: Prutha Gandhi, Dhanashri Dalvi, Pallavi Gaikwad, Shubha...
[IJET-V1I5P9] Author: Prutha Gandhi, Dhanashri Dalvi, Pallavi Gaikwad, Shubha...[IJET-V1I5P9] Author: Prutha Gandhi, Dhanashri Dalvi, Pallavi Gaikwad, Shubha...
[IJET-V1I5P9] Author: Prutha Gandhi, Dhanashri Dalvi, Pallavi Gaikwad, Shubha...
 
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
 
IRJET - Sign Language Text to Speech Converter using Image Processing and...
IRJET -  	  Sign Language Text to Speech Converter using Image Processing and...IRJET -  	  Sign Language Text to Speech Converter using Image Processing and...
IRJET - Sign Language Text to Speech Converter using Image Processing and...
 
IRJET - Paint using Hand Gesture
IRJET - Paint using Hand GestureIRJET - Paint using Hand Gesture
IRJET - Paint using Hand Gesture
 
Vision Based Approach to Sign Language Recognition
Vision Based Approach to Sign Language RecognitionVision Based Approach to Sign Language Recognition
Vision Based Approach to Sign Language Recognition
 
D0361015021
D0361015021D0361015021
D0361015021
 
KANNADA SIGN LANGUAGE RECOGNITION USINGMACHINE LEARNING
KANNADA SIGN LANGUAGE RECOGNITION USINGMACHINE LEARNINGKANNADA SIGN LANGUAGE RECOGNITION USINGMACHINE LEARNING
KANNADA SIGN LANGUAGE RECOGNITION USINGMACHINE LEARNING
 
Using The Hausdorff Algorithm to Enhance Kinect's Recognition of Arabic Sign ...
Using The Hausdorff Algorithm to Enhance Kinect's Recognition of Arabic Sign ...Using The Hausdorff Algorithm to Enhance Kinect's Recognition of Arabic Sign ...
Using The Hausdorff Algorithm to Enhance Kinect's Recognition of Arabic Sign ...
 
Real Time Translator for Sign Language
Real Time Translator for Sign LanguageReal Time Translator for Sign Language
Real Time Translator for Sign Language
 
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...
 
SignReco: Sign Language Translator
SignReco: Sign Language TranslatorSignReco: Sign Language Translator
SignReco: Sign Language Translator
 
A SIGN LANGUAGE RECOGNITION APPROACH FOR HUMAN-ROBOT SYMBIOSIS
A SIGN LANGUAGE RECOGNITION APPROACH FOR HUMAN-ROBOT SYMBIOSISA SIGN LANGUAGE RECOGNITION APPROACH FOR HUMAN-ROBOT SYMBIOSIS
A SIGN LANGUAGE RECOGNITION APPROACH FOR HUMAN-ROBOT SYMBIOSIS
 
A SIGN LANGUAGE RECOGNITION APPROACH FOR HUMAN-ROBOT SYMBIOSIS
A SIGN LANGUAGE RECOGNITION APPROACH FOR HUMAN-ROBOT SYMBIOSISA SIGN LANGUAGE RECOGNITION APPROACH FOR HUMAN-ROBOT SYMBIOSIS
A SIGN LANGUAGE RECOGNITION APPROACH FOR HUMAN-ROBOT SYMBIOSIS
 
Smart hand gestures recognition using K-NN based algorithm for video annotati...
Smart hand gestures recognition using K-NN based algorithm for video annotati...Smart hand gestures recognition using K-NN based algorithm for video annotati...
Smart hand gestures recognition using K-NN based algorithm for video annotati...
 
Real-Time Sign Language Detector
Real-Time Sign Language DetectorReal-Time Sign Language Detector
Real-Time Sign Language Detector
 

Dernier

Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
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
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
The Evolution of Money: Digital Transformation and CBDCs in Central Banking
The Evolution of Money: Digital Transformation and CBDCs in Central BankingThe Evolution of Money: Digital Transformation and CBDCs in Central Banking
The Evolution of Money: Digital Transformation and CBDCs in Central BankingSelcen Ozturkcan
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
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
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
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
 

Dernier (20)

Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
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
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
The Evolution of Money: Digital Transformation and CBDCs in Central Banking
The Evolution of Money: Digital Transformation and CBDCs in Central BankingThe Evolution of Money: Digital Transformation and CBDCs in Central Banking
The Evolution of Money: Digital Transformation and CBDCs in Central Banking
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
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
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
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...
 

Ay4102371374

  • 1. Neha S. Chourasia et al Int. Journal of Engineering Research and Applications ISSN : 2248-9622, Vol. 4, Issue 1( Version 2), January 2014, pp.371-374 RESEARCH ARTICLE www.ijera.com OPEN ACCESS Hand Gesture Spotting Using Sign Language through Computer Interfacing Neha S. Chourasia, Sampa Barman (Department Of Electronics & Communication Engineering, RTMNU Nagpur) ABSTRACT Sign Language is the most natural and expressive way for the hearing impaired. A hybrid feature descriptor, which combines the advantages of SURF & Hu Moment Invariant methods, is used as a combined feature set to achieve a good recognition rate along with a low time complexity. To further increase the recognition rate and make the recognition system resilient to view-point variations, the concept of derived features from the available feature set is introduced. K-Nearest Neighbour (KNN) and Support Vector Machine (SVM) are used for hybrid classification of single signed letter. This paper presents a methodology which recognizes the Indian Sign Language (ISL) and translates into a normal text. The methodology consists of three stages, namely a training phase, a testing phase and a recognition phase. Combinational parameters of Hu invariant moment and structural shape descriptors are created to form a new feature vector to recognize sign. Experimental results demonstrate that the proposed system can successfully recognize hand gesture with 96% recognition rate. KEYWORDS: Finger Spelled Word Recognition, Hu Moment Invariant, Hidden Markov Model (HMM), Sign Language, Speeded Up Robust Features (SURF), Support Vector Machine (SVM). I. INTRODUCTION Sign Language is the means of communication among the deaf and mute community. Sign Language emerges and evolves naturally within hearing impaired community. Sign Language communication involves manual and non-manual signals where manual signs involve fingers, hands, arms and non-manual signs involve face, head, eyes and body. Sign Language is a well-structured language with a phonology, morphology, syntax and grammar. Sign language is a complete natural language that uses different ways of expression for communication in everyday life. Sign Language recognition system transfers the communication from human-human to human-computer interaction. The aim of the sign language recognition system is to present an efficient and accurate mechanism to transcribe text or speech, thus the “dialog communication” between the deaf and hearing person will be smooth. There is no standardized sign language for all deaf people across the world. However, sign languages are not universal, as with spoken languages, these differ from region to region. There are two main approaches used in the sign language recognition that is Glove/Device based and Vision based. In the glove based method the user has to wear a device which carries a load of cables so as to connect the device to a computer. Such devices are expensive and reduce the naturalness of the sign language communication. In contrast, the Vision based method requires only a camera and directly deals with image gestures. It is a two-step process: www.ijera.com sign capturing and sign analysis .Vision based methods provide a natural environment to the user and reduces the complications as in the glove based method. Every country has its own sign language with a high level of grammatical variations. The sign language exists in India is commonly known as Indian Sign Language (ISL). It has been argued that the same sign language is used in Nepal, Sri Lanka, Bangladesh, and border regions of Pakistan. Examples of other sign languages are the American Sign Language (ASL), the British Sign Language (BSL), the Korean Sign Language (KSL), and so on. 1.1 BRIEF LITERATURE SURVEY 1. A method developed by Pallavi Gurjal, Real Time Hand Gesture Recognition Paper the algorithm in which video was captured and divided into various frames. The frame with the image was extracted and features like Difference of Gaussian, Scale space Feature Detector etc. extracted though SIFT which helped in gesture recognition [1]. 2. A method developed by Archana S Ghotkar, Hand Gesture Recognition for ISL using Cam shift and HSV then recognizing gesture through Genetic Algorithm[2]. 3. A method had been developed by P. Subha Rajan, recognising gestures for ISL where they proposed each gesture would be recognized through 7 bit orientation and generation process through RIGHT and LEFT scan [3]. 371 | P a g e
  • 2. Neha S. Chourasia et al Int. Journal of Engineering Research and Applications ISSN : 2248-9622, Vol. 4, Issue 1( Version 2), January 2014, pp.371-374 4. A method had been developed by T. Shanableh, for recognizing isolated Arabic sign language gestures in a user independent mode. The signers wore gloves to simplify the process of segmenting out the hands of the signer via colour segmentation [4]. A method had been developed by Aleem Khalid Alvi, Pakistan SL Recognition Using Statistical Template Matching for Pakistan people to understand their language[5]. A method developed by T. Dasgupta, A Multilingual Multimedia ISL Dictionary Tool, to use the same SL in Nepal, SriLanka, Bangladeshand border regions of Pakistan[6]. A method had been developed by N. Otsu, A Threshold Selection method from Gray level Histograms, The segmentation of an input image of a hand gesture is performed using Global thresholding algorithm [7]. Byung - woo min, presented the visual recognition of static gesture or dynamic gesture, in which recognized hand gestures obtained from the visual images on a 2D image plane, without any external devices [8]. 5. 6. 7. 8. II. PROBLEM FORMULATION : NEED & SIGNIFICANCE OF PROPOSED RESEARCH WORK & OBJECTIVE To develop an automatic sign language recognition system with the help of image processing and computer vision techniques. To use natural image sequences, without the signer having to wear data gloves or colored gloves, and to be able to recognize hundreds of signs. The motivation for this work is to provide a real time interface so that signers can easily and quickly communicate with non-signers. To efficiently and accurately recognize signed words, from Indian Sign Language, using a minimal number of training examples. III. PRINCIPLE OF THE PROPOSED METHOD The proposed algorithm consisted of four major steps which are namely Image Acquisition, Feature Extraction, Orientation Detection and Gesture Recognition which is also shown in the below given Fig 1. www.ijera.com www.ijera.com Fig. 1. Block diagram of hand gesture recognition system All of the steps are explained in details with all the information on how the module is working and what behavior the module is supposedly expected to portray. While deciding on the following algorithm it was observed that pre-processing steps that are to be applied on the images for removal of noise in the background was not at all required. Software Used: 1. Mat lab. 2.Image processing Toolbox. Pre-processing: Pre-processing is applied to images before extracting features from hand images. Preprocessing consists of two steps, segmentation and filtering. All the functions are applied on a gray scale image. The segmentation of an input image of a hand gesture is performed using Global thresholding algorithm. The image level is divided into two classes one is hand and the other is background. The assigned value for hand pixel is “1” and the value for background pixel is “0”.To eliminate noise from the segmented image a median filter is applied on the image. The segmentation and filtering is applied below: 372 | P a g e
  • 3. Neha S. Chourasia et al Int. Journal of Engineering Research and Applications ISSN : 2248-9622, Vol. 4, Issue 1( Version 2), January 2014, pp.371-374 www.ijera.com structural shape descriptor features of an input image are calculated and store in a codebook. Then features of the input image are matched with the codebook through MSVM. The most likelihood image is recognized and retrieved with their meaning. IV. Fig. 2. Segmentation of gray scale image HAND GESTURE RECOGNITION SYSTEM Hand gesture recognition system consists of the following steps (a) Pre-processing and hand segmentation, (b) Hand detection and tracking, (c) Hand posture recognition and (d) Hand gesture classification as shown in figure 1. Image Acquisition from camera Hand Detection and Tracking Display as Text or Voice Fig. 3. Filtering of Segmented image Hand Region Segmentation Classified Gesture Hand Posture Recognition Figure 5. Block diagram of Hand Gesture Recognition System This section describes about individual letter recognition approach, consisting of hand segmentation, extraction of invariant feature descriptor, recognition of letters and derived feature approach for improving accuracy. Fig. 4 Sign Database Feature Extraction through Hu Invariant Moment: A moment known as, Hu invariant moment which is derived from the theory of algebraic invariant. Hu invariant moment is used for scale and position invariant pattern identification. The advantage of using Hu invariant moment is that it can be used for disjoint shapes. In particular, Hu invariant moment set consists of seven values computed by normalizing central moments through order three. Multi-class Support Vector Machine: In the proposed work, a multi-class support vector machine has been used to appropriately classify the hand gestures among multiple classes. In the proposed approach a binary classifier is converted into multiclass classifier. Recognition: The images in dataset are trained through MSVM. When an input image is given in the testing phase first the pre-processing is applied to the input image. Then the hu invariant moment and www.ijera.com 4.1 HAND SEGMENTATION Skin color segmentation is performed using k-means clustering method. RGB color frames I(m,n,p), (where m, n and p are number of rows , number of columns and number of color planes) are converted into 3 1-dimensional feature vector X of single column and m*n rows. Then I = { X(1), X(2), ….. X(N)} (N=3) is obtained. Through experimental observation classification of colors using 3 clusters (K) under Euclidean distance measure provides better performance. For every pixel in the input, k-means returns an index corresponding to a cluster. Skin pixel region is identified from the different color regions using a thresholding method in RGB color space where the threshold value is selected experimentally. Repeat the cluster for 3 times to avoid local minima. Figure shows example results of the segmentation algorithm. 4.2 RECOGNITION OF LETTERS The bounding box of the detected hand in each frame is obtained from the previous section. To recognize the posture of detected hand, a combined feature extraction methodology using Speeded Up Robust Features (SURF) and Hu Moment Invariant features is incorporated. Bounding box, BBIm (x,y) is taken as test image. Features are calculated and compared with the database features. Minimum 373 | P a g e
  • 4. Neha S. Chourasia et al Int. Journal of Engineering Research and Applications ISSN : 2248-9622, Vol. 4, Issue 1( Version 2), January 2014, pp.371-374 Euclidean distance between the feature vectors recognizes particular hand posture/letter. 4.3 IMPROVING ACCURACY THROUGH DERIVED FEATURES To further increase the recognition rate and speed of processing, prominent features are derived from the available data set of features using forward selection algorithm. To improve the performance of classifier on a dataset, it is possible to evaluate each feature’s deviation. The deviation is computed per feature xj in the set of N features x={x1,...,xN} by calculating the sum of all differences between the calculated resultant feature vector when feature xj is left out and the actual resultant feature vector oi of sample si in the dataset D=NxP, containing P samples, where each sample si contains N features si={si 1,...si N}. . For clarity, we’ll define a new feature set y that excludes xj , such that y={x1,...,xj- 1,xj+1,...,xN}. V. RESULT AND DISCUSSIONS For proving the effectiveness and accuracy of the proposed system, we have carried out a number of experiments. A sign image dataset has been created, which contains 720 images. The dataset is classified as a testing set that has 600 images and a training set that has 120 images. 720 images include different signs from ISL of 12 different people. These are divided into 60 classes. The accuracy of the proposed system is evaluated as follows: correctly classified gestures Accuracy= ________________________ * 100% REFERENCES [1] [2] [3] [4] [5] [6] [7] total no of gestures [8] The resolution of grabbed image is 256*256. Each image is resized by a magnification factor of 0.5 to reduce the computation process. All operations are performed on gray scale image. VI. www.ijera.com Pallavi Gurjal, Kiran Kunnur, “Real Time Hand Gesture Recognition using SIFT”, International Journal for Electronics and Engineering, 2012, pp 19-33. Ghotkar, Archana S, “Hand Gesture Recognition for ISL”, International Conference on Computer Communication and Informatics (ICCCI), 2012, pp 1-4. Rajam, P. Subha and Dr G Bala krishnan," Real Time ISL Recognition System to aid Deaf and Dumb people", 13th International Conference Vol. 2 Issue 4, April – 2013 ISSN: 2278-0181386 on Communication Technology (ICCT), 2011, pp 737742. Shanableh Tamer, T. Khaled, "Arabic sign language recognition in user independent mode”, IEEE International Conference on Intelligent and Advanced Systems, 2007, pp 597-600. Aleem Khalid Alvi, M. Yousuf Bin Azhar, "Pakistan Sign Language Recognition Using Statistical Template Matching", International Journal of Information Technology, 2004, pp 1-12. T. Dasgupta, S. Shukla, S. Kumar, S. Diwakar and A. Basu,“A Multilingual Multimedia ISL Dictionary Tool,” The 6th Workshop on Asian Language Resources, 2008, pp 57-64. N. Otsu, “A Threshold Selection method from Gray level Histograms,”IEEE Transactions on Systems, Man and Cybernetics, vol. 9, no. 1, pp 62–66, 1979. Byung-woo min, Ho-sub yoon, Jung soh, Takeshiohashi and Toshiaki jima, "Visual Recognition of Static/Dynamic Gesture: Gesture-Driven Editing System”, Journal of Visual Languages & Computing Volume10, Issue 3, June 1999, pp 291-309. CONCLUSION In this paper, an automatic ISL recognition system has been created which works on real-time basis and employs the use of combinational feature vector with a MSVM classifier. In the combinational feature vector, Hu invariant moment and structural shape descriptors are used collectively for achieving better recognition results. The use of MSVM increases recognition performance. Results demonstrate that the combination of invariant moments and shape descriptors gives better result, as shape descriptors define the boundary of an image while the invariant moments are invariant to change in scale and position of an image. The future directions will focus on signer independent, large vocabulary systems in both isolated and continuous recognition tasks. www.ijera.com 374 | P a g e