SlideShare une entreprise Scribd logo
1  sur  4
Télécharger pour lire hors ligne
ISSN: 2278 – 1323
International Journal of Advanced Research in Computer Engineering & Technology (IJARCET)
Volume 2, Issue 3, March 2013
938
All Rights Reserved © 2013 IJARCET
Real Time Static Hand Gesture Recognition
System in Simple Background for Devanagari
Number System
Jayshree R.Pansare, Sandip Kadam, Onkar Dhawade, Pradeep Chauhan
Abstract— Hand gesture recognition is one of the key techniques
in developing user-friendly interfaces for human-computer
interaction. Static hand gestures are the most essential facets of
gesture recognition. User independence is among the important
requirements for realizing a real time gesture recognition system
in human-computer interaction. Applications of hand gesture
recognition range from teleported control to hand diagnostic and
rehabilitation or to speaking aids for the deaf. In today’s era of
communication, sign language is one of the major tools of
communication for physically challenged people. This paper
proposes a system of hand gesture recognition for Devanagari Sign
Language (DSL) Number System with comparison of feature
extraction techniques, Discrete Cosine Transform (DCT) & Edge
Oriented Histogram (EOH).
IndexTerms— DSL, Discrete Cosine Transform, Edge Oriented
Histogram, Hand gesture, Human-Computer interaction.
I. INTRODUCTION
Since the introduction of the most common input devices, not a
lot have changed. This is probably because the existing input
devices are adequate. It is also now that computers have been
so tightly integrated with everyday life, that new applications
and hardware are constantly introduced. The means of
communicating with computers at the moment are limited to
keyboards, mice, light pen, trackball, keypads etc. These
devices have grown to be familiar but inherently limit the speed
and naturalness with which we interact with the computer. [1]
Manuscript received Feb, 2013.
Jayshree R. Pansare
Dept.of Computer Engineering,
M. E. Society’s College of Engineering, Pune, India.
Mobile No. 919850762329
Sandip U. Kadam
Department of Computer Engineering.
Padmbhooshan Vasantdada Patil Institute of Technology, Pune, India.
Onkar Dhawade
Dept. of Computer Engineering,
Padmbhooshan Vasantdada Patil Institute of Technology, Pune, India.
Mobile No. 919420861616
Pradeep Chauhan
Dept. of Computer Engineering,
Padmbhooshan Vasantdada Patil Institute of Technology, Pune, India.
Mobile No. 918237675109
Recently, there has been a surge in interest in recognizing
human hand gestures. Hand gesture recognition has various
applications like computer games, machinery control (e.g.
crane), and thorough mouse replacement. One of the most
structured sets of gestures belongs to sign language. In sign
language, each gesture has an assigned meaning (or meanings).
Computer recognition of hand gestures may provide a more
natural-computer interface, allowing people to point, or rotate a
CAD model by moving their hands. Hand gestures can be
classified in two categories: static and dynamic. A static gesture
is a particular hand configuration and pose, represented by a
single image. A dynamic gesture is a moving gesture,
represented by a sequence of images. Since the proposed
system supports real time processing of images where the
response time should be less, it is focused on the recognition of
static images.
Image recognition is an essential field in man-machine
interaction. It is a technology of making machines understands
human behaviors. Hand gesture is a natural way of
communication between human and machine. [6]
The user should sense no appreciable delay between, when he
or she makes a gesture or motion and when the computer
responds. The computer vision algorithms should work for
different people. Deaf people use sign language as an
alternative to spoken language; it uses hand gestures which are
considered by deaf people as their natural way of
communication.
Most conventional approaches to hand gesture recognition has
employed external devices such as data gloves, sensors and so
on. However for more natural interface, hand gesture must be
recognized from visual images without any external devices.
[5]
II. FLOW OF HAND GESTURE RECOGNITION SYSTEM
In this section, the flow of hand gesture recognition system
algorithm is presented as shown in Fig. 1. The stages of our
proposed system can be summarized as follows: image
acquisition, image pre-processing, feature extraction by using
Edge Oriented Histogram or Discrete Cosine Transform and
gesture recognition.
ISSN: 2278 – 1323
International Journal of Advanced Research in Computer Engineering & Technology (IJARCET)
Volume 2, Issue 3, March 2013
All Rights Reserved © 2013 IJARCET
939
The hand image of resolution 160*120 is first captured
using Web-cam (Fig. 2). A hand region is then extracted from
the captured image using blob centroid method. Then the
Features are extracted from this image. Then this running
image is compared with training images. Hand Gesture
recognition system uses a closer match for the hand gesture. [4]
Fig 1: Flow of Hand Gesture Recognition System
Fig 2: Web Cam
Fig 3: Devanagari Number System
Here in Fig 3 we have a sheet for Devanagari Sign Language
Number system symbols for hand gesture.
Fig 4: System Architecture
Figure 4 shows the architecture of the Static Hand Gesture
Recognition System.
III. PROPOSED HAND GESTURE SYSTEM
The hand gesture is found using the number of active fingers.
System Architecture shown in Figure 4 consists of five stages
of Hand gesture recognition system.
A. Image Acquisition or Image Capturing:
The RGB image of size 160*120 is captured using a 16mp
web-camera. Web-cam with higher configuration can be used
for more accurate results.
Fig 5: Captured Image
B. Image Pre-processing:
Background image is subtracted from captured image.
Background subtracted image is further converted to greyscale
image. [10] Median Filter is applied on the grey scale image for
salt and pepper noise reduction. This image is then converted to
binary image.
ISSN: 2278 – 1323
International Journal of Advanced Research in Computer Engineering & Technology (IJARCET)
Volume 2, Issue 3, March 2013
940
All Rights Reserved © 2013 IJARCET
Fig 6: Image after Pre-processing
C. Region of Interest Extraction:
Biggest continuous part of image (also known as BLOB-
„Binary linked object‟) of size 80*60 is extracted from binary
image. [9] Here we get the ROI. On this ROI image we applied
canny edge detection algorithm to detect smooth edges. Again
Gaussian filter is applied to this output image. Database of
HGRS consist of these output images.
Fig 7: ROI extracted Image
D. Feature Extraction:
Feature extraction from extracted region reduces computation
and works efficiently while matching feature vectors of real-
time hand gesture images with feature vectors of training
dataset.
Discrete Cosine Transform (DCT)
This is the formula to calculate Discrete Cosine Transform of
2-D image. The definition of the two-dimensional DCT for an
input image A and output image B is:
𝐵𝑝𝑞
= 𝛼 𝑝 𝛼 𝑞 𝐴 𝑚𝑛 cos
𝜋 2𝑚 + 1 𝑝
2𝑀
cos
𝜋 2𝑛 + 1 𝑞
2𝑁
,
0≤𝑞≤𝑁−1
0≤𝑝≤𝑀−1𝑁−1
𝑛=0
𝑀−1
𝑚=0
Where
𝛼 𝑝 =
1
𝑀
, 𝑝 = 0
2
𝑀
, 1 ≤ 𝑝 ≤ 𝑀 − 1
And
𝛼 𝑞 =
1
𝑁
, 𝑞 = 0
2
𝑁
, 1 ≤ 𝑞 ≤ 𝑁 − 1
(1)
M and N are the row and column size of A, respectively. [8]
Edge Oriented Histogram (EOH)
In this method, it counts the number of values in vector x that
fall between theElements in the edges vector (which must
contain monotonically non decreasing values).
D. Feature Matching:
Feature vectors of training images are stored in .mat files of
MATLAB and feature vector of input hand gesture image are
calculated at run time.
In this step feature vector of training image is compared with
the database which is created earlier, using Euclidian Distance
Formula.
[11] Euclidian Distance Formula for 2D image. In the
Euclidean plane, if p = (p1, p2) and q = (q1, q2) then the
distance is given by:
𝑑 𝑝, 𝑞 = (𝑝1 − 𝑞1)2 + (𝑝2 − 𝑞2)2 (2)
Least Euclidian distance is used for recognition of perfect
matching hand gesture. If the image matched with the database
it will produce desired output.
IV. EXPERIMENTAL RESULT
The proposed hand gesture recognition system is tested
with 20 test images. Images are acquired using 16mp web cam
and system is developed using MATLAB 7.11. The result for
different gestures can be calculated using average accuracy of
the gesture results. Based on the proposed algorithm the
recognition results are reported in Table 1.
Table 1: Comparative Study
Gestures DCT EOH
0 2 0
1 2 2
2 2 2
3 2 2
4 2 2
5 2 2
6 1 2
7 2 0
8 2 2
9 1 1
total 18 15
ISSN: 2278 – 1323
International Journal of Advanced Research in Computer Engineering & Technology (IJARCET)
Volume 2, Issue 3, March 2013
All Rights Reserved © 2013 IJARCET
941
Fig 8: Graphical representation of results
V. CONCLUSION
This system works suitably in simple background for
number system of the DSL. From the table no.1 we have
concluded that DCT is a better technique of feature extraction
as compared to Edge Oriented Histogram. The system gives
better results with higher resolution web cameras. The
segmentation of image gives better results if the light
conditions are good.
VI. REFERENCES
[1] Hand Gesture Recognition Using Neural Networks by
KlimisSymeonidis Submitted to the School of Electronic and
Electrical Engineering On August 23, 2000 in partial fulfilment
of the requirements for the degree of Master of Science in
Multimedia Signal Processing communications.
[2] Hand Gesture Recognition by Thinning Method
RajeshreeRokade, SGGS Institute of Engg. And Tech. Nanded
(INDIA) DharmpalDoye, SGGS Institute of Engg.And Tech.
Nanded (INDIA) ManeshKokare, SGGS Institute of Engg. And
Tech. Nanded (INDIA)
[3] Hand Modelling, Analysis & Recognition System for
Vision-Based Human Computer Interaction by Ying Wu &
Thomas S. Huang.
[4] Jayashree R. Pansare, Shravan H. Gawande, Maya
Ingle “Real-Time Static Hand Gesture Recognition for
American Sign Language (ASL) in Complex Background”,
Journal of Signal and Information Processing, 2012, 3, 364-367
Published Online August 2012.
[5] Human Computer Interface for Gesture-Based Editing
System. Ho-Sub Yoon+*, Byung-Woo Min+, Jung Soh+,
Young-laeBae+ and *Hyun Seung Yang +Image Processing
Div. / Computer Software Technology Lab. in ETRI 161,
Kajung-Dong Yusung-Ku Taejon, Korea 305-350 *Department
of Computer Science / Korea Advanced Institute of Science and
Technology 373-1 Kusung-Dong Yusung-Ku Taejon, Korea
305-701 e-mail : yoonhs@etri.re.kr.
[6] Hand Gesture Recognition Based on MEB-SVM by
Fengming Zhang & Yu Ren Software and Intelligence Institute,
Hangzhou Dianzi University, Hangzhou, 310018, China,
hduzhang@126.com renyu@hdu.edu.cn
[7] A Real-time Hand Gesture Recognition based on Haar
Wavelet Representation Wing Kwong Chung, Xinyu Wu, and
Yang sheng Xu
[8] Face Recognition Using Discrete Cosine Transform
for Global and Local FeaturesAman R. Chadha, Pallavi P.
Vaidya, M. Mani Roja.
[9] Lars Bretzner, Ivan Laptev, Tony Lindeberg,
Computational Vision and Active Perception Laboratory
(CVAP) Centre for User Oriented IT Design (CID) Dept of
Numerical Analysis and Computing Science, KTH, 100 44
Stockholm, Sweden “Hand Gesture Recognition using Multi-
Scale Colour Features, Hierarchical Models and Particle
Filtering”, Proceedings of the Fifth IEEE International
Conference on Automatic Face and Gesture Recognition
(FGR‟02) 0-7695-1602-5/02 2002 IEEE.
[10] Hand Region Extraction by Background Subtraction
with Renewable Background for Hand Gesture Recognition
Akio Ogihara, Hiroshi Matsumoto and Akira Shiozaki
Department of Computer Sciences and Intelligent Systems
Graduate School of Engineering, Osaka Prefecture University
1-1 Gakuen-cho, Naka-ku, Sakai, Osaka, 599-8531, Japan Tel:
+81-72-254-9281, Fax: +81-72-254-9909 E-mail:
ogi(cs.osakafu-u.acjp E-mail: matsumoto_h(ch.cs.osakafu-
u.acjp
[11] M.K. Bhuyan, D. Ghosh and P.K. Bora Department of
Electronics and Communication Engineering Indian Institute of
Technology Guwahati, India “Designing of Human Computer
Interactive Platform for Robotic Applications”, 2009 IEEE
0
1
2
3
0 1 2 3 4 5 6 7 8 9
DCT
EOH

Contenu connexe

Tendances

Improving image resolution through the cra algorithm involved recycling proce...
Improving image resolution through the cra algorithm involved recycling proce...Improving image resolution through the cra algorithm involved recycling proce...
Improving image resolution through the cra algorithm involved recycling proce...csandit
 
Intensity Enhancement in Gray Level Images using HSV Color Coding Technique
Intensity Enhancement in Gray Level Images using HSV Color Coding TechniqueIntensity Enhancement in Gray Level Images using HSV Color Coding Technique
Intensity Enhancement in Gray Level Images using HSV Color Coding TechniqueIRJET Journal
 
Feature Extraction of Gesture Recognition Based on Image Analysis for Differe...
Feature Extraction of Gesture Recognition Based on Image Analysis for Differe...Feature Extraction of Gesture Recognition Based on Image Analysis for Differe...
Feature Extraction of Gesture Recognition Based on Image Analysis for Differe...IJERA Editor
 
Retrieving Of Color Images Using SDS Technique
Retrieving Of Color Images Using SDS TechniqueRetrieving Of Color Images Using SDS Technique
Retrieving Of Color Images Using SDS TechniqueEditor IJMTER
 
Automated License Plate Recognition for Toll Booth Application
Automated License Plate Recognition for Toll Booth ApplicationAutomated License Plate Recognition for Toll Booth Application
Automated License Plate Recognition for Toll Booth ApplicationIJERA Editor
 
IRJET- Mouse on Finger Tips using ML and AI
IRJET- Mouse on Finger Tips using ML and AIIRJET- Mouse on Finger Tips using ML and AI
IRJET- Mouse on Finger Tips using ML and AIIRJET Journal
 
14 offline signature verification based on euclidean distance using support v...
14 offline signature verification based on euclidean distance using support v...14 offline signature verification based on euclidean distance using support v...
14 offline signature verification based on euclidean distance using support v...INFOGAIN PUBLICATION
 
Image proccessing and its application
Image proccessing and its applicationImage proccessing and its application
Image proccessing and its applicationAshwini Awatare
 
From Image Processing To Computer Vision
From Image Processing To Computer VisionFrom Image Processing To Computer Vision
From Image Processing To Computer VisionJoud Khattab
 
Object Detection using SURF features
Object Detection using SURF featuresObject Detection using SURF features
Object Detection using SURF featuresIRJET Journal
 
Sensors on 3 d digitization seminar report
Sensors on 3 d digitization seminar reportSensors on 3 d digitization seminar report
Sensors on 3 d digitization seminar reportVishnu Prasad
 
Image Processing (General Topic)
Image Processing (General Topic)Image Processing (General Topic)
Image Processing (General Topic)mcc.jeppiaar
 
Image Processing
Image ProcessingImage Processing
Image ProcessingRolando
 

Tendances (18)

Improving image resolution through the cra algorithm involved recycling proce...
Improving image resolution through the cra algorithm involved recycling proce...Improving image resolution through the cra algorithm involved recycling proce...
Improving image resolution through the cra algorithm involved recycling proce...
 
Intensity Enhancement in Gray Level Images using HSV Color Coding Technique
Intensity Enhancement in Gray Level Images using HSV Color Coding TechniqueIntensity Enhancement in Gray Level Images using HSV Color Coding Technique
Intensity Enhancement in Gray Level Images using HSV Color Coding Technique
 
Feature Extraction of Gesture Recognition Based on Image Analysis for Differe...
Feature Extraction of Gesture Recognition Based on Image Analysis for Differe...Feature Extraction of Gesture Recognition Based on Image Analysis for Differe...
Feature Extraction of Gesture Recognition Based on Image Analysis for Differe...
 
E0543135
E0543135E0543135
E0543135
 
Retrieving Of Color Images Using SDS Technique
Retrieving Of Color Images Using SDS TechniqueRetrieving Of Color Images Using SDS Technique
Retrieving Of Color Images Using SDS Technique
 
Automated License Plate Recognition for Toll Booth Application
Automated License Plate Recognition for Toll Booth ApplicationAutomated License Plate Recognition for Toll Booth Application
Automated License Plate Recognition for Toll Booth Application
 
Image processing
Image processingImage processing
Image processing
 
IRJET- Mouse on Finger Tips using ML and AI
IRJET- Mouse on Finger Tips using ML and AIIRJET- Mouse on Finger Tips using ML and AI
IRJET- Mouse on Finger Tips using ML and AI
 
Test
TestTest
Test
 
Image processing ppt
Image processing pptImage processing ppt
Image processing ppt
 
14 offline signature verification based on euclidean distance using support v...
14 offline signature verification based on euclidean distance using support v...14 offline signature verification based on euclidean distance using support v...
14 offline signature verification based on euclidean distance using support v...
 
Image proccessing and its application
Image proccessing and its applicationImage proccessing and its application
Image proccessing and its application
 
From Image Processing To Computer Vision
From Image Processing To Computer VisionFrom Image Processing To Computer Vision
From Image Processing To Computer Vision
 
Cc4301455457
Cc4301455457Cc4301455457
Cc4301455457
 
Object Detection using SURF features
Object Detection using SURF featuresObject Detection using SURF features
Object Detection using SURF features
 
Sensors on 3 d digitization seminar report
Sensors on 3 d digitization seminar reportSensors on 3 d digitization seminar report
Sensors on 3 d digitization seminar report
 
Image Processing (General Topic)
Image Processing (General Topic)Image Processing (General Topic)
Image Processing (General Topic)
 
Image Processing
Image ProcessingImage Processing
Image Processing
 

En vedette

Hipervinculos flor cruz
Hipervinculos flor cruzHipervinculos flor cruz
Hipervinculos flor cruzflor951
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Ijarcet vol-2-issue-3-925-932
Ijarcet vol-2-issue-3-925-932Ijarcet vol-2-issue-3-925-932
Ijarcet vol-2-issue-3-925-932Editor IJARCET
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Editor IJARCET
 
Ijarcet vol-2-issue-7-2374-2377
Ijarcet vol-2-issue-7-2374-2377Ijarcet vol-2-issue-7-2374-2377
Ijarcet vol-2-issue-7-2374-2377Editor IJARCET
 
Daily mcx newsletter 13 aug 2013
Daily mcx newsletter 13 aug 2013Daily mcx newsletter 13 aug 2013
Daily mcx newsletter 13 aug 2013Richa Sharma
 
Ijarcet vol-2-issue-3-1078-1080
Ijarcet vol-2-issue-3-1078-1080Ijarcet vol-2-issue-3-1078-1080
Ijarcet vol-2-issue-3-1078-1080Editor IJARCET
 
Volume 2-issue-6-1950-1954
Volume 2-issue-6-1950-1954Volume 2-issue-6-1950-1954
Volume 2-issue-6-1950-1954Editor IJARCET
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
SDTS-IOMs Project Area Living Standard of the Children
SDTS-IOMs Project Area Living Standard of the ChildrenSDTS-IOMs Project Area Living Standard of the Children
SDTS-IOMs Project Area Living Standard of the ChildrenNaeem Shaikh
 

En vedette (16)

Hipervinculos flor cruz
Hipervinculos flor cruzHipervinculos flor cruz
Hipervinculos flor cruz
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Ijarcet vol-2-issue-3-925-932
Ijarcet vol-2-issue-3-925-932Ijarcet vol-2-issue-3-925-932
Ijarcet vol-2-issue-3-925-932
 
1801 1805
1801 18051801 1805
1801 1805
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
12 columna vertebral
12 columna vertebral12 columna vertebral
12 columna vertebral
 
Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322
 
1725 1731
1725 17311725 1731
1725 1731
 
Ijarcet vol-2-issue-7-2374-2377
Ijarcet vol-2-issue-7-2374-2377Ijarcet vol-2-issue-7-2374-2377
Ijarcet vol-2-issue-7-2374-2377
 
Daily mcx newsletter 13 aug 2013
Daily mcx newsletter 13 aug 2013Daily mcx newsletter 13 aug 2013
Daily mcx newsletter 13 aug 2013
 
Ijarcet vol-2-issue-3-1078-1080
Ijarcet vol-2-issue-3-1078-1080Ijarcet vol-2-issue-3-1078-1080
Ijarcet vol-2-issue-3-1078-1080
 
Emilda
EmildaEmilda
Emilda
 
Volume 2-issue-6-1950-1954
Volume 2-issue-6-1950-1954Volume 2-issue-6-1950-1954
Volume 2-issue-6-1950-1954
 
Archivo gbi angie
Archivo gbi angieArchivo gbi angie
Archivo gbi angie
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
SDTS-IOMs Project Area Living Standard of the Children
SDTS-IOMs Project Area Living Standard of the ChildrenSDTS-IOMs Project Area Living Standard of the Children
SDTS-IOMs Project Area Living Standard of the Children
 

Similaire à Ijarcet vol-2-issue-3-938-941

Development of Sign Signal Translation System Based on Altera’s FPGA DE2 Board
Development of Sign Signal Translation System Based on Altera’s FPGA DE2 BoardDevelopment of Sign Signal Translation System Based on Altera’s FPGA DE2 Board
Development of Sign Signal Translation System Based on Altera’s FPGA DE2 BoardWaqas Tariq
 
IRJET- Convenience Improvement for Graphical Interface using Gesture Dete...
IRJET-  	  Convenience Improvement for Graphical Interface using Gesture Dete...IRJET-  	  Convenience Improvement for Graphical Interface using Gesture Dete...
IRJET- Convenience Improvement for Graphical Interface using Gesture Dete...IRJET Journal
 
Digital Pen for Handwritten Digit and Gesture Recognition Using Trajectory Re...
Digital Pen for Handwritten Digit and Gesture Recognition Using Trajectory Re...Digital Pen for Handwritten Digit and Gesture Recognition Using Trajectory Re...
Digital Pen for Handwritten Digit and Gesture Recognition Using Trajectory Re...IOSR Journals
 
Gesture Recognition System
Gesture Recognition SystemGesture Recognition System
Gesture Recognition SystemIRJET Journal
 
Gesture final report new
Gesture final report newGesture final report new
Gesture final report newchithiracyriac
 
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
 
Natural Hand Gestures Recognition System for Intelligent HCI: A Survey
Natural Hand Gestures Recognition System for Intelligent HCI: A SurveyNatural Hand Gestures Recognition System for Intelligent HCI: A Survey
Natural Hand Gestures Recognition System for Intelligent HCI: A SurveyEditor IJCATR
 
Media Control Using Hand Gesture Moments
Media Control Using Hand Gesture MomentsMedia Control Using Hand Gesture Moments
Media Control Using Hand Gesture MomentsIRJET Journal
 
Sign Language Recognition using Machine Learning
Sign Language Recognition using Machine LearningSign Language Recognition using Machine Learning
Sign Language Recognition using Machine LearningIRJET Journal
 
SLIDE PRESENTATION BY HAND GESTURE RECOGNITION USING MACHINE LEARNING
SLIDE PRESENTATION BY HAND GESTURE RECOGNITION USING MACHINE LEARNINGSLIDE PRESENTATION BY HAND GESTURE RECOGNITION USING MACHINE LEARNING
SLIDE PRESENTATION BY HAND GESTURE RECOGNITION USING MACHINE LEARNINGIRJET Journal
 
Analysis of Inertial Sensor Data Using Trajectory Recognition Algorithm
Analysis of Inertial Sensor Data Using Trajectory Recognition AlgorithmAnalysis of Inertial Sensor Data Using Trajectory Recognition Algorithm
Analysis of Inertial Sensor Data Using Trajectory Recognition Algorithmijcisjournal
 
Accessing Operating System using Finger Gesture
Accessing Operating System using Finger GestureAccessing Operating System using Finger Gesture
Accessing Operating System using Finger GestureIRJET Journal
 
IRJET- Survey Paper on Vision based Hand Gesture Recognition
IRJET- Survey Paper on Vision based Hand Gesture RecognitionIRJET- Survey Paper on Vision based Hand Gesture Recognition
IRJET- Survey Paper on Vision based Hand Gesture RecognitionIRJET Journal
 
Mems Sensor Based Approach for Gesture Recognition to Control Media in Computer
Mems Sensor Based Approach for Gesture Recognition to Control Media in ComputerMems Sensor Based Approach for Gesture Recognition to Control Media in Computer
Mems Sensor Based Approach for Gesture Recognition to Control Media in ComputerIJARIIT
 
MOUSE SIMULATION USING NON MAXIMUM SUPPRESSION
MOUSE SIMULATION USING NON MAXIMUM SUPPRESSIONMOUSE SIMULATION USING NON MAXIMUM SUPPRESSION
MOUSE SIMULATION USING NON MAXIMUM SUPPRESSIONIRJET Journal
 
Human Activity Recognition Using Smartphone
Human Activity Recognition Using SmartphoneHuman Activity Recognition Using Smartphone
Human Activity Recognition Using SmartphoneIRJET Journal
 
Hand gesture recognition using machine learning algorithms
Hand gesture recognition using machine learning algorithmsHand gesture recognition using machine learning algorithms
Hand gesture recognition using machine learning algorithmsCSITiaesprime
 
A Survey Paper on Controlling Computer using Hand Gestures
A Survey Paper on Controlling Computer using Hand GesturesA Survey Paper on Controlling Computer using Hand Gestures
A Survey Paper on Controlling Computer using Hand GesturesIRJET Journal
 
Controlling Computer using Hand Gestures
Controlling Computer using Hand GesturesControlling Computer using Hand Gestures
Controlling Computer using Hand GesturesIRJET Journal
 

Similaire à Ijarcet vol-2-issue-3-938-941 (20)

Development of Sign Signal Translation System Based on Altera’s FPGA DE2 Board
Development of Sign Signal Translation System Based on Altera’s FPGA DE2 BoardDevelopment of Sign Signal Translation System Based on Altera’s FPGA DE2 Board
Development of Sign Signal Translation System Based on Altera’s FPGA DE2 Board
 
IRJET- Convenience Improvement for Graphical Interface using Gesture Dete...
IRJET-  	  Convenience Improvement for Graphical Interface using Gesture Dete...IRJET-  	  Convenience Improvement for Graphical Interface using Gesture Dete...
IRJET- Convenience Improvement for Graphical Interface using Gesture Dete...
 
E010122431
E010122431E010122431
E010122431
 
Digital Pen for Handwritten Digit and Gesture Recognition Using Trajectory Re...
Digital Pen for Handwritten Digit and Gesture Recognition Using Trajectory Re...Digital Pen for Handwritten Digit and Gesture Recognition Using Trajectory Re...
Digital Pen for Handwritten Digit and Gesture Recognition Using Trajectory Re...
 
Gesture Recognition System
Gesture Recognition SystemGesture Recognition System
Gesture Recognition System
 
Gesture final report new
Gesture final report newGesture final report new
Gesture final report new
 
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
 
Natural Hand Gestures Recognition System for Intelligent HCI: A Survey
Natural Hand Gestures Recognition System for Intelligent HCI: A SurveyNatural Hand Gestures Recognition System for Intelligent HCI: A Survey
Natural Hand Gestures Recognition System for Intelligent HCI: A Survey
 
Media Control Using Hand Gesture Moments
Media Control Using Hand Gesture MomentsMedia Control Using Hand Gesture Moments
Media Control Using Hand Gesture Moments
 
Sign Language Recognition using Machine Learning
Sign Language Recognition using Machine LearningSign Language Recognition using Machine Learning
Sign Language Recognition using Machine Learning
 
SLIDE PRESENTATION BY HAND GESTURE RECOGNITION USING MACHINE LEARNING
SLIDE PRESENTATION BY HAND GESTURE RECOGNITION USING MACHINE LEARNINGSLIDE PRESENTATION BY HAND GESTURE RECOGNITION USING MACHINE LEARNING
SLIDE PRESENTATION BY HAND GESTURE RECOGNITION USING MACHINE LEARNING
 
Analysis of Inertial Sensor Data Using Trajectory Recognition Algorithm
Analysis of Inertial Sensor Data Using Trajectory Recognition AlgorithmAnalysis of Inertial Sensor Data Using Trajectory Recognition Algorithm
Analysis of Inertial Sensor Data Using Trajectory Recognition Algorithm
 
Accessing Operating System using Finger Gesture
Accessing Operating System using Finger GestureAccessing Operating System using Finger Gesture
Accessing Operating System using Finger Gesture
 
IRJET- Survey Paper on Vision based Hand Gesture Recognition
IRJET- Survey Paper on Vision based Hand Gesture RecognitionIRJET- Survey Paper on Vision based Hand Gesture Recognition
IRJET- Survey Paper on Vision based Hand Gesture Recognition
 
Mems Sensor Based Approach for Gesture Recognition to Control Media in Computer
Mems Sensor Based Approach for Gesture Recognition to Control Media in ComputerMems Sensor Based Approach for Gesture Recognition to Control Media in Computer
Mems Sensor Based Approach for Gesture Recognition to Control Media in Computer
 
MOUSE SIMULATION USING NON MAXIMUM SUPPRESSION
MOUSE SIMULATION USING NON MAXIMUM SUPPRESSIONMOUSE SIMULATION USING NON MAXIMUM SUPPRESSION
MOUSE SIMULATION USING NON MAXIMUM SUPPRESSION
 
Human Activity Recognition Using Smartphone
Human Activity Recognition Using SmartphoneHuman Activity Recognition Using Smartphone
Human Activity Recognition Using Smartphone
 
Hand gesture recognition using machine learning algorithms
Hand gesture recognition using machine learning algorithmsHand gesture recognition using machine learning algorithms
Hand gesture recognition using machine learning algorithms
 
A Survey Paper on Controlling Computer using Hand Gestures
A Survey Paper on Controlling Computer using Hand GesturesA Survey Paper on Controlling Computer using Hand Gestures
A Survey Paper on Controlling Computer using Hand Gestures
 
Controlling Computer using Hand Gestures
Controlling Computer using Hand GesturesControlling Computer using Hand Gestures
Controlling Computer using Hand Gestures
 

Plus de Editor IJARCET

Electrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturizationElectrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturizationEditor IJARCET
 
Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207Editor IJARCET
 
Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Editor IJARCET
 
Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204Editor IJARCET
 
Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194Editor IJARCET
 
Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189Editor IJARCET
 
Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185Editor IJARCET
 
Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176Editor IJARCET
 
Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172Editor IJARCET
 
Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164Editor IJARCET
 
Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158Editor IJARCET
 
Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154Editor IJARCET
 
Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147Editor IJARCET
 
Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124Editor IJARCET
 
Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142Editor IJARCET
 
Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Editor IJARCET
 
Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129Editor IJARCET
 
Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118Editor IJARCET
 
Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Editor IJARCET
 
Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107Editor IJARCET
 

Plus de Editor IJARCET (20)

Electrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturizationElectrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturization
 
Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207
 
Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199
 
Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204
 
Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194
 
Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189
 
Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185
 
Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176
 
Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172
 
Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164
 
Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158
 
Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154
 
Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147
 
Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124
 
Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142
 
Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138
 
Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129
 
Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118
 
Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113
 
Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107
 

Dernier

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
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
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
 
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
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
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
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
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
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 

Dernier (20)

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
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
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
 
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
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
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
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
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
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 

Ijarcet vol-2-issue-3-938-941

  • 1. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 2, Issue 3, March 2013 938 All Rights Reserved © 2013 IJARCET Real Time Static Hand Gesture Recognition System in Simple Background for Devanagari Number System Jayshree R.Pansare, Sandip Kadam, Onkar Dhawade, Pradeep Chauhan Abstract— Hand gesture recognition is one of the key techniques in developing user-friendly interfaces for human-computer interaction. Static hand gestures are the most essential facets of gesture recognition. User independence is among the important requirements for realizing a real time gesture recognition system in human-computer interaction. Applications of hand gesture recognition range from teleported control to hand diagnostic and rehabilitation or to speaking aids for the deaf. In today’s era of communication, sign language is one of the major tools of communication for physically challenged people. This paper proposes a system of hand gesture recognition for Devanagari Sign Language (DSL) Number System with comparison of feature extraction techniques, Discrete Cosine Transform (DCT) & Edge Oriented Histogram (EOH). IndexTerms— DSL, Discrete Cosine Transform, Edge Oriented Histogram, Hand gesture, Human-Computer interaction. I. INTRODUCTION Since the introduction of the most common input devices, not a lot have changed. This is probably because the existing input devices are adequate. It is also now that computers have been so tightly integrated with everyday life, that new applications and hardware are constantly introduced. The means of communicating with computers at the moment are limited to keyboards, mice, light pen, trackball, keypads etc. These devices have grown to be familiar but inherently limit the speed and naturalness with which we interact with the computer. [1] Manuscript received Feb, 2013. Jayshree R. Pansare Dept.of Computer Engineering, M. E. Society’s College of Engineering, Pune, India. Mobile No. 919850762329 Sandip U. Kadam Department of Computer Engineering. Padmbhooshan Vasantdada Patil Institute of Technology, Pune, India. Onkar Dhawade Dept. of Computer Engineering, Padmbhooshan Vasantdada Patil Institute of Technology, Pune, India. Mobile No. 919420861616 Pradeep Chauhan Dept. of Computer Engineering, Padmbhooshan Vasantdada Patil Institute of Technology, Pune, India. Mobile No. 918237675109 Recently, there has been a surge in interest in recognizing human hand gestures. Hand gesture recognition has various applications like computer games, machinery control (e.g. crane), and thorough mouse replacement. One of the most structured sets of gestures belongs to sign language. In sign language, each gesture has an assigned meaning (or meanings). Computer recognition of hand gestures may provide a more natural-computer interface, allowing people to point, or rotate a CAD model by moving their hands. Hand gestures can be classified in two categories: static and dynamic. A static gesture is a particular hand configuration and pose, represented by a single image. A dynamic gesture is a moving gesture, represented by a sequence of images. Since the proposed system supports real time processing of images where the response time should be less, it is focused on the recognition of static images. Image recognition is an essential field in man-machine interaction. It is a technology of making machines understands human behaviors. Hand gesture is a natural way of communication between human and machine. [6] The user should sense no appreciable delay between, when he or she makes a gesture or motion and when the computer responds. The computer vision algorithms should work for different people. Deaf people use sign language as an alternative to spoken language; it uses hand gestures which are considered by deaf people as their natural way of communication. Most conventional approaches to hand gesture recognition has employed external devices such as data gloves, sensors and so on. However for more natural interface, hand gesture must be recognized from visual images without any external devices. [5] II. FLOW OF HAND GESTURE RECOGNITION SYSTEM In this section, the flow of hand gesture recognition system algorithm is presented as shown in Fig. 1. The stages of our proposed system can be summarized as follows: image acquisition, image pre-processing, feature extraction by using Edge Oriented Histogram or Discrete Cosine Transform and gesture recognition.
  • 2. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 2, Issue 3, March 2013 All Rights Reserved © 2013 IJARCET 939 The hand image of resolution 160*120 is first captured using Web-cam (Fig. 2). A hand region is then extracted from the captured image using blob centroid method. Then the Features are extracted from this image. Then this running image is compared with training images. Hand Gesture recognition system uses a closer match for the hand gesture. [4] Fig 1: Flow of Hand Gesture Recognition System Fig 2: Web Cam Fig 3: Devanagari Number System Here in Fig 3 we have a sheet for Devanagari Sign Language Number system symbols for hand gesture. Fig 4: System Architecture Figure 4 shows the architecture of the Static Hand Gesture Recognition System. III. PROPOSED HAND GESTURE SYSTEM The hand gesture is found using the number of active fingers. System Architecture shown in Figure 4 consists of five stages of Hand gesture recognition system. A. Image Acquisition or Image Capturing: The RGB image of size 160*120 is captured using a 16mp web-camera. Web-cam with higher configuration can be used for more accurate results. Fig 5: Captured Image B. Image Pre-processing: Background image is subtracted from captured image. Background subtracted image is further converted to greyscale image. [10] Median Filter is applied on the grey scale image for salt and pepper noise reduction. This image is then converted to binary image.
  • 3. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 2, Issue 3, March 2013 940 All Rights Reserved © 2013 IJARCET Fig 6: Image after Pre-processing C. Region of Interest Extraction: Biggest continuous part of image (also known as BLOB- „Binary linked object‟) of size 80*60 is extracted from binary image. [9] Here we get the ROI. On this ROI image we applied canny edge detection algorithm to detect smooth edges. Again Gaussian filter is applied to this output image. Database of HGRS consist of these output images. Fig 7: ROI extracted Image D. Feature Extraction: Feature extraction from extracted region reduces computation and works efficiently while matching feature vectors of real- time hand gesture images with feature vectors of training dataset. Discrete Cosine Transform (DCT) This is the formula to calculate Discrete Cosine Transform of 2-D image. The definition of the two-dimensional DCT for an input image A and output image B is: 𝐵𝑝𝑞 = 𝛼 𝑝 𝛼 𝑞 𝐴 𝑚𝑛 cos 𝜋 2𝑚 + 1 𝑝 2𝑀 cos 𝜋 2𝑛 + 1 𝑞 2𝑁 , 0≤𝑞≤𝑁−1 0≤𝑝≤𝑀−1𝑁−1 𝑛=0 𝑀−1 𝑚=0 Where 𝛼 𝑝 = 1 𝑀 , 𝑝 = 0 2 𝑀 , 1 ≤ 𝑝 ≤ 𝑀 − 1 And 𝛼 𝑞 = 1 𝑁 , 𝑞 = 0 2 𝑁 , 1 ≤ 𝑞 ≤ 𝑁 − 1 (1) M and N are the row and column size of A, respectively. [8] Edge Oriented Histogram (EOH) In this method, it counts the number of values in vector x that fall between theElements in the edges vector (which must contain monotonically non decreasing values). D. Feature Matching: Feature vectors of training images are stored in .mat files of MATLAB and feature vector of input hand gesture image are calculated at run time. In this step feature vector of training image is compared with the database which is created earlier, using Euclidian Distance Formula. [11] Euclidian Distance Formula for 2D image. In the Euclidean plane, if p = (p1, p2) and q = (q1, q2) then the distance is given by: 𝑑 𝑝, 𝑞 = (𝑝1 − 𝑞1)2 + (𝑝2 − 𝑞2)2 (2) Least Euclidian distance is used for recognition of perfect matching hand gesture. If the image matched with the database it will produce desired output. IV. EXPERIMENTAL RESULT The proposed hand gesture recognition system is tested with 20 test images. Images are acquired using 16mp web cam and system is developed using MATLAB 7.11. The result for different gestures can be calculated using average accuracy of the gesture results. Based on the proposed algorithm the recognition results are reported in Table 1. Table 1: Comparative Study Gestures DCT EOH 0 2 0 1 2 2 2 2 2 3 2 2 4 2 2 5 2 2 6 1 2 7 2 0 8 2 2 9 1 1 total 18 15
  • 4. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 2, Issue 3, March 2013 All Rights Reserved © 2013 IJARCET 941 Fig 8: Graphical representation of results V. CONCLUSION This system works suitably in simple background for number system of the DSL. From the table no.1 we have concluded that DCT is a better technique of feature extraction as compared to Edge Oriented Histogram. The system gives better results with higher resolution web cameras. The segmentation of image gives better results if the light conditions are good. VI. REFERENCES [1] Hand Gesture Recognition Using Neural Networks by KlimisSymeonidis Submitted to the School of Electronic and Electrical Engineering On August 23, 2000 in partial fulfilment of the requirements for the degree of Master of Science in Multimedia Signal Processing communications. [2] Hand Gesture Recognition by Thinning Method RajeshreeRokade, SGGS Institute of Engg. And Tech. Nanded (INDIA) DharmpalDoye, SGGS Institute of Engg.And Tech. Nanded (INDIA) ManeshKokare, SGGS Institute of Engg. And Tech. Nanded (INDIA) [3] Hand Modelling, Analysis & Recognition System for Vision-Based Human Computer Interaction by Ying Wu & Thomas S. Huang. [4] Jayashree R. Pansare, Shravan H. Gawande, Maya Ingle “Real-Time Static Hand Gesture Recognition for American Sign Language (ASL) in Complex Background”, Journal of Signal and Information Processing, 2012, 3, 364-367 Published Online August 2012. [5] Human Computer Interface for Gesture-Based Editing System. Ho-Sub Yoon+*, Byung-Woo Min+, Jung Soh+, Young-laeBae+ and *Hyun Seung Yang +Image Processing Div. / Computer Software Technology Lab. in ETRI 161, Kajung-Dong Yusung-Ku Taejon, Korea 305-350 *Department of Computer Science / Korea Advanced Institute of Science and Technology 373-1 Kusung-Dong Yusung-Ku Taejon, Korea 305-701 e-mail : yoonhs@etri.re.kr. [6] Hand Gesture Recognition Based on MEB-SVM by Fengming Zhang & Yu Ren Software and Intelligence Institute, Hangzhou Dianzi University, Hangzhou, 310018, China, hduzhang@126.com renyu@hdu.edu.cn [7] A Real-time Hand Gesture Recognition based on Haar Wavelet Representation Wing Kwong Chung, Xinyu Wu, and Yang sheng Xu [8] Face Recognition Using Discrete Cosine Transform for Global and Local FeaturesAman R. Chadha, Pallavi P. Vaidya, M. Mani Roja. [9] Lars Bretzner, Ivan Laptev, Tony Lindeberg, Computational Vision and Active Perception Laboratory (CVAP) Centre for User Oriented IT Design (CID) Dept of Numerical Analysis and Computing Science, KTH, 100 44 Stockholm, Sweden “Hand Gesture Recognition using Multi- Scale Colour Features, Hierarchical Models and Particle Filtering”, Proceedings of the Fifth IEEE International Conference on Automatic Face and Gesture Recognition (FGR‟02) 0-7695-1602-5/02 2002 IEEE. [10] Hand Region Extraction by Background Subtraction with Renewable Background for Hand Gesture Recognition Akio Ogihara, Hiroshi Matsumoto and Akira Shiozaki Department of Computer Sciences and Intelligent Systems Graduate School of Engineering, Osaka Prefecture University 1-1 Gakuen-cho, Naka-ku, Sakai, Osaka, 599-8531, Japan Tel: +81-72-254-9281, Fax: +81-72-254-9909 E-mail: ogi(cs.osakafu-u.acjp E-mail: matsumoto_h(ch.cs.osakafu- u.acjp [11] M.K. Bhuyan, D. Ghosh and P.K. Bora Department of Electronics and Communication Engineering Indian Institute of Technology Guwahati, India “Designing of Human Computer Interactive Platform for Robotic Applications”, 2009 IEEE 0 1 2 3 0 1 2 3 4 5 6 7 8 9 DCT EOH