SlideShare a Scribd company logo
1 of 10
Download to read offline
Signal & Image Processing : An International Journal (SIPIJ) Vol.7, No.6, December 2016
DOI : 10.5121/sipij.2016.7603 29
VISION BASED HAND GESTURE RECOGNITION
USING FOURIER DESCRIPTOR FOR INDIAN
SIGN LANGUAGE
Archana Ghotkar1
, PujashreeVidap1
and Santosh Ghotkar2
1
Department of Computer Engineering, Pune Institute of Computer Technology,
Savitribai Phule Pune University, Pune, India
2
Department of Computer Engineering and IT, College of Engineering, Savitribai Phule
Pune University, Pune, India
ABSTRACT
Indian Sign Language (ISL) interpretation is the major research work going on to aid Indian deaf and
dumb people. Considering the limitation of glove/sensor based approach, vision based approach was
considered for ISL interpretation system. Among different human modalities, hand is the primarily used
modality to any sign language interpretation system so, hand gesture was used for recognition of manual
alphabets and numbers. ISL consists of manual alphabets, numbers as well as large set of vocabulary with
grammar. In this paper, methodology for recognition of static ISL manual alphabets, number and static
symbols is given. ISL alphabet consists of single handed and two handed sign. Fourier descriptor as a
feature extraction method was chosen due the property of invariant to rotation, scale and translation. True
positive rate was achieved 94.15% using nearest neighbourhood classifier with Euclidean distance where
sample data were considered with different illumination changes, different skin color and varying distance
from camera to signer position.
KEYWORDS
Fourier descriptor, Indian sign language interpretation, Nearest neighbourhood classifier.
1. INTRODUCTION
Interpretation of sign language is one of the application of gesture recognition and need in current
eras to bridge the communication gap between hearing impaired people and normal people [1]. It
was estimated that in India, there are over a million people who are profoundly deaf and
approximately ten million hard of hearing people [4]. As sign language consists of all the body
parts such as hand, lips, eyebrow movement facial expression and emotions. Here focus is given
on hand body part as it plays major role in any sign language. In this proposed work, considering
the limitation of data glove/ sensor based approach vision based hand gesture recognition system
was designed using Indian sign language (ISL). System was considering manual alphabets and
numbers for recognition and application interface of text and voice was given for recognized
gesture. This is an on-going research work for interpretation of ISL. The proposed algorithm
developed for both single as well as two handed static ISL alphabet with a single normal web-
camera. To recognize the gestures, system consists of five modules: Image acquisition, Pre-
Signal & Image Processing : An International Journal (SIPIJ) Vol.7, No.6, December 2016
30
processing, Segmentation, Feature Extraction and Gesture Recognition with application Interface.
Hue, Saturation and value (HSV) color model was used for hand segmentation. Fourier descriptor
was used as a feature for hand signs. Recognition was done using nearest neighbourhood
classification using Euclidean distance. The rest of the paper is organized such as; section 2 gives
literature survey for hand gesture recognition system. Section 3 introduced Data set of ISL. In
section 4, methodology is presented. Results and discussion has been done in the section 5. In the
section 6 Conclusion and Future work is discussed.
2. LITERATURE SURVEY
The sign language used in India is referred as Indian Sign Language (ISL). Linguistic studies on
ISL were started around 1978 and it has been found that ISL is complete natural language having
its own morphology, phonology, syntax and grammar [4]. The research of the sign language
recognition started in 1982. There are two major approaches for sign language recognition: data
glove, vision based. Each approach is having its limitation and advantages, but vision based
approaches are more feasible as compared to data glove as user need not to wear cumbersome
device like data glove[8] [10]. Sign language interpretation using hand gesture recognition for
deaf and dumb people is one of the major applications in HCI. As sign languages differs country
wise like spoken language. Within the country also SLs are differs region wise. P. Subha et al.
[11] used south Indian sign language for Tamil letters of 32 signs using static hand posture. In
this paper each sign was represent in five digit binary code considering up and down position of
the five fingers. The sign was assigned to each binary code and then converted into text.
Recognition system was able to recognize image with 98.125% accuracy when trained with 320
images and tested with 160 images. Daniel Kelly et al. [3] presented Irish Sign Language
recognition. Authors have used gestures features such as hand shape, position and movements
were used using size function and principal component analysis with the help of color glove.
System achieved 93.8% accuracy for correct sign and 9.1 mis-classification rate. As there are
different geometric features for the shape such as angle, contour, length, location. Nguyen Dang
et al.[9] have used recognition features as location, angle, velocity and motion patterns for
American SL alphabets for unconstrained background and accuracy up to 98% was achieved
without using additional marker. Real time hand tracking was done by using Kalman filter and for
gesture recognition psuedo-2 dimension hidden markov model was used. Rokade et al. [12]
proposed thinning method for hand gesture recognition in which recognition features were, an
angle and the distance from the end point. Proposed algorithm was also applicable for complex
backgroundand static alphabets of American SL with 92.13% accuracy. Tin Maung et al. [13]
explained recognition of subset of Myanmar Alphabet Language using neural network. Here
recognition feature was used as an orientation histogram which was sensitive to changes in hand
orientation. Accuracy was achieved up to 90 for 33 hand postures with advantageous over
lighting change condition. Yang et al.[15] explained Chinese Sign Language recognition based on
gray level co-occurrence matrix and multi feature fusion like local and global features with
93.094% accuracy under unconstrained environment with support vector machine approach.
Britta Bauer and Karl [2] focused on automatic recognition of German continuous sign language
using sub- units rather than models for whole signs will be outlined. It will be advantageous for
future reduction of necessary training material. This approach employs totally self-organized
subunits called fenone. K-means clustering algorithm was used for the definition. Still there are
various researchers are working on various sign languages but there is a major need to work on
ISL to help Indian hearing impaired people.
Signal & Image Processing : An International Journal (SIPIJ) Vol.7, No.6, December 2016
31
3. ISL DATASET
The manual alphabet set were considered for the proposed work. The dataset consists of single as
well as two handed static gestures. Initially system was trained under uniform background with
different illumination conditions, different skin color and varying distance from camera. ISL
alphabet set is shown in figure 1.Total 780 sampled images were captured to train the system.
Figure 1.ISL Alphabet Signs [1]
4. METHODOLOGY
It includes modules such as: image acquisition, pre-processing and hand segmentation, feature
extraction and recognition. Bare hand segmentation was considered for natural interface. At this
stage Fourier descriptor was chosen as a feature vector due to its property of invariant to
translation, rotation and scaling. Recognition was done by calculating minimum square root of
square error distance using Euclidean distance. Performance analysis was done with nearest
neighbourhood (NN) classifier and nearest mean classifier (NMC). For testing, two dataset were
considered with variation of hand size and illumination changes and results were analysed. Figure
2 shows the typical flow of any hand gesture recognition system.
4.1. Image Acquisition and Pre-processing
For image capturing web camera of minimum 2 Megapixel under constant background preferably
black background was considered to avoid shadow effect. For constant light source night vision
web camera was preferred for consistent result. Captured Image was re sized into resolution of
320 X 240 pixels for faster processing. The full sleeves black shirt was used to avoid arm portion
of signer. Hand sign training database was created considering different lighting condition and
skin color. For captured image low level processing like image blurring using Gaussian blur has
Signal & Image Processing : An International Journal (SIPIJ) Vol.7, No.6, December 2016
32
been applied for removal of sharpness to get better segmentation result. Then the image was
converted into HSV color space for segmentation [7].
Figure 2. A typical hand gesture recognition system
4.2. Feature Extraction using Fourier Descriptor (FD)[6]
In the proposed work features of the hand signs were calculated using discrete Fourier transform
(Fourier descriptor). As signer need to perform the sign in real time, problem of slight
variation in angle (rotation), signer hand size(scaling) and translation need to consider while
extracting the features. For calculation of features, first segmented image was scanned for finding
centroid of the hand blob. The centroid of the hand was calculated by equation 1.
‫ݔ‬௖ =
ଵ
ே
∑ ‫)݅(ݔ‬ேିଵ
௜ୀ଴ ,‫ݕ‬௖ =
ଵ
ே
∑ ‫)݅(ݕ‬ேିଵ
௜ୀ଴ (1)
The centroid distance was calculated by distance of boundary points from the centroid
(xc ,yc ) and given by equation 2.
‫)݅(ݎ‬ = ඥ([‫)݅(ݔ‬ − ‫ݔ‬௖]ଶ) + ([‫)݅(ݕ‬ − ‫ݕ‬௖]ଶ) (2)
The radius of the blob was calculated and boundary pixels were collected for calculation of
Fourier descriptor. The 256 Fourier descriptors of the image has been calculated and stored in
database. The discrete Fourier transform of r (i) was made. The phase information in the
Signal & Image Processing : An International Journal (SIPIJ) Vol.7, No.6, December 2016
33
coefficient was ignored, and the magnitudes of the coefficient were retained which is invariant to
translation, scaling, rotation. Fourier descriptor (FD) of this shape is defined in equation 3.
[ܼ௡] = DFT[r(i)] =
1
N
෍ ‫݁)݅(ݎ‬ି
ଶగ௜௡
ே
ேିଵ
௜ୀ଴
(3)
here, n = 1 … 256, N = 256
For each alphabet sign Fourier descriptor was created and stored in a vector form in the
database for recognition phase. Algorithm 1 gives detail explanation of feature extraction using
Fourier descriptor.
Algorithm 1: Feature extraction using Fourier descriptor
Procedure ExtractFDFeature( SegImage I)
1: Calculate centroid of the binary image
2: xୡ =
ଵ
୒
∑ x(i)୒ିଵ
୧ୀ଴ ,yୡ =
ଵ
୒
∑ y(i)୒ିଵ
୧ୀ଴ // N is number of hand object pixels
3: Calculate shape signature using centroid distance // achieve translation invariance
4: r(i) = ඥ([x(i) − xୡ]ଶ) + ([y(i) − yୡ]ଶ) //calculate ‫ݎ‬଴ … ‫ݎ‬ଶହହ using equal
angle sampling where x,y ∈ boundary points
5: For i= 0 to 255
6: fd୧ =FDFT (r(i)) // apply DFT on shape signature r(i)
7: End For
8: Get fd⃗ = ∑ fd୧
ଶହହ
୧ୀ଴
9: Take magnitude values of fds and ignore phase information // achieve rotation invariance
10: fd⃗ =
|୤ୢభ|
|୤ୢబ|
…..
|୤ୢొ|
|୤ୢబ|
// achieve scale invariance by dividing DC component
11: fd⃗ = (݂ଵ଴ … ݂ଶହହ) // neglect lower descriptor
EndProcedure
4.3. Recognition
Using similarity distance measures ISL static hand gesture was recognized and displayed the
output in the text form (notepad) as well as in the voice. Here, recognition results were analyzed
with two approaches.
i) NMC classifier:Total 26 mean values of A-Z classes were calculated from training data
samples and mean value of each cluster which corresponds with the minimum distance with
the unknown gesture declared as the recognized gesture. Euclidean distance measure [5] was
used for distance calculation with Fourier descriptor which is a direct measure of the similarity
between two multi-dimensional vectors. It is a useful technique for pattern recognition by
analysing groups of vector data. The arithmetic mean of feature vector of each training alphabet
sign was calculated and stored into mean database file for classification.
Signal & Image Processing : An International Journal (SIPIJ) Vol.7, No.6, December 2016
34
‫ܣ‬ = ሼܽ − ‫ݖ‬ሽ: ‫ݑ‬ ݅‫ݏ‬ ‫݃݊݅݊݅ܽݎݐ‬ ‫݈݁݌݉ܽݏ‬
∀‫ݑ‬ ∈ ‫ܣ‬ | ‫ݑ‬ത =
1
݊
෍ ‫ݑ‬ത௜
௡
௜ୀଵ
, ݊ ݅‫ݏ‬ ݊‫ݎܾ݁݉ݑ‬ ‫݂݋‬ ‫݃݊݅݊݅ܽݎݐ‬ ‫ݏ݈݁݌݉ܽݏ‬
Here, the Euclidean distance between two n-dimensional vectors, mean of each alphabet sign {u}
and unknown {v} is given as:
‫ݑ‬ത = (‫ݑ‬തଵ, ‫ݑ‬തଶ, ‫ݑ‬തଷ, … , ‫ݑ‬ത௡), ‫ݒ‬ = (‫ݒ‬ଵ, ‫ݒ‬ଶ, ‫ݒ‬ଷ, … , ‫ݒ‬௡)
‫ݑ(ܦ‬ത, ‫)ݒ‬ = ඨ෍ (‫ݑ‬ത௜ − ‫ݒ‬௜)ଶ
௡
௜ୀଵ
ii) NN classifier:To compare and analyse the performance with other classifier, analysis has been
carried out with other non-parametric classifier such as a nearest neighbourhood with Euclidean
distance measures [5].The alphabet from training database, which corresponds with the minimum
distance with the unknown gesture,is the recognized gesture. Algorithm 2 explains the steps for
NN algorithm.
Algorithm 2: Algorithm for NN
A = (Xଵ,ωଵ), (Xଶ,ωଶ), …,(X୬, ω୬
)// A is the set of N training pattern
//where X୧ is of dimension n and ω୧ is the class label of the i୲୦
pattern
‫,ݑ(ܦ‬ ‫)ݔ‬ = ට∑ (‫ݑ‬௜ − ‫ݔ‬௜)ଶ௜ୀ௡
௜ୀ଴ // Euclidean distance measure
Procedure NN
1. X୲ = TestSign
2. for i ← 1, n do //for n samples
3. d(X୲, X୧) = minሼD( X୲, X୧) ሽ
4. end for
5. X୲ = ω୩
// pattern X୲ is assigned to a class ω୩ associated with X୩
End Procedure NN
5. RESULTS AND DISCUSSION
In this paper, ISL alphabets were considered for interpretation using Fourier descriptor. Initial
level static black background has been considered while signing. Five persons data set of total
780 signs of A-Z alphabet were considered. Here 65% samples were used for training and 35%
samples were used for testing. Here two dataset were considered for testing the algorithm. With
NMC approach, Dataset 1 which contained sample images with varying distance, different
illumination lighting and variable change in shapes of different persons gave average true positive
rate 76%, whereas dataset 2 contained similar shape for signs of different persons with fixed
distance achieved up to 79.23% true positive rate. Using nearest neighbourhood, non-parametric
Signal & Image Processing : An International Journal (SIPIJ) Vol.7, No.6, December 2016
35
classifier result could increase up to 94.15%. Figure 3 shows comparative analysis of two
dataset. Comparison of true positive rate for similarity measure using NMC (mean) and NN is
given in Figure 4. Figure 5 shows the confusion matrix of A-Z alphabet where diagonal elements
shows true positive rate for unknown samples using NMC approach. The recognition result can
be improved by adding more robust features as well as efficient classifier. Considering different
illumination condition, different skin colors as well as variable distance of signer hand from
camera, sampled images were captured and used for training and testing. Result shows that ideal
distance, same illumination condition definitely improved true positive rate. Here, arithmetic
mean was considered for similarity measurement to reduce searching complexity but due to the
large number of classes true positive rate was degraded. Nearest neighbourhood approach showed
improvement in true positive rate but cost of searching complexity increases.
Figure 3.Recognition Results of ISL alphabets for two different dataset.
Figure 4.Comparision of true positive rate for alphabets using NMC (mean) and NN
Signal & Image Processing : An International Journal (SIPIJ) Vol.7, No.6, December 2016
36
Figure 5.Confusion matrix for ISL alphabets A-Z using FD with NMC.
6. CONCLUSION AND FUTURE WORK
The hand gesture recognition system was designed for recognition of ISL alphabets and digits
as well as static symbols of Indian Sign Language in a common vision based platform. Here,
result of ISL manual alphabet is presented and analysed for Fourier descriptor with two
classifiers. The system is suitable for both single handed and two handed gestures. To increase
the recognition efficiency, contour based as well as region based shape descriptor need to be
considered.
Currently, research work is going on 3-D image data which includes depth information [16] for
gesture processing with various use of depth cameras such as leap motion controller [17], Kinect
sensor [18] and so on. The future work will be concentrate on ISL symbols and sentences
which will include the language processing engine with depth sensors. For the whole sign
language interpretation incorporation of other body part such as face, lips and emotions are
essential but considering limitation of vision based system initially, concentrated on hand
modality as it is playing active role in any sign language recognition as well as any human
computer interaction applications.
Signal & Image Processing : An International Journal (SIPIJ) Vol.7, No.6, December 2016
37
REFERENCES
[1] Ghotkar, A. S. &Kharate,G. K. (2014) “Study of Vision based Hand Gesture Recognition Using
Indian Sign Language”, International Journal on Smart Sensing and Intelligent System, Vol. No. 57,
No. 1, pp.96-115.
[2] Bauer, B.&Karl-Friedrich, (2002) “Towards an Automatic Sign Language Recognition System
Using Subunits”,GW 2001,LNAI 2298, pp34- 47,2002,Springer-Verlag Berlin Heidelberg.
[3] Kelly, D. ,McDonald, Tom Lysaght, Charles, (2008) “Analysis of Sign language Gestures Using Size
functions and Principal Component Analysis”, International Machine Vision and Image Processing
Conference, IEEE Computer Society, pp31-36.
[4] Dasgupta, Shukla, SandeepKumar, Diwakar,Basu(2008) “A Multilingual Multi- media Indian Sign
Language Dictionary Tool”, 6th Workshop on Asian Language Resources, 57-64.
[5] Dong, G. , Jain,A. K.,Ma, W. , Zhang, H. , (2002) “Learning Similarity Measure for Natural Image
Retrieval with Relevance Feedback”, IEEE Transactions on Neural Networks,Vol.13, No. 4, pp.811-
820.
[6] Zhang, G., Ma, M., Y. He, T. Zhao, (2008) “Shape Feature Extraction Using Fourier Descriptors with
Brightness in Content-based Medical Image Retrieval”, International Conference on Intelligent
Information Hiding and Multimedia Signal Processing, IEEE Computer Society.
[7] Howe,N. W., Wong, F.& Chekima, A., (2008) “Comparison of Hand Segmentation Methodologies
for Hand Gesture Recognition”, IEEE-978-4244-2328-6.
[8] Saliza,N.,Jais,J., (2006) “Hand Gesture Recognition using Hidden Markov Models:A Review on
Techniques and Approaches”, The Second Malaysian Software Engineering Conference, pp.1-6.
[9] Binh, N., Shuichi, E., Ejima, T., (2005) “Real time Hand Tracking and Gesture Recognition System”,
GVIP 05 Conference,Egypt.
[10] Garg,P.,Aggarwal, N.&Sofat, S. (2009)“Vision based Hand Gesture Recognition”,
PWASET,Vol.37,pp.1024-1029.
[11] Subha, P.& Balkrishnan, G.(2011) “Recognition of Tamil Sign Language Alphabet using Image
Processing to aid Deaf-Dumb People”, International Conference on Communication Technology
and System Design,pp.861-868.
[12] Rokade,R., Doye&Kokare (2009) “Gesture Recognition by Thinning Method”, International
Conference on Digital Image Processing, IEEE Computer Society,pp.284-287.
[13] Maung, T (2009) “Real-Time Hand Tracking and Gesture Recognition System Using Neural
Networks”,PWASET,Vol.38,pp.470-474.
[14] Zeshan, U.,Vasishta, M. &Sethna, M. (2005) “Implementation of Indian Sign Language In
Educational Setting”, Asia pacific Disability Rehabilitation Journal,Vol.16,No.1.
[15] Quan, Y., Jinye,P. and Yulong,L. (2009) “Chinese Sign Language Recognition Based on Gray Level
Co-Occurrence Matrix and Other Multi-features Fusion”, IEEE-ICIEA, pp.1569-1572.
Signal & Image Processing : An International Journal (SIPIJ) Vol.7, No.6, December 2016
38
[16] Chong, Y., Huang, J. and Pan. (2016) “ Hand Gesture Recognition Using Appearance Features Based
on 3D Point Cloud”, Journal of Software Engineering and Applications, Vol. 9, pp. 103-111.
[17] Naidu C., Ghotkar A. [2016], “Hand Gesture Recognition Using Leap Motion Controller”,
International Journal of Science and Research, Vol.5, Issue-10, pp.436-441.
[18] Ghotkar, A., Vidap P. and Deo, K.(2016), “Dynamic Hand Gesture Recognition using Hidden
Markov Model by Microsoft Kinect Sensor”, International Journal of Computer Application, Vol.150,
No.5, pp.5-9.

More Related Content

What's hot

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
 
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
 
Automated Bangla sign language translation system for alphabets by means of M...
Automated Bangla sign language translation system for alphabets by means of M...Automated Bangla sign language translation system for alphabets by means of M...
Automated Bangla sign language translation system for alphabets by means of M...TELKOMNIKA JOURNAL
 
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
 
Ijartes v1-i2-001
Ijartes v1-i2-001Ijartes v1-i2-001
Ijartes v1-i2-001IJARTES
 
Design of a Communication System using Sign Language aid for Differently Able...
Design of a Communication System using Sign Language aid for Differently Able...Design of a Communication System using Sign Language aid for Differently Able...
Design of a Communication System using Sign Language aid for Differently Able...IRJET 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
 
Character Recognition (Devanagari Script)
Character Recognition (Devanagari Script)Character Recognition (Devanagari Script)
Character Recognition (Devanagari Script)IJERA Editor
 
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
 
Review on Hand Gesture Recognition
Review on Hand Gesture RecognitionReview on Hand Gesture Recognition
Review on Hand Gesture Recognitiondbpublications
 
IRJET- Sign Language Recognition using Machine Learning Algorithm
IRJET- Sign Language Recognition using Machine Learning AlgorithmIRJET- Sign Language Recognition using Machine Learning Algorithm
IRJET- Sign Language Recognition using Machine Learning AlgorithmIRJET Journal
 
FREEMAN CODE BASED ONLINE HANDWRITTEN CHARACTER RECOGNITION FOR MALAYALAM USI...
FREEMAN CODE BASED ONLINE HANDWRITTEN CHARACTER RECOGNITION FOR MALAYALAM USI...FREEMAN CODE BASED ONLINE HANDWRITTEN CHARACTER RECOGNITION FOR MALAYALAM USI...
FREEMAN CODE BASED ONLINE HANDWRITTEN CHARACTER RECOGNITION FOR MALAYALAM USI...acijjournal
 
Ijaia040203
Ijaia040203Ijaia040203
Ijaia040203ijaia
 
Real time Myanmar Sign Language Recognition System using PCA and SVM
Real time Myanmar Sign Language Recognition System using PCA and SVMReal time Myanmar Sign Language Recognition System using PCA and SVM
Real time Myanmar Sign Language Recognition System using PCA and SVMijtsrd
 
OFFLINE SIGNATURE VERIFICATION SYSTEM FOR BANK CHEQUES USING ZERNIKE MOMENTS,...
OFFLINE SIGNATURE VERIFICATION SYSTEM FOR BANK CHEQUES USING ZERNIKE MOMENTS,...OFFLINE SIGNATURE VERIFICATION SYSTEM FOR BANK CHEQUES USING ZERNIKE MOMENTS,...
OFFLINE SIGNATURE VERIFICATION SYSTEM FOR BANK CHEQUES USING ZERNIKE MOMENTS,...ijaia
 

What's hot (17)

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 ...
 
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
 
Automated Bangla sign language translation system for alphabets by means of M...
Automated Bangla sign language translation system for alphabets by means of M...Automated Bangla sign language translation system for alphabets by means of M...
Automated Bangla sign language translation system for alphabets by means of M...
 
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
 
Ijartes v1-i2-001
Ijartes v1-i2-001Ijartes v1-i2-001
Ijartes v1-i2-001
 
Design of a Communication System using Sign Language aid for Differently Able...
Design of a Communication System using Sign Language aid for Differently Able...Design of a Communication System using Sign Language aid for Differently Able...
Design of a Communication System using Sign Language aid for Differently Able...
 
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
 
Character Recognition (Devanagari Script)
Character Recognition (Devanagari Script)Character Recognition (Devanagari Script)
Character Recognition (Devanagari Script)
 
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...
 
Review on Hand Gesture Recognition
Review on Hand Gesture RecognitionReview on Hand Gesture Recognition
Review on Hand Gesture Recognition
 
IRJET- Sign Language Recognition using Machine Learning Algorithm
IRJET- Sign Language Recognition using Machine Learning AlgorithmIRJET- Sign Language Recognition using Machine Learning Algorithm
IRJET- Sign Language Recognition using Machine Learning Algorithm
 
Isolated Kannada Character Recognition using Chain Code Features
Isolated Kannada Character Recognition using Chain Code FeaturesIsolated Kannada Character Recognition using Chain Code Features
Isolated Kannada Character Recognition using Chain Code Features
 
FREEMAN CODE BASED ONLINE HANDWRITTEN CHARACTER RECOGNITION FOR MALAYALAM USI...
FREEMAN CODE BASED ONLINE HANDWRITTEN CHARACTER RECOGNITION FOR MALAYALAM USI...FREEMAN CODE BASED ONLINE HANDWRITTEN CHARACTER RECOGNITION FOR MALAYALAM USI...
FREEMAN CODE BASED ONLINE HANDWRITTEN CHARACTER RECOGNITION FOR MALAYALAM USI...
 
Ijaia040203
Ijaia040203Ijaia040203
Ijaia040203
 
Real time Myanmar Sign Language Recognition System using PCA and SVM
Real time Myanmar Sign Language Recognition System using PCA and SVMReal time Myanmar Sign Language Recognition System using PCA and SVM
Real time Myanmar Sign Language Recognition System using PCA and SVM
 
Bj35343348
Bj35343348Bj35343348
Bj35343348
 
OFFLINE SIGNATURE VERIFICATION SYSTEM FOR BANK CHEQUES USING ZERNIKE MOMENTS,...
OFFLINE SIGNATURE VERIFICATION SYSTEM FOR BANK CHEQUES USING ZERNIKE MOMENTS,...OFFLINE SIGNATURE VERIFICATION SYSTEM FOR BANK CHEQUES USING ZERNIKE MOMENTS,...
OFFLINE SIGNATURE VERIFICATION SYSTEM FOR BANK CHEQUES USING ZERNIKE MOMENTS,...
 

Viewers also liked

COMPRESSION BASED FACE RECOGNITION USING DWT AND SVM
COMPRESSION BASED FACE RECOGNITION USING DWT AND SVMCOMPRESSION BASED FACE RECOGNITION USING DWT AND SVM
COMPRESSION BASED FACE RECOGNITION USING DWT AND SVMsipij
 
Conditional entrench spatial domain steganography
Conditional entrench spatial domain steganographyConditional entrench spatial domain steganography
Conditional entrench spatial domain steganographysipij
 
D ESIGN A ND I MPLEMENTATION OF D IGITAL F ILTER B ANK T O R EDUCE N O...
D ESIGN  A ND  I MPLEMENTATION OF  D IGITAL F ILTER  B ANK  T O  R EDUCE  N O...D ESIGN  A ND  I MPLEMENTATION OF  D IGITAL F ILTER  B ANK  T O  R EDUCE  N O...
D ESIGN A ND I MPLEMENTATION OF D IGITAL F ILTER B ANK T O R EDUCE N O...sipij
 
A HYBRID APPROACH BASED SEGMENTATION TECHNIQUE FOR BRAIN TUMOR IN MRI IMAGES
A HYBRID APPROACH BASED SEGMENTATION TECHNIQUE FOR BRAIN TUMOR IN MRI IMAGESA HYBRID APPROACH BASED SEGMENTATION TECHNIQUE FOR BRAIN TUMOR IN MRI IMAGES
A HYBRID APPROACH BASED SEGMENTATION TECHNIQUE FOR BRAIN TUMOR IN MRI IMAGESsipij
 
An improved anc system with
An improved anc system withAn improved anc system with
An improved anc system withsipij
 
A BRIEF OVERVIEW ON DIFFERENT ANIMAL DETECTION METHODS
A BRIEF OVERVIEW ON DIFFERENT ANIMAL DETECTION METHODSA BRIEF OVERVIEW ON DIFFERENT ANIMAL DETECTION METHODS
A BRIEF OVERVIEW ON DIFFERENT ANIMAL DETECTION METHODSsipij
 
BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...
BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...
BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...sipij
 
Vocabulary length experiments for binary image classification using bov approach
Vocabulary length experiments for binary image classification using bov approachVocabulary length experiments for binary image classification using bov approach
Vocabulary length experiments for binary image classification using bov approachsipij
 
Literature survey on impulse noise reduction
Literature survey on impulse noise reductionLiterature survey on impulse noise reduction
Literature survey on impulse noise reductionsipij
 
Efficient Reversible Data Hiding Algorithms Based on Dual Prediction
Efficient Reversible Data Hiding Algorithms Based on Dual PredictionEfficient Reversible Data Hiding Algorithms Based on Dual Prediction
Efficient Reversible Data Hiding Algorithms Based on Dual Predictionsipij
 
COMPARATIVE ANALYSIS OF SKIN COLOR BASED MODELS FOR FACE DETECTION
COMPARATIVE ANALYSIS OF SKIN COLOR  BASED MODELS FOR FACE DETECTIONCOMPARATIVE ANALYSIS OF SKIN COLOR  BASED MODELS FOR FACE DETECTION
COMPARATIVE ANALYSIS OF SKIN COLOR BASED MODELS FOR FACE DETECTIONsipij
 
SPEECH ENHANCEMENT USING KERNEL AND NORMALIZED KERNEL AFFINE PROJECTION ALGOR...
SPEECH ENHANCEMENT USING KERNEL AND NORMALIZED KERNEL AFFINE PROJECTION ALGOR...SPEECH ENHANCEMENT USING KERNEL AND NORMALIZED KERNEL AFFINE PROJECTION ALGOR...
SPEECH ENHANCEMENT USING KERNEL AND NORMALIZED KERNEL AFFINE PROJECTION ALGOR...sipij
 
Semi blind rgb color image watermarking using dct and two level svd
Semi blind rgb color image watermarking using dct and two level svdSemi blind rgb color image watermarking using dct and two level svd
Semi blind rgb color image watermarking using dct and two level svdsipij
 
BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...
BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...
BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...sipij
 
A HYBRID APPROACH BASED SEGMENTATION TECHNIQUE FOR BRAIN TUMOR IN MRI IMAGES
A HYBRID APPROACH BASED SEGMENTATION TECHNIQUE FOR BRAIN TUMOR IN MRI IMAGESA HYBRID APPROACH BASED SEGMENTATION TECHNIQUE FOR BRAIN TUMOR IN MRI IMAGES
A HYBRID APPROACH BASED SEGMENTATION TECHNIQUE FOR BRAIN TUMOR IN MRI IMAGESsipij
 
Synthetic aperture radar images
Synthetic aperture radar imagesSynthetic aperture radar images
Synthetic aperture radar imagessipij
 
Symbolic representation and recognition of gait an approach based on lbp of ...
Symbolic representation and recognition of gait  an approach based on lbp of ...Symbolic representation and recognition of gait  an approach based on lbp of ...
Symbolic representation and recognition of gait an approach based on lbp of ...sipij
 
RGBEXCEL: AN RGB IMAGE DATA EXTRACTOR AND EXPORTER FOR EXCEL PROCESSING
RGBEXCEL: AN RGB IMAGE DATA EXTRACTOR AND EXPORTER FOR EXCEL PROCESSINGRGBEXCEL: AN RGB IMAGE DATA EXTRACTOR AND EXPORTER FOR EXCEL PROCESSING
RGBEXCEL: AN RGB IMAGE DATA EXTRACTOR AND EXPORTER FOR EXCEL PROCESSINGsipij
 
EFFECT OF FACE TAMPERING ON FACE RECOGNITION
EFFECT OF FACE TAMPERING ON FACE RECOGNITIONEFFECT OF FACE TAMPERING ON FACE RECOGNITION
EFFECT OF FACE TAMPERING ON FACE RECOGNITIONsipij
 

Viewers also liked (19)

COMPRESSION BASED FACE RECOGNITION USING DWT AND SVM
COMPRESSION BASED FACE RECOGNITION USING DWT AND SVMCOMPRESSION BASED FACE RECOGNITION USING DWT AND SVM
COMPRESSION BASED FACE RECOGNITION USING DWT AND SVM
 
Conditional entrench spatial domain steganography
Conditional entrench spatial domain steganographyConditional entrench spatial domain steganography
Conditional entrench spatial domain steganography
 
D ESIGN A ND I MPLEMENTATION OF D IGITAL F ILTER B ANK T O R EDUCE N O...
D ESIGN  A ND  I MPLEMENTATION OF  D IGITAL F ILTER  B ANK  T O  R EDUCE  N O...D ESIGN  A ND  I MPLEMENTATION OF  D IGITAL F ILTER  B ANK  T O  R EDUCE  N O...
D ESIGN A ND I MPLEMENTATION OF D IGITAL F ILTER B ANK T O R EDUCE N O...
 
A HYBRID APPROACH BASED SEGMENTATION TECHNIQUE FOR BRAIN TUMOR IN MRI IMAGES
A HYBRID APPROACH BASED SEGMENTATION TECHNIQUE FOR BRAIN TUMOR IN MRI IMAGESA HYBRID APPROACH BASED SEGMENTATION TECHNIQUE FOR BRAIN TUMOR IN MRI IMAGES
A HYBRID APPROACH BASED SEGMENTATION TECHNIQUE FOR BRAIN TUMOR IN MRI IMAGES
 
An improved anc system with
An improved anc system withAn improved anc system with
An improved anc system with
 
A BRIEF OVERVIEW ON DIFFERENT ANIMAL DETECTION METHODS
A BRIEF OVERVIEW ON DIFFERENT ANIMAL DETECTION METHODSA BRIEF OVERVIEW ON DIFFERENT ANIMAL DETECTION METHODS
A BRIEF OVERVIEW ON DIFFERENT ANIMAL DETECTION METHODS
 
BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...
BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...
BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...
 
Vocabulary length experiments for binary image classification using bov approach
Vocabulary length experiments for binary image classification using bov approachVocabulary length experiments for binary image classification using bov approach
Vocabulary length experiments for binary image classification using bov approach
 
Literature survey on impulse noise reduction
Literature survey on impulse noise reductionLiterature survey on impulse noise reduction
Literature survey on impulse noise reduction
 
Efficient Reversible Data Hiding Algorithms Based on Dual Prediction
Efficient Reversible Data Hiding Algorithms Based on Dual PredictionEfficient Reversible Data Hiding Algorithms Based on Dual Prediction
Efficient Reversible Data Hiding Algorithms Based on Dual Prediction
 
COMPARATIVE ANALYSIS OF SKIN COLOR BASED MODELS FOR FACE DETECTION
COMPARATIVE ANALYSIS OF SKIN COLOR  BASED MODELS FOR FACE DETECTIONCOMPARATIVE ANALYSIS OF SKIN COLOR  BASED MODELS FOR FACE DETECTION
COMPARATIVE ANALYSIS OF SKIN COLOR BASED MODELS FOR FACE DETECTION
 
SPEECH ENHANCEMENT USING KERNEL AND NORMALIZED KERNEL AFFINE PROJECTION ALGOR...
SPEECH ENHANCEMENT USING KERNEL AND NORMALIZED KERNEL AFFINE PROJECTION ALGOR...SPEECH ENHANCEMENT USING KERNEL AND NORMALIZED KERNEL AFFINE PROJECTION ALGOR...
SPEECH ENHANCEMENT USING KERNEL AND NORMALIZED KERNEL AFFINE PROJECTION ALGOR...
 
Semi blind rgb color image watermarking using dct and two level svd
Semi blind rgb color image watermarking using dct and two level svdSemi blind rgb color image watermarking using dct and two level svd
Semi blind rgb color image watermarking using dct and two level svd
 
BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...
BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...
BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...
 
A HYBRID APPROACH BASED SEGMENTATION TECHNIQUE FOR BRAIN TUMOR IN MRI IMAGES
A HYBRID APPROACH BASED SEGMENTATION TECHNIQUE FOR BRAIN TUMOR IN MRI IMAGESA HYBRID APPROACH BASED SEGMENTATION TECHNIQUE FOR BRAIN TUMOR IN MRI IMAGES
A HYBRID APPROACH BASED SEGMENTATION TECHNIQUE FOR BRAIN TUMOR IN MRI IMAGES
 
Synthetic aperture radar images
Synthetic aperture radar imagesSynthetic aperture radar images
Synthetic aperture radar images
 
Symbolic representation and recognition of gait an approach based on lbp of ...
Symbolic representation and recognition of gait  an approach based on lbp of ...Symbolic representation and recognition of gait  an approach based on lbp of ...
Symbolic representation and recognition of gait an approach based on lbp of ...
 
RGBEXCEL: AN RGB IMAGE DATA EXTRACTOR AND EXPORTER FOR EXCEL PROCESSING
RGBEXCEL: AN RGB IMAGE DATA EXTRACTOR AND EXPORTER FOR EXCEL PROCESSINGRGBEXCEL: AN RGB IMAGE DATA EXTRACTOR AND EXPORTER FOR EXCEL PROCESSING
RGBEXCEL: AN RGB IMAGE DATA EXTRACTOR AND EXPORTER FOR EXCEL PROCESSING
 
EFFECT OF FACE TAMPERING ON FACE RECOGNITION
EFFECT OF FACE TAMPERING ON FACE RECOGNITIONEFFECT OF FACE TAMPERING ON FACE RECOGNITION
EFFECT OF FACE TAMPERING ON FACE RECOGNITION
 

Similar to VISION BASED HAND GESTURE RECOGNITION USING FOURIER DESCRIPTOR FOR INDIAN SIGN LANGUAGE

SIGN LANGUAGE RECOGNITION USING MACHINE LEARNING
SIGN LANGUAGE RECOGNITION USING MACHINE LEARNINGSIGN LANGUAGE RECOGNITION USING MACHINE LEARNING
SIGN LANGUAGE RECOGNITION USING MACHINE LEARNINGIRJET Journal
 
electronics-11-01780-v2.pdf
electronics-11-01780-v2.pdfelectronics-11-01780-v2.pdf
electronics-11-01780-v2.pdfNaveenkushwaha18
 
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
 
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
 
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
 
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
 
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
 
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
 
SignReco: Sign Language Translator
SignReco: Sign Language TranslatorSignReco: Sign Language Translator
SignReco: Sign Language TranslatorIRJET Journal
 
ttA sign language recognition approach for
ttA sign language recognition approach forttA sign language recognition approach for
ttA sign language recognition approach forijcseit
 
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
 
IRJET- Survey on Sign Language and Gesture Recognition System
IRJET- Survey on Sign Language and Gesture Recognition SystemIRJET- Survey on Sign Language and Gesture Recognition System
IRJET- Survey on Sign Language and Gesture Recognition SystemIRJET Journal
 
IRJET - Sign Language Converter
IRJET -  	  Sign Language ConverterIRJET -  	  Sign Language Converter
IRJET - Sign Language ConverterIRJET Journal
 
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
 
Basic Gesture Based Communication for Deaf and Dumb
Basic Gesture Based Communication for Deaf and DumbBasic Gesture Based Communication for Deaf and Dumb
Basic Gesture Based Communication for Deaf and DumbRSIS International
 
Sign language converter
Sign language converterSign language converter
Sign language converterIJCSES 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
 

Similar to VISION BASED HAND GESTURE RECOGNITION USING FOURIER DESCRIPTOR FOR INDIAN SIGN LANGUAGE (20)

SIGN LANGUAGE RECOGNITION USING MACHINE LEARNING
SIGN LANGUAGE RECOGNITION USING MACHINE LEARNINGSIGN LANGUAGE RECOGNITION USING MACHINE LEARNING
SIGN LANGUAGE RECOGNITION USING MACHINE LEARNING
 
electronics-11-01780-v2.pdf
electronics-11-01780-v2.pdfelectronics-11-01780-v2.pdf
electronics-11-01780-v2.pdf
 
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
 
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
 
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
 
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 ...
 
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 ...
 
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...
 
SignReco: Sign Language Translator
SignReco: Sign Language TranslatorSignReco: Sign Language Translator
SignReco: Sign Language Translator
 
ttA sign language recognition approach for
ttA sign language recognition approach forttA sign language recognition approach for
ttA sign language recognition approach for
 
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
 
D0361015021
D0361015021D0361015021
D0361015021
 
IRJET- Survey on Sign Language and Gesture Recognition System
IRJET- Survey on Sign Language and Gesture Recognition SystemIRJET- Survey on Sign Language and Gesture Recognition System
IRJET- Survey on Sign Language and Gesture Recognition System
 
IRJET - Sign Language Converter
IRJET -  	  Sign Language ConverterIRJET -  	  Sign Language Converter
IRJET - Sign Language Converter
 
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
 
Basic Gesture Based Communication for Deaf and Dumb
Basic Gesture Based Communication for Deaf and DumbBasic Gesture Based Communication for Deaf and Dumb
Basic Gesture Based Communication for Deaf and Dumb
 
Sign language converter
Sign language converterSign language converter
Sign language converter
 
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
 

Recently uploaded

Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfDr Vijay Vishwakarma
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxEsquimalt MFRC
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - Englishneillewis46
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxPooja Bhuva
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsKarakKing
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxmarlenawright1
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfSherif Taha
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jisc
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 

Recently uploaded (20)

Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 

VISION BASED HAND GESTURE RECOGNITION USING FOURIER DESCRIPTOR FOR INDIAN SIGN LANGUAGE

  • 1. Signal & Image Processing : An International Journal (SIPIJ) Vol.7, No.6, December 2016 DOI : 10.5121/sipij.2016.7603 29 VISION BASED HAND GESTURE RECOGNITION USING FOURIER DESCRIPTOR FOR INDIAN SIGN LANGUAGE Archana Ghotkar1 , PujashreeVidap1 and Santosh Ghotkar2 1 Department of Computer Engineering, Pune Institute of Computer Technology, Savitribai Phule Pune University, Pune, India 2 Department of Computer Engineering and IT, College of Engineering, Savitribai Phule Pune University, Pune, India ABSTRACT Indian Sign Language (ISL) interpretation is the major research work going on to aid Indian deaf and dumb people. Considering the limitation of glove/sensor based approach, vision based approach was considered for ISL interpretation system. Among different human modalities, hand is the primarily used modality to any sign language interpretation system so, hand gesture was used for recognition of manual alphabets and numbers. ISL consists of manual alphabets, numbers as well as large set of vocabulary with grammar. In this paper, methodology for recognition of static ISL manual alphabets, number and static symbols is given. ISL alphabet consists of single handed and two handed sign. Fourier descriptor as a feature extraction method was chosen due the property of invariant to rotation, scale and translation. True positive rate was achieved 94.15% using nearest neighbourhood classifier with Euclidean distance where sample data were considered with different illumination changes, different skin color and varying distance from camera to signer position. KEYWORDS Fourier descriptor, Indian sign language interpretation, Nearest neighbourhood classifier. 1. INTRODUCTION Interpretation of sign language is one of the application of gesture recognition and need in current eras to bridge the communication gap between hearing impaired people and normal people [1]. It was estimated that in India, there are over a million people who are profoundly deaf and approximately ten million hard of hearing people [4]. As sign language consists of all the body parts such as hand, lips, eyebrow movement facial expression and emotions. Here focus is given on hand body part as it plays major role in any sign language. In this proposed work, considering the limitation of data glove/ sensor based approach vision based hand gesture recognition system was designed using Indian sign language (ISL). System was considering manual alphabets and numbers for recognition and application interface of text and voice was given for recognized gesture. This is an on-going research work for interpretation of ISL. The proposed algorithm developed for both single as well as two handed static ISL alphabet with a single normal web- camera. To recognize the gestures, system consists of five modules: Image acquisition, Pre-
  • 2. Signal & Image Processing : An International Journal (SIPIJ) Vol.7, No.6, December 2016 30 processing, Segmentation, Feature Extraction and Gesture Recognition with application Interface. Hue, Saturation and value (HSV) color model was used for hand segmentation. Fourier descriptor was used as a feature for hand signs. Recognition was done using nearest neighbourhood classification using Euclidean distance. The rest of the paper is organized such as; section 2 gives literature survey for hand gesture recognition system. Section 3 introduced Data set of ISL. In section 4, methodology is presented. Results and discussion has been done in the section 5. In the section 6 Conclusion and Future work is discussed. 2. LITERATURE SURVEY The sign language used in India is referred as Indian Sign Language (ISL). Linguistic studies on ISL were started around 1978 and it has been found that ISL is complete natural language having its own morphology, phonology, syntax and grammar [4]. The research of the sign language recognition started in 1982. There are two major approaches for sign language recognition: data glove, vision based. Each approach is having its limitation and advantages, but vision based approaches are more feasible as compared to data glove as user need not to wear cumbersome device like data glove[8] [10]. Sign language interpretation using hand gesture recognition for deaf and dumb people is one of the major applications in HCI. As sign languages differs country wise like spoken language. Within the country also SLs are differs region wise. P. Subha et al. [11] used south Indian sign language for Tamil letters of 32 signs using static hand posture. In this paper each sign was represent in five digit binary code considering up and down position of the five fingers. The sign was assigned to each binary code and then converted into text. Recognition system was able to recognize image with 98.125% accuracy when trained with 320 images and tested with 160 images. Daniel Kelly et al. [3] presented Irish Sign Language recognition. Authors have used gestures features such as hand shape, position and movements were used using size function and principal component analysis with the help of color glove. System achieved 93.8% accuracy for correct sign and 9.1 mis-classification rate. As there are different geometric features for the shape such as angle, contour, length, location. Nguyen Dang et al.[9] have used recognition features as location, angle, velocity and motion patterns for American SL alphabets for unconstrained background and accuracy up to 98% was achieved without using additional marker. Real time hand tracking was done by using Kalman filter and for gesture recognition psuedo-2 dimension hidden markov model was used. Rokade et al. [12] proposed thinning method for hand gesture recognition in which recognition features were, an angle and the distance from the end point. Proposed algorithm was also applicable for complex backgroundand static alphabets of American SL with 92.13% accuracy. Tin Maung et al. [13] explained recognition of subset of Myanmar Alphabet Language using neural network. Here recognition feature was used as an orientation histogram which was sensitive to changes in hand orientation. Accuracy was achieved up to 90 for 33 hand postures with advantageous over lighting change condition. Yang et al.[15] explained Chinese Sign Language recognition based on gray level co-occurrence matrix and multi feature fusion like local and global features with 93.094% accuracy under unconstrained environment with support vector machine approach. Britta Bauer and Karl [2] focused on automatic recognition of German continuous sign language using sub- units rather than models for whole signs will be outlined. It will be advantageous for future reduction of necessary training material. This approach employs totally self-organized subunits called fenone. K-means clustering algorithm was used for the definition. Still there are various researchers are working on various sign languages but there is a major need to work on ISL to help Indian hearing impaired people.
  • 3. Signal & Image Processing : An International Journal (SIPIJ) Vol.7, No.6, December 2016 31 3. ISL DATASET The manual alphabet set were considered for the proposed work. The dataset consists of single as well as two handed static gestures. Initially system was trained under uniform background with different illumination conditions, different skin color and varying distance from camera. ISL alphabet set is shown in figure 1.Total 780 sampled images were captured to train the system. Figure 1.ISL Alphabet Signs [1] 4. METHODOLOGY It includes modules such as: image acquisition, pre-processing and hand segmentation, feature extraction and recognition. Bare hand segmentation was considered for natural interface. At this stage Fourier descriptor was chosen as a feature vector due to its property of invariant to translation, rotation and scaling. Recognition was done by calculating minimum square root of square error distance using Euclidean distance. Performance analysis was done with nearest neighbourhood (NN) classifier and nearest mean classifier (NMC). For testing, two dataset were considered with variation of hand size and illumination changes and results were analysed. Figure 2 shows the typical flow of any hand gesture recognition system. 4.1. Image Acquisition and Pre-processing For image capturing web camera of minimum 2 Megapixel under constant background preferably black background was considered to avoid shadow effect. For constant light source night vision web camera was preferred for consistent result. Captured Image was re sized into resolution of 320 X 240 pixels for faster processing. The full sleeves black shirt was used to avoid arm portion of signer. Hand sign training database was created considering different lighting condition and skin color. For captured image low level processing like image blurring using Gaussian blur has
  • 4. Signal & Image Processing : An International Journal (SIPIJ) Vol.7, No.6, December 2016 32 been applied for removal of sharpness to get better segmentation result. Then the image was converted into HSV color space for segmentation [7]. Figure 2. A typical hand gesture recognition system 4.2. Feature Extraction using Fourier Descriptor (FD)[6] In the proposed work features of the hand signs were calculated using discrete Fourier transform (Fourier descriptor). As signer need to perform the sign in real time, problem of slight variation in angle (rotation), signer hand size(scaling) and translation need to consider while extracting the features. For calculation of features, first segmented image was scanned for finding centroid of the hand blob. The centroid of the hand was calculated by equation 1. ‫ݔ‬௖ = ଵ ே ∑ ‫)݅(ݔ‬ேିଵ ௜ୀ଴ ,‫ݕ‬௖ = ଵ ே ∑ ‫)݅(ݕ‬ேିଵ ௜ୀ଴ (1) The centroid distance was calculated by distance of boundary points from the centroid (xc ,yc ) and given by equation 2. ‫)݅(ݎ‬ = ඥ([‫)݅(ݔ‬ − ‫ݔ‬௖]ଶ) + ([‫)݅(ݕ‬ − ‫ݕ‬௖]ଶ) (2) The radius of the blob was calculated and boundary pixels were collected for calculation of Fourier descriptor. The 256 Fourier descriptors of the image has been calculated and stored in database. The discrete Fourier transform of r (i) was made. The phase information in the
  • 5. Signal & Image Processing : An International Journal (SIPIJ) Vol.7, No.6, December 2016 33 coefficient was ignored, and the magnitudes of the coefficient were retained which is invariant to translation, scaling, rotation. Fourier descriptor (FD) of this shape is defined in equation 3. [ܼ௡] = DFT[r(i)] = 1 N ෍ ‫݁)݅(ݎ‬ି ଶగ௜௡ ே ேିଵ ௜ୀ଴ (3) here, n = 1 … 256, N = 256 For each alphabet sign Fourier descriptor was created and stored in a vector form in the database for recognition phase. Algorithm 1 gives detail explanation of feature extraction using Fourier descriptor. Algorithm 1: Feature extraction using Fourier descriptor Procedure ExtractFDFeature( SegImage I) 1: Calculate centroid of the binary image 2: xୡ = ଵ ୒ ∑ x(i)୒ିଵ ୧ୀ଴ ,yୡ = ଵ ୒ ∑ y(i)୒ିଵ ୧ୀ଴ // N is number of hand object pixels 3: Calculate shape signature using centroid distance // achieve translation invariance 4: r(i) = ඥ([x(i) − xୡ]ଶ) + ([y(i) − yୡ]ଶ) //calculate ‫ݎ‬଴ … ‫ݎ‬ଶହହ using equal angle sampling where x,y ∈ boundary points 5: For i= 0 to 255 6: fd୧ =FDFT (r(i)) // apply DFT on shape signature r(i) 7: End For 8: Get fd⃗ = ∑ fd୧ ଶହହ ୧ୀ଴ 9: Take magnitude values of fds and ignore phase information // achieve rotation invariance 10: fd⃗ = |୤ୢభ| |୤ୢబ| ….. |୤ୢొ| |୤ୢబ| // achieve scale invariance by dividing DC component 11: fd⃗ = (݂ଵ଴ … ݂ଶହହ) // neglect lower descriptor EndProcedure 4.3. Recognition Using similarity distance measures ISL static hand gesture was recognized and displayed the output in the text form (notepad) as well as in the voice. Here, recognition results were analyzed with two approaches. i) NMC classifier:Total 26 mean values of A-Z classes were calculated from training data samples and mean value of each cluster which corresponds with the minimum distance with the unknown gesture declared as the recognized gesture. Euclidean distance measure [5] was used for distance calculation with Fourier descriptor which is a direct measure of the similarity between two multi-dimensional vectors. It is a useful technique for pattern recognition by analysing groups of vector data. The arithmetic mean of feature vector of each training alphabet sign was calculated and stored into mean database file for classification.
  • 6. Signal & Image Processing : An International Journal (SIPIJ) Vol.7, No.6, December 2016 34 ‫ܣ‬ = ሼܽ − ‫ݖ‬ሽ: ‫ݑ‬ ݅‫ݏ‬ ‫݃݊݅݊݅ܽݎݐ‬ ‫݈݁݌݉ܽݏ‬ ∀‫ݑ‬ ∈ ‫ܣ‬ | ‫ݑ‬ത = 1 ݊ ෍ ‫ݑ‬ത௜ ௡ ௜ୀଵ , ݊ ݅‫ݏ‬ ݊‫ݎܾ݁݉ݑ‬ ‫݂݋‬ ‫݃݊݅݊݅ܽݎݐ‬ ‫ݏ݈݁݌݉ܽݏ‬ Here, the Euclidean distance between two n-dimensional vectors, mean of each alphabet sign {u} and unknown {v} is given as: ‫ݑ‬ത = (‫ݑ‬തଵ, ‫ݑ‬തଶ, ‫ݑ‬തଷ, … , ‫ݑ‬ത௡), ‫ݒ‬ = (‫ݒ‬ଵ, ‫ݒ‬ଶ, ‫ݒ‬ଷ, … , ‫ݒ‬௡) ‫ݑ(ܦ‬ത, ‫)ݒ‬ = ඨ෍ (‫ݑ‬ത௜ − ‫ݒ‬௜)ଶ ௡ ௜ୀଵ ii) NN classifier:To compare and analyse the performance with other classifier, analysis has been carried out with other non-parametric classifier such as a nearest neighbourhood with Euclidean distance measures [5].The alphabet from training database, which corresponds with the minimum distance with the unknown gesture,is the recognized gesture. Algorithm 2 explains the steps for NN algorithm. Algorithm 2: Algorithm for NN A = (Xଵ,ωଵ), (Xଶ,ωଶ), …,(X୬, ω୬ )// A is the set of N training pattern //where X୧ is of dimension n and ω୧ is the class label of the i୲୦ pattern ‫,ݑ(ܦ‬ ‫)ݔ‬ = ට∑ (‫ݑ‬௜ − ‫ݔ‬௜)ଶ௜ୀ௡ ௜ୀ଴ // Euclidean distance measure Procedure NN 1. X୲ = TestSign 2. for i ← 1, n do //for n samples 3. d(X୲, X୧) = minሼD( X୲, X୧) ሽ 4. end for 5. X୲ = ω୩ // pattern X୲ is assigned to a class ω୩ associated with X୩ End Procedure NN 5. RESULTS AND DISCUSSION In this paper, ISL alphabets were considered for interpretation using Fourier descriptor. Initial level static black background has been considered while signing. Five persons data set of total 780 signs of A-Z alphabet were considered. Here 65% samples were used for training and 35% samples were used for testing. Here two dataset were considered for testing the algorithm. With NMC approach, Dataset 1 which contained sample images with varying distance, different illumination lighting and variable change in shapes of different persons gave average true positive rate 76%, whereas dataset 2 contained similar shape for signs of different persons with fixed distance achieved up to 79.23% true positive rate. Using nearest neighbourhood, non-parametric
  • 7. Signal & Image Processing : An International Journal (SIPIJ) Vol.7, No.6, December 2016 35 classifier result could increase up to 94.15%. Figure 3 shows comparative analysis of two dataset. Comparison of true positive rate for similarity measure using NMC (mean) and NN is given in Figure 4. Figure 5 shows the confusion matrix of A-Z alphabet where diagonal elements shows true positive rate for unknown samples using NMC approach. The recognition result can be improved by adding more robust features as well as efficient classifier. Considering different illumination condition, different skin colors as well as variable distance of signer hand from camera, sampled images were captured and used for training and testing. Result shows that ideal distance, same illumination condition definitely improved true positive rate. Here, arithmetic mean was considered for similarity measurement to reduce searching complexity but due to the large number of classes true positive rate was degraded. Nearest neighbourhood approach showed improvement in true positive rate but cost of searching complexity increases. Figure 3.Recognition Results of ISL alphabets for two different dataset. Figure 4.Comparision of true positive rate for alphabets using NMC (mean) and NN
  • 8. Signal & Image Processing : An International Journal (SIPIJ) Vol.7, No.6, December 2016 36 Figure 5.Confusion matrix for ISL alphabets A-Z using FD with NMC. 6. CONCLUSION AND FUTURE WORK The hand gesture recognition system was designed for recognition of ISL alphabets and digits as well as static symbols of Indian Sign Language in a common vision based platform. Here, result of ISL manual alphabet is presented and analysed for Fourier descriptor with two classifiers. The system is suitable for both single handed and two handed gestures. To increase the recognition efficiency, contour based as well as region based shape descriptor need to be considered. Currently, research work is going on 3-D image data which includes depth information [16] for gesture processing with various use of depth cameras such as leap motion controller [17], Kinect sensor [18] and so on. The future work will be concentrate on ISL symbols and sentences which will include the language processing engine with depth sensors. For the whole sign language interpretation incorporation of other body part such as face, lips and emotions are essential but considering limitation of vision based system initially, concentrated on hand modality as it is playing active role in any sign language recognition as well as any human computer interaction applications.
  • 9. Signal & Image Processing : An International Journal (SIPIJ) Vol.7, No.6, December 2016 37 REFERENCES [1] Ghotkar, A. S. &Kharate,G. K. (2014) “Study of Vision based Hand Gesture Recognition Using Indian Sign Language”, International Journal on Smart Sensing and Intelligent System, Vol. No. 57, No. 1, pp.96-115. [2] Bauer, B.&Karl-Friedrich, (2002) “Towards an Automatic Sign Language Recognition System Using Subunits”,GW 2001,LNAI 2298, pp34- 47,2002,Springer-Verlag Berlin Heidelberg. [3] Kelly, D. ,McDonald, Tom Lysaght, Charles, (2008) “Analysis of Sign language Gestures Using Size functions and Principal Component Analysis”, International Machine Vision and Image Processing Conference, IEEE Computer Society, pp31-36. [4] Dasgupta, Shukla, SandeepKumar, Diwakar,Basu(2008) “A Multilingual Multi- media Indian Sign Language Dictionary Tool”, 6th Workshop on Asian Language Resources, 57-64. [5] Dong, G. , Jain,A. K.,Ma, W. , Zhang, H. , (2002) “Learning Similarity Measure for Natural Image Retrieval with Relevance Feedback”, IEEE Transactions on Neural Networks,Vol.13, No. 4, pp.811- 820. [6] Zhang, G., Ma, M., Y. He, T. Zhao, (2008) “Shape Feature Extraction Using Fourier Descriptors with Brightness in Content-based Medical Image Retrieval”, International Conference on Intelligent Information Hiding and Multimedia Signal Processing, IEEE Computer Society. [7] Howe,N. W., Wong, F.& Chekima, A., (2008) “Comparison of Hand Segmentation Methodologies for Hand Gesture Recognition”, IEEE-978-4244-2328-6. [8] Saliza,N.,Jais,J., (2006) “Hand Gesture Recognition using Hidden Markov Models:A Review on Techniques and Approaches”, The Second Malaysian Software Engineering Conference, pp.1-6. [9] Binh, N., Shuichi, E., Ejima, T., (2005) “Real time Hand Tracking and Gesture Recognition System”, GVIP 05 Conference,Egypt. [10] Garg,P.,Aggarwal, N.&Sofat, S. (2009)“Vision based Hand Gesture Recognition”, PWASET,Vol.37,pp.1024-1029. [11] Subha, P.& Balkrishnan, G.(2011) “Recognition of Tamil Sign Language Alphabet using Image Processing to aid Deaf-Dumb People”, International Conference on Communication Technology and System Design,pp.861-868. [12] Rokade,R., Doye&Kokare (2009) “Gesture Recognition by Thinning Method”, International Conference on Digital Image Processing, IEEE Computer Society,pp.284-287. [13] Maung, T (2009) “Real-Time Hand Tracking and Gesture Recognition System Using Neural Networks”,PWASET,Vol.38,pp.470-474. [14] Zeshan, U.,Vasishta, M. &Sethna, M. (2005) “Implementation of Indian Sign Language In Educational Setting”, Asia pacific Disability Rehabilitation Journal,Vol.16,No.1. [15] Quan, Y., Jinye,P. and Yulong,L. (2009) “Chinese Sign Language Recognition Based on Gray Level Co-Occurrence Matrix and Other Multi-features Fusion”, IEEE-ICIEA, pp.1569-1572.
  • 10. Signal & Image Processing : An International Journal (SIPIJ) Vol.7, No.6, December 2016 38 [16] Chong, Y., Huang, J. and Pan. (2016) “ Hand Gesture Recognition Using Appearance Features Based on 3D Point Cloud”, Journal of Software Engineering and Applications, Vol. 9, pp. 103-111. [17] Naidu C., Ghotkar A. [2016], “Hand Gesture Recognition Using Leap Motion Controller”, International Journal of Science and Research, Vol.5, Issue-10, pp.436-441. [18] Ghotkar, A., Vidap P. and Deo, K.(2016), “Dynamic Hand Gesture Recognition using Hidden Markov Model by Microsoft Kinect Sensor”, International Journal of Computer Application, Vol.150, No.5, pp.5-9.