SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 12 | Dec 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 780
A Survey on Control of Mechanical Arm based on Hand Gesture
Recognition using Wearable IMU Sensors
Sherin Samuel1, Ramandra Yadav2, Omkar Jadhav3, Sumant Ranmale4, Mahesh S. Shinde5
1,2,3,4Student, Dept. of Computer Engineering, MES College of Engineering, Pune, Maharashtra, India.
5Assistant Professor, Dept. of Computer Engineering, MES College of Engineering, Pune, Maharashtra, India.
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - Gesture has played a crucial role in reducing
the gap between human and machine. Hand gesture
recognition is applied in many technologies like games,
wireless devices, mobile application, etc. In this paper, we
have proposed a system in which the mechanical arm
imitates the gesture performed by the operator using a
wearable and machine learning algorithm for classification
of gestures. The wearable is based on Inertial Measurement
Unit (IMU) sensors which is gaining significant importance
in field of Gesture Recognition. The algorithm used for
gesture classification is Support Vector Machine which can
recognize movement with less computation time andhigher
accuracy, and can also model non-linear relation with more
precise classification using SVM kernels.
Key Words: Gesture Classification, IMU sensors,
Wearable device, Mechanical arm, Human-machine
Interaction.
1. INTRODUCTION
Human-Machine Interaction (HMI) is a widespread field
based on communication between humanandmachine.HMI
is the interaction between human and machine which is
done by analyzing human behavior and appearance various
methods are proposed in human machine interaction. Some
of them are through voice, keyboard, camera, etc. Gesture is
one of the methods used for HMI which is a non-verbal
communication method based on body movements.
Various sensors are used for gesture recognition.Ithasbeen
used in various areas like gaming [9], sign language
recognition [8], appliance control. Some of the methods are
camera based [10], inertial sensorbased[6,7],electrical field
based [2] or combination of them. The gestures are
recognized by various algorithms like support vector
machine [1], artificial neural network [3], convolutional
neural network [8]. Inertial sensorbasedgesturerecognition
is gaining popularity because of its low cost,lightweight,low
power design with great precision. Inertial measurement
unit (IMU) consists of accelerometer and gyroscope
responsible for finding the positioning of an object in 3D
space. These sensors would help in finding positioning co-
ordinates of hand movement.
1.1 Gesture Classification
A lot of work has been done in the field of human face
expression recognition which is an active research topic
since the early nineties. There has been a lot of advances in
the past few years for face detection and tracking while the
problem of recognizing hand gesturesisunder explored.The
reason is the higher level of complexity of hand gestures as
compared to face detection. Hand gestures can be recorded
using devices like depth cameras or data gloves equipped
with sensors. Use of cameras and image processing
introduces complex computations which may be difficult to
overcome hence gloves equipped with sensors are ideally
suited for this task.
There are a lot of fields of work like nuclear power plants,
underwater exploration,disasterproneareasorotherplaces
where human intervention is difficult or there are situations
where the machine operator has to control machinethrough
long distance. Traditional methods like remote control
would be tough to handle in those conditions. In such
situations gesture based control of the machine helps in
handling it easily where machines like mechanical arm
would imitate the gesture of theoperatorandthework could
be performed from a distance.
Briefly, in this paper we have proposed a system in which
the mechanical arm imitates the gesture of theoperator.The
gesture data is collected through an Inertial Measurement
Unit (IMU) which consists of a 3-axis gyroscope and
accelerometer. A virtual reality head gear helps in viewing
the workspace through a camera situated there. Among
popular classification algorithms it is found outthatSupport
Vector Machine (SVM) is provento recognizegesturesinless
computation time with higher accuracy rate. The input to
classifier is the data from IMU sensors and its output is the
corresponding label which defines the action performed by
the mechanical arm. The wearable and mechanical arm are
connected to a computer wirelessly through Bluetooth. The
machine learning algorithm can be run on the computer and
the output of the algorithm will be passed to Raspberry Pi
that controls mechanical arm.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 12 | Dec 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 781
2. LITERATURE REVIEW
2.1 Hand Body Language Gesture Recognition
Based on Signals From Specialized Glove and
Machine Learning Algorithms
[1] Paweł Pławiak et al. This paper presents a system for
quick and effective recognition of hand gestures based on
data glove equipped with 10 sensors. Collected data was
preprocessed using normalization and PCA analysis to test
increase in classification sensitivity with reduction of data.
They designed models using 3 machine learning algorithms
based on Neural Network, Support Vector machine and K-
nearest neighbors. Through results they found out that SVM
gave highest accuracy rate (98.32%) as compared to PNN
(97.23%) and KNN (97.36%).
2.2 An Efficient Approach to Recognize Hand
Gestures Using Machine-Learning Algorithms
[2] Md Ferdous Wahid et al. This paper presents use of
Electromyography(EMG)sensorsforcapturinggesturedata.
Five machine learning algorithms such as K-nearest
neighbor (KNN), Discriminant analysis (DA), Naive Bayes ,
Random Forest and Support Vector Machine (SVM) were
used to classify 3 different hand gestures. SVM showed
maximum accuracy (97.56%) in classification which was
further improved by normalizing EMG features (98.73).
2.3 Artificial Neural Networks for Gesture
Classification with Inertial Motion Sensing
Armbands
[3] Ananta Srisuphab et al. Thispaper presentsthedesign
of an automated tool to assist construction workers in the
hand signal communicative channel. This system uses Myo
sensors which is a combinationofsurfaceElectromyography
(EMG) and Inertial Measurement Unit (IMU). The algorithm
used for classification is Multi-Layer Neural Network.
Daubechies wavelet transforms was used to analyze in
frequency domain along with normalization and 10-fold
cross validation was performed. The highest mean
classification accuracy achieved was 88.176%.
2.4 A Sliding Window Approach to Natural Hand
Gesture Recognition using a Custom Data Glove
[4] Granit Luzhnica et al. This paper presents a gesture
based system that can be adopted for general-purpose
control of and communication with computing systems that
are currently performed via mouse or smartphonegestures.
This system uses a sliding window approach for data
processing and hence suitable for stream data processing. A
combination of linear discriminant analysis and logistic
regression is used which resulted in an accuracy of over
98.5% on a continuous data stream scenario.
2.5 Classification of Hand Gestures from Wearable
IMU using Deep Neural Network
[5] Karush Suri et al. In this paper an improved approach
for gesture classification is proposed using a Deep Neural
Network for classification of six hand gestures
corresponding to the signs used in the Indian sign language
using signals from three IMU units. Principle component
analysis (PCA) is used for dimensionality reductionand data
is normalized. An accuracy of about 97.386% is observed.
2.6 Flexible Gesture Recognition Using Wearable
Inertial Sensors
[6] Huda Abualola et al. In this paper a glove basedGesture
Recognition system is proposed that tracks hand movement
using inertial sensors. The proposed glove is able to
recognize American Sign language letters and communicate
them for external displays on smart-phones. The algorithm
used is based on linear discriminant analysis (LDA) which
allows accurate and low complexity classification with
improved clustering and reduced dimensionality.
2.7 Gesture Recognition with Wearable 9-axis
Sensors
[7] Fang-Ting Liu et al. This paper presents use of SVM and
Inertial Measurement units for gesture recognition. For
achieving higher classification accuracy featureextraction is
applied using principal component analysis and linear
discriminant analysis. Principal Component Analysis is an
algorithm used for feature extraction which helps in
improving gestures classification sensitivity and accuracy
considerably. SVM is used with radial basis function (RBF)
kernel and a non linear SVM called Gausian SVM which
provides a more precise classification and can also add non-
linearity. Kernels help in improving the classification
sensitivity and accuracy considerably.
2.8 TrainingCNNfor3DSignLanguageRecognition
with color texture coded Joint Angular
Displacement Maps
[8] E.Kiran Kumar et al. In this paper Convolutional
Neural Network (CNN) is used in the recognition of 3D
motion-captured sign language. The 3D information of each
sign is interpreted using Joint Angular Displacement maps
(JADM) which uses both angular measurements and joint
distance maps (JDM) and encodes skeletal data into color
texture images.
2.9 Hand Gesture Recognition andReal-timeGame
Control Based on A Wearable Band with 6-axis
Sensors
[9] Yande Li et al. This paper proposes a system based on
hand gesture recognition and real time game control to run
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 12 | Dec 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 782
an android game named Fly Birds. Accelerometer and
gyroscope in wrist band is used to collect hand gesture
information and Kinect camera captures video information
which is mainly used to mark the data during gesture
recognition stage. Sliding window and DTW algorithm is
used to detect gestures in real time game control.
2.10 Imitation and Learning of Human Hand
Gesture Tasks of the 3D Printed Robotic Hand by
Using Artificial Neural Networks
[10] Mehmet Celalettin Ergene et al. In this paper it is
explained how robot hand can learn via imitation using
image processing based on Artificial Neural network.
Features were extracted using image processing algorithms
such as filtering and background subtraction. The success
rate of network is 90.1%.
3. PROPOSED SYSTEM
Figure -1: System Architecture
3.1 Gesture Data acquisition
The gesture data is collected from a wearable glove
mounted with Inertial measurementunit(IMU)sensors.The
IMU unit is MPU 6050 which has 3-axis accelerometer and
gyroscope. It gives output in the form of x-y-z co-ordinates.
3.2 Preprocessing
Data Preprocessing is an important step before applying
machine learning algorithms. Preprocessingisdoneinorder
to improve quality of data and also helps improvesensitivity
of classification through processes like dimensionality
reduction and normalization. Dimensionality reduction is
performed through Principle Component Analysis (PCA)
algorithm which helps in improving classification accuracy
considerably.
3.3 Machine Learning Model
The model gets prepared after learning processusingthe
data acquired from sensors. This machine learning model is
used to predict the actions to be performed by the
mechanical arm. There are many types of algorithms used
for classification like Probabilistic Neural Network, K-
nearest neighbor, Decision trees, Support Vector Machines
(SVM), etc. The output of machine learning model is in the
form of labels that are mapped to the type of action
performed by mechanical arm.Theoutputlabelsgetmapped
to the servo motor rotation angles of mechanical arm and
accordingly each joint movement takes place.
3.4 Computer Software
A Linux software is designed that connects the mechanical
arm and wearable glove through Bluetooth for the data
transfer to take place among them. The sensor data is send
to this software that runs the machine learning model and it
produces the output which is then transfered to the
Raspberry Pi which controls the mechanical arm.
4. CONCLUSIONS
In this paper, we developed a system for imitation of
hand gestures by a mechanical arm which would help
operate machines wirelessly from a distance easily. This
provides a very comfortable work environmentforoperator
and the handling of machines with complex controls can be
done easily through hand gestures. For wireless
communication Bluetooth and Wi-Fi can be used .We have
combined algorithms likeSVMandPCAtodesignaneffective
machine learning model. This system can be further
developed to perform computations over cloud and control
machines through Internet if bluetooth or Wi-Fi connection
is not possible.
ACKNOWLEDGEMENT
We take this opportunity to express our deep sense of
gratitude for our guide Prof. Mahesh S. Shinde sir (Assistant
Professor, MES College of Engineering,Pune), for providing
us this good opportunity to select and present this topic and
also for providing all the facilities and guidance required for
the successful completion of our research work.
REFERENCES
[1] Pawel Plawiak, Toma z o nicki Michal Nied zwiecki
Zbi law Tabor and Krzy ztof Rzecki “Hand Body
Language Gesture Recognition Based on Signals From
pecialized Glove and Machine Learning Algorithm ”
IEEE Transactions on Industrial Informatics, 2016.
[2] Md Ferdous Wahid, Reza Tafreshi, Mubarak Al-Sowaidi,
Reza Langari “An Efficient Approach to RecognizeHand
Gestures Using Machine-LearningAlgorithm ” IEEE4th
Middle East Conference on Biomedical Engineering
(MECBME), 2018.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 12 | Dec 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 783
[3] Ananta ri uphab Piyanuch ilapachote “Artificial
Neural Networks for Gesture Classification withInertial
Motion en ing Armband ” IEEE Region 10 Conference
(TENCON), 2016.
[4] Granit Luzhnica, Jorg Simon, Elisabeth Lex, Viktoria
Pammer “A liding Window Approach to Natural Hand
Gesture Recognition using a Cu tom Data Glove” IEEE
Symposium on 3D User Interfaces, 19-20 march 2016.
[5] Karu h uri Rinki Gupta “Cla ification of Hand
Gestures from Wearable IMUs using Deep Neural
Network” 2nd International Conference on Inventive
Communication and Computational Technologies,2018.
[6] Huda Abualola, Hanin Al Ghothani, Abdulrahim Naser
Eddin Nawaf Almoo a Kin Poon “Flexible Ge ture
Recognition U ing Wearable Inertial en or ” 59th
International Midwest Symposium on Circuits and
Systems (MWSCAS), 16-19 October 2016.
[7] Fang-Ting Liu, Yong-Ting Wang, Hsi-Pin Ma “Ge ture
Recognition with Wearable 9-axi en or ” IEEE ICC
SAC Symposium E-Health Track, 2017.
[8] E.Kiran Kumar, P.V.V.Kishore, A.S.C.S.Sastry, M.Teja
Kiran Kumar D.Anil Kumar “Training CNN for 3D Sign
Language Recognition with color texture coded Joint
Angular Di placement Map ” IEEE ignal Proce ing
Letters, May 2018.
[9] Yande Li, Taiqian Wang, Aamir khan, Lian Li, CaihongLi,
Yi Yang Li Liu “HandGe tureRecognitionandReal-time
Game Control Based on A Wearable Band with 6-axis
en or ” International Joint Conference on Neural
Networks (IJCNN), 2018.
[10] Mehmet CelalettinErgene, Akif Durdu, Halil Cetin,
“Imitation and Learning of Human Hand Ge ture Ta k
of the 3D Printed Robotic Hand by Using Artificial
Neural Network ” International Conference– 8th Edition
Electronics, Computers and Artificial Intelligence 30
June -02 July, 2016.

More Related Content

What's hot

IRJET- Human Activity Recognition using Flex Sensors
IRJET- Human Activity Recognition using Flex SensorsIRJET- Human Activity Recognition using Flex Sensors
IRJET- Human Activity Recognition using Flex SensorsIRJET Journal
 
IRJET- Bemythirdeye- A Smart Electronic Blind Stick with Goggles
IRJET- Bemythirdeye- A Smart Electronic Blind Stick with GogglesIRJET- Bemythirdeye- A Smart Electronic Blind Stick with Goggles
IRJET- Bemythirdeye- A Smart Electronic Blind Stick with GogglesIRJET Journal
 
IRJET - Simulation of Colour Image Processing Techniques on VHDL
IRJET - Simulation of Colour Image Processing Techniques on VHDLIRJET - Simulation of Colour Image Processing Techniques on VHDL
IRJET - Simulation of Colour Image Processing Techniques on VHDLIRJET Journal
 
Gesture final report new
Gesture final report newGesture final report new
Gesture final report newchithiracyriac
 
An Efficient VLSI Design of AES Cryptography Based on DNA TRNG Design
An Efficient VLSI Design of AES Cryptography Based on DNA TRNG DesignAn Efficient VLSI Design of AES Cryptography Based on DNA TRNG Design
An Efficient VLSI Design of AES Cryptography Based on DNA TRNG DesignIRJET Journal
 
Portable and Efficient Fingerprint Authentication System Based on a Microcont...
Portable and Efficient Fingerprint Authentication System Based on a Microcont...Portable and Efficient Fingerprint Authentication System Based on a Microcont...
Portable and Efficient Fingerprint Authentication System Based on a Microcont...IJECEIAES
 
IRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud Computing
IRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud ComputingIRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud Computing
IRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud ComputingIRJET Journal
 
An embedded finger vein recognition system
An embedded finger vein recognition systemAn embedded finger vein recognition system
An embedded finger vein recognition systemeSAT Publishing House
 
Hand Motion Gestures For Mobile Communication Based On Inertial Sensors For O...
Hand Motion Gestures For Mobile Communication Based On Inertial Sensors For O...Hand Motion Gestures For Mobile Communication Based On Inertial Sensors For O...
Hand Motion Gestures For Mobile Communication Based On Inertial Sensors For O...IJERA Editor
 
IRJET- IoT Based Home Automation And Health Monitoring System for Physically ...
IRJET- IoT Based Home Automation And Health Monitoring System for Physically ...IRJET- IoT Based Home Automation And Health Monitoring System for Physically ...
IRJET- IoT Based Home Automation And Health Monitoring System for Physically ...IRJET Journal
 
IRJET-Intelligent Saw Cutter
IRJET-Intelligent Saw CutterIRJET-Intelligent Saw Cutter
IRJET-Intelligent Saw CutterIRJET Journal
 
IRJET- Development and Monitoring of a Fall Detection System through Wear...
IRJET-  	  Development and Monitoring of a Fall Detection System through Wear...IRJET-  	  Development and Monitoring of a Fall Detection System through Wear...
IRJET- Development and Monitoring of a Fall Detection System through Wear...IRJET Journal
 
Design and Implementation of Brain Computer Interface for Wheelchair control
Design and Implementation of Brain Computer Interface for Wheelchair controlDesign and Implementation of Brain Computer Interface for Wheelchair control
Design and Implementation of Brain Computer Interface for Wheelchair controlIRJET Journal
 
Hand Gesture for Multiple Applications
Hand Gesture for Multiple ApplicationsHand Gesture for Multiple Applications
Hand Gesture for Multiple ApplicationsIRJET Journal
 
Hand Gesture for Multiple Applications
Hand Gesture for Multiple ApplicationsHand Gesture for Multiple Applications
Hand Gesture for Multiple ApplicationsIRJET Journal
 
[VFS 2019] Human Activity Recognition Approaches
[VFS 2019] Human Activity Recognition Approaches [VFS 2019] Human Activity Recognition Approaches
[VFS 2019] Human Activity Recognition Approaches Nexus FrontierTech
 
A CUSTOMIZED FLOCKING ALGORITHM FOR SWARMS OF SENSORS TRACKING A SWARM OF TAR...
A CUSTOMIZED FLOCKING ALGORITHM FOR SWARMS OF SENSORS TRACKING A SWARM OF TAR...A CUSTOMIZED FLOCKING ALGORITHM FOR SWARMS OF SENSORS TRACKING A SWARM OF TAR...
A CUSTOMIZED FLOCKING ALGORITHM FOR SWARMS OF SENSORS TRACKING A SWARM OF TAR...csandit
 
IRJET- Intrusion Detection through Image Processing and Getting Notified ...
IRJET-  	  Intrusion Detection through Image Processing and Getting Notified ...IRJET-  	  Intrusion Detection through Image Processing and Getting Notified ...
IRJET- Intrusion Detection through Image Processing and Getting Notified ...IRJET Journal
 
Vertical Fragmentation of Location Information to Enable Location Privacy in ...
Vertical Fragmentation of Location Information to Enable Location Privacy in ...Vertical Fragmentation of Location Information to Enable Location Privacy in ...
Vertical Fragmentation of Location Information to Enable Location Privacy in ...ijasa
 
IRJET-A Review on Brain Tumor Detection using BFCFCM Algorithm
IRJET-A Review on Brain Tumor Detection using BFCFCM   AlgorithmIRJET-A Review on Brain Tumor Detection using BFCFCM   Algorithm
IRJET-A Review on Brain Tumor Detection using BFCFCM AlgorithmIRJET Journal
 

What's hot (20)

IRJET- Human Activity Recognition using Flex Sensors
IRJET- Human Activity Recognition using Flex SensorsIRJET- Human Activity Recognition using Flex Sensors
IRJET- Human Activity Recognition using Flex Sensors
 
IRJET- Bemythirdeye- A Smart Electronic Blind Stick with Goggles
IRJET- Bemythirdeye- A Smart Electronic Blind Stick with GogglesIRJET- Bemythirdeye- A Smart Electronic Blind Stick with Goggles
IRJET- Bemythirdeye- A Smart Electronic Blind Stick with Goggles
 
IRJET - Simulation of Colour Image Processing Techniques on VHDL
IRJET - Simulation of Colour Image Processing Techniques on VHDLIRJET - Simulation of Colour Image Processing Techniques on VHDL
IRJET - Simulation of Colour Image Processing Techniques on VHDL
 
Gesture final report new
Gesture final report newGesture final report new
Gesture final report new
 
An Efficient VLSI Design of AES Cryptography Based on DNA TRNG Design
An Efficient VLSI Design of AES Cryptography Based on DNA TRNG DesignAn Efficient VLSI Design of AES Cryptography Based on DNA TRNG Design
An Efficient VLSI Design of AES Cryptography Based on DNA TRNG Design
 
Portable and Efficient Fingerprint Authentication System Based on a Microcont...
Portable and Efficient Fingerprint Authentication System Based on a Microcont...Portable and Efficient Fingerprint Authentication System Based on a Microcont...
Portable and Efficient Fingerprint Authentication System Based on a Microcont...
 
IRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud Computing
IRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud ComputingIRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud Computing
IRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud Computing
 
An embedded finger vein recognition system
An embedded finger vein recognition systemAn embedded finger vein recognition system
An embedded finger vein recognition system
 
Hand Motion Gestures For Mobile Communication Based On Inertial Sensors For O...
Hand Motion Gestures For Mobile Communication Based On Inertial Sensors For O...Hand Motion Gestures For Mobile Communication Based On Inertial Sensors For O...
Hand Motion Gestures For Mobile Communication Based On Inertial Sensors For O...
 
IRJET- IoT Based Home Automation And Health Monitoring System for Physically ...
IRJET- IoT Based Home Automation And Health Monitoring System for Physically ...IRJET- IoT Based Home Automation And Health Monitoring System for Physically ...
IRJET- IoT Based Home Automation And Health Monitoring System for Physically ...
 
IRJET-Intelligent Saw Cutter
IRJET-Intelligent Saw CutterIRJET-Intelligent Saw Cutter
IRJET-Intelligent Saw Cutter
 
IRJET- Development and Monitoring of a Fall Detection System through Wear...
IRJET-  	  Development and Monitoring of a Fall Detection System through Wear...IRJET-  	  Development and Monitoring of a Fall Detection System through Wear...
IRJET- Development and Monitoring of a Fall Detection System through Wear...
 
Design and Implementation of Brain Computer Interface for Wheelchair control
Design and Implementation of Brain Computer Interface for Wheelchair controlDesign and Implementation of Brain Computer Interface for Wheelchair control
Design and Implementation of Brain Computer Interface for Wheelchair control
 
Hand Gesture for Multiple Applications
Hand Gesture for Multiple ApplicationsHand Gesture for Multiple Applications
Hand Gesture for Multiple Applications
 
Hand Gesture for Multiple Applications
Hand Gesture for Multiple ApplicationsHand Gesture for Multiple Applications
Hand Gesture for Multiple Applications
 
[VFS 2019] Human Activity Recognition Approaches
[VFS 2019] Human Activity Recognition Approaches [VFS 2019] Human Activity Recognition Approaches
[VFS 2019] Human Activity Recognition Approaches
 
A CUSTOMIZED FLOCKING ALGORITHM FOR SWARMS OF SENSORS TRACKING A SWARM OF TAR...
A CUSTOMIZED FLOCKING ALGORITHM FOR SWARMS OF SENSORS TRACKING A SWARM OF TAR...A CUSTOMIZED FLOCKING ALGORITHM FOR SWARMS OF SENSORS TRACKING A SWARM OF TAR...
A CUSTOMIZED FLOCKING ALGORITHM FOR SWARMS OF SENSORS TRACKING A SWARM OF TAR...
 
IRJET- Intrusion Detection through Image Processing and Getting Notified ...
IRJET-  	  Intrusion Detection through Image Processing and Getting Notified ...IRJET-  	  Intrusion Detection through Image Processing and Getting Notified ...
IRJET- Intrusion Detection through Image Processing and Getting Notified ...
 
Vertical Fragmentation of Location Information to Enable Location Privacy in ...
Vertical Fragmentation of Location Information to Enable Location Privacy in ...Vertical Fragmentation of Location Information to Enable Location Privacy in ...
Vertical Fragmentation of Location Information to Enable Location Privacy in ...
 
IRJET-A Review on Brain Tumor Detection using BFCFCM Algorithm
IRJET-A Review on Brain Tumor Detection using BFCFCM   AlgorithmIRJET-A Review on Brain Tumor Detection using BFCFCM   Algorithm
IRJET-A Review on Brain Tumor Detection using BFCFCM Algorithm
 

Similar to IRJET- A Survey on Control of Mechanical ARM based on Hand Gesture Recognition using Wearable IMU Sensors

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
 
RECOGNITION SYSTEM USING MYO ARMBAND FOR HAND GESTURES - SURVEY
RECOGNITION SYSTEM USING MYO ARMBAND FOR HAND GESTURES - SURVEYRECOGNITION SYSTEM USING MYO ARMBAND FOR HAND GESTURES - SURVEY
RECOGNITION SYSTEM USING MYO ARMBAND FOR HAND GESTURES - SURVEYIRJET Journal
 
Human Activity Recognition Using Smartphone
Human Activity Recognition Using SmartphoneHuman Activity Recognition Using Smartphone
Human Activity Recognition Using SmartphoneIRJET Journal
 
Gesture Recognition System
Gesture Recognition SystemGesture Recognition System
Gesture Recognition SystemIRJET Journal
 
VIRTUAL PAINT APPLICATION USING HAND GESTURES
VIRTUAL PAINT APPLICATION USING HAND GESTURESVIRTUAL PAINT APPLICATION USING HAND GESTURES
VIRTUAL PAINT APPLICATION USING HAND GESTURESIRJET Journal
 
Gestures Based Sign Interpretation System using Hand Glove
Gestures Based Sign Interpretation System using Hand GloveGestures Based Sign Interpretation System using Hand Glove
Gestures Based Sign Interpretation System using Hand GloveIRJET Journal
 
A Review Paper on Elderly Fall Detection
A Review Paper on Elderly Fall DetectionA Review Paper on Elderly Fall Detection
A Review Paper on Elderly Fall DetectionIRJET Journal
 
Tracking limb motion using inertial measurement units (IMU)
Tracking limb motion using inertial measurement units (IMU)Tracking limb motion using inertial measurement units (IMU)
Tracking limb motion using inertial measurement units (IMU)IRJET Journal
 
IRJET - A Smart Assistant for Aiding Dumb People
IRJET - A Smart Assistant for Aiding Dumb PeopleIRJET - A Smart Assistant for Aiding Dumb People
IRJET - A Smart Assistant for Aiding Dumb PeopleIRJET Journal
 
STEFANO CARRINO
STEFANO CARRINOSTEFANO CARRINO
STEFANO CARRINObutest
 
Media Control Using Hand Gesture Moments
Media Control Using Hand Gesture MomentsMedia Control Using Hand Gesture Moments
Media Control Using Hand Gesture MomentsIRJET 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
 
IRJET- Surveillance of Object Motion Detection and Caution System using B...
IRJET-  	  Surveillance of Object Motion Detection and Caution System using B...IRJET-  	  Surveillance of Object Motion Detection and Caution System using B...
IRJET- Surveillance of Object Motion Detection and Caution System using B...IRJET Journal
 
Design a System for Hand Gesture Recognition with Neural Network
Design a System for Hand Gesture Recognition with Neural NetworkDesign a System for Hand Gesture Recognition with Neural Network
Design a System for Hand Gesture Recognition with Neural NetworkIRJET Journal
 
IRJET-V9I114.pdfA Review Paper on Economical Bionic Arm with Predefined Grasp...
IRJET-V9I114.pdfA Review Paper on Economical Bionic Arm with Predefined Grasp...IRJET-V9I114.pdfA Review Paper on Economical Bionic Arm with Predefined Grasp...
IRJET-V9I114.pdfA Review Paper on Economical Bionic Arm with Predefined Grasp...IRJET Journal
 
Real Time Vision Hand Gesture Recognition Based Media Control via LAN & Wirel...
Real Time Vision Hand Gesture Recognition Based Media Control via LAN & Wirel...Real Time Vision Hand Gesture Recognition Based Media Control via LAN & Wirel...
Real Time Vision Hand Gesture Recognition Based Media Control via LAN & Wirel...IJMER
 
Control Buggy using Leap Sensor Camera in Data Mining Domain
Control Buggy using Leap Sensor Camera in Data Mining DomainControl Buggy using Leap Sensor Camera in Data Mining Domain
Control Buggy using Leap Sensor Camera in Data Mining DomainIRJET Journal
 

Similar to IRJET- A Survey on Control of Mechanical ARM based on Hand Gesture Recognition using Wearable IMU Sensors (20)

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
 
RECOGNITION SYSTEM USING MYO ARMBAND FOR HAND GESTURES - SURVEY
RECOGNITION SYSTEM USING MYO ARMBAND FOR HAND GESTURES - SURVEYRECOGNITION SYSTEM USING MYO ARMBAND FOR HAND GESTURES - SURVEY
RECOGNITION SYSTEM USING MYO ARMBAND FOR HAND GESTURES - SURVEY
 
Human Activity Recognition Using Smartphone
Human Activity Recognition Using SmartphoneHuman Activity Recognition Using Smartphone
Human Activity Recognition Using Smartphone
 
Gesture Recognition System
Gesture Recognition SystemGesture Recognition System
Gesture Recognition System
 
E010122431
E010122431E010122431
E010122431
 
1886 1892
1886 18921886 1892
1886 1892
 
1886 1892
1886 18921886 1892
1886 1892
 
VIRTUAL PAINT APPLICATION USING HAND GESTURES
VIRTUAL PAINT APPLICATION USING HAND GESTURESVIRTUAL PAINT APPLICATION USING HAND GESTURES
VIRTUAL PAINT APPLICATION USING HAND GESTURES
 
Gestures Based Sign Interpretation System using Hand Glove
Gestures Based Sign Interpretation System using Hand GloveGestures Based Sign Interpretation System using Hand Glove
Gestures Based Sign Interpretation System using Hand Glove
 
A Review Paper on Elderly Fall Detection
A Review Paper on Elderly Fall DetectionA Review Paper on Elderly Fall Detection
A Review Paper on Elderly Fall Detection
 
Tracking limb motion using inertial measurement units (IMU)
Tracking limb motion using inertial measurement units (IMU)Tracking limb motion using inertial measurement units (IMU)
Tracking limb motion using inertial measurement units (IMU)
 
IRJET - A Smart Assistant for Aiding Dumb People
IRJET - A Smart Assistant for Aiding Dumb PeopleIRJET - A Smart Assistant for Aiding Dumb People
IRJET - A Smart Assistant for Aiding Dumb People
 
STEFANO CARRINO
STEFANO CARRINOSTEFANO CARRINO
STEFANO CARRINO
 
Media Control Using Hand Gesture Moments
Media Control Using Hand Gesture MomentsMedia Control Using Hand Gesture Moments
Media Control Using Hand Gesture Moments
 
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
 
IRJET- Surveillance of Object Motion Detection and Caution System using B...
IRJET-  	  Surveillance of Object Motion Detection and Caution System using B...IRJET-  	  Surveillance of Object Motion Detection and Caution System using B...
IRJET- Surveillance of Object Motion Detection and Caution System using B...
 
Design a System for Hand Gesture Recognition with Neural Network
Design a System for Hand Gesture Recognition with Neural NetworkDesign a System for Hand Gesture Recognition with Neural Network
Design a System for Hand Gesture Recognition with Neural Network
 
IRJET-V9I114.pdfA Review Paper on Economical Bionic Arm with Predefined Grasp...
IRJET-V9I114.pdfA Review Paper on Economical Bionic Arm with Predefined Grasp...IRJET-V9I114.pdfA Review Paper on Economical Bionic Arm with Predefined Grasp...
IRJET-V9I114.pdfA Review Paper on Economical Bionic Arm with Predefined Grasp...
 
Real Time Vision Hand Gesture Recognition Based Media Control via LAN & Wirel...
Real Time Vision Hand Gesture Recognition Based Media Control via LAN & Wirel...Real Time Vision Hand Gesture Recognition Based Media Control via LAN & Wirel...
Real Time Vision Hand Gesture Recognition Based Media Control via LAN & Wirel...
 
Control Buggy using Leap Sensor Camera in Data Mining Domain
Control Buggy using Leap Sensor Camera in Data Mining DomainControl Buggy using Leap Sensor Camera in Data Mining Domain
Control Buggy using Leap Sensor Camera in Data Mining Domain
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 

Recently uploaded (20)

Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 

IRJET- A Survey on Control of Mechanical ARM based on Hand Gesture Recognition using Wearable IMU Sensors

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 12 | Dec 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 780 A Survey on Control of Mechanical Arm based on Hand Gesture Recognition using Wearable IMU Sensors Sherin Samuel1, Ramandra Yadav2, Omkar Jadhav3, Sumant Ranmale4, Mahesh S. Shinde5 1,2,3,4Student, Dept. of Computer Engineering, MES College of Engineering, Pune, Maharashtra, India. 5Assistant Professor, Dept. of Computer Engineering, MES College of Engineering, Pune, Maharashtra, India. ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - Gesture has played a crucial role in reducing the gap between human and machine. Hand gesture recognition is applied in many technologies like games, wireless devices, mobile application, etc. In this paper, we have proposed a system in which the mechanical arm imitates the gesture performed by the operator using a wearable and machine learning algorithm for classification of gestures. The wearable is based on Inertial Measurement Unit (IMU) sensors which is gaining significant importance in field of Gesture Recognition. The algorithm used for gesture classification is Support Vector Machine which can recognize movement with less computation time andhigher accuracy, and can also model non-linear relation with more precise classification using SVM kernels. Key Words: Gesture Classification, IMU sensors, Wearable device, Mechanical arm, Human-machine Interaction. 1. INTRODUCTION Human-Machine Interaction (HMI) is a widespread field based on communication between humanandmachine.HMI is the interaction between human and machine which is done by analyzing human behavior and appearance various methods are proposed in human machine interaction. Some of them are through voice, keyboard, camera, etc. Gesture is one of the methods used for HMI which is a non-verbal communication method based on body movements. Various sensors are used for gesture recognition.Ithasbeen used in various areas like gaming [9], sign language recognition [8], appliance control. Some of the methods are camera based [10], inertial sensorbased[6,7],electrical field based [2] or combination of them. The gestures are recognized by various algorithms like support vector machine [1], artificial neural network [3], convolutional neural network [8]. Inertial sensorbasedgesturerecognition is gaining popularity because of its low cost,lightweight,low power design with great precision. Inertial measurement unit (IMU) consists of accelerometer and gyroscope responsible for finding the positioning of an object in 3D space. These sensors would help in finding positioning co- ordinates of hand movement. 1.1 Gesture Classification A lot of work has been done in the field of human face expression recognition which is an active research topic since the early nineties. There has been a lot of advances in the past few years for face detection and tracking while the problem of recognizing hand gesturesisunder explored.The reason is the higher level of complexity of hand gestures as compared to face detection. Hand gestures can be recorded using devices like depth cameras or data gloves equipped with sensors. Use of cameras and image processing introduces complex computations which may be difficult to overcome hence gloves equipped with sensors are ideally suited for this task. There are a lot of fields of work like nuclear power plants, underwater exploration,disasterproneareasorotherplaces where human intervention is difficult or there are situations where the machine operator has to control machinethrough long distance. Traditional methods like remote control would be tough to handle in those conditions. In such situations gesture based control of the machine helps in handling it easily where machines like mechanical arm would imitate the gesture of theoperatorandthework could be performed from a distance. Briefly, in this paper we have proposed a system in which the mechanical arm imitates the gesture of theoperator.The gesture data is collected through an Inertial Measurement Unit (IMU) which consists of a 3-axis gyroscope and accelerometer. A virtual reality head gear helps in viewing the workspace through a camera situated there. Among popular classification algorithms it is found outthatSupport Vector Machine (SVM) is provento recognizegesturesinless computation time with higher accuracy rate. The input to classifier is the data from IMU sensors and its output is the corresponding label which defines the action performed by the mechanical arm. The wearable and mechanical arm are connected to a computer wirelessly through Bluetooth. The machine learning algorithm can be run on the computer and the output of the algorithm will be passed to Raspberry Pi that controls mechanical arm.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 12 | Dec 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 781 2. LITERATURE REVIEW 2.1 Hand Body Language Gesture Recognition Based on Signals From Specialized Glove and Machine Learning Algorithms [1] Paweł Pławiak et al. This paper presents a system for quick and effective recognition of hand gestures based on data glove equipped with 10 sensors. Collected data was preprocessed using normalization and PCA analysis to test increase in classification sensitivity with reduction of data. They designed models using 3 machine learning algorithms based on Neural Network, Support Vector machine and K- nearest neighbors. Through results they found out that SVM gave highest accuracy rate (98.32%) as compared to PNN (97.23%) and KNN (97.36%). 2.2 An Efficient Approach to Recognize Hand Gestures Using Machine-Learning Algorithms [2] Md Ferdous Wahid et al. This paper presents use of Electromyography(EMG)sensorsforcapturinggesturedata. Five machine learning algorithms such as K-nearest neighbor (KNN), Discriminant analysis (DA), Naive Bayes , Random Forest and Support Vector Machine (SVM) were used to classify 3 different hand gestures. SVM showed maximum accuracy (97.56%) in classification which was further improved by normalizing EMG features (98.73). 2.3 Artificial Neural Networks for Gesture Classification with Inertial Motion Sensing Armbands [3] Ananta Srisuphab et al. Thispaper presentsthedesign of an automated tool to assist construction workers in the hand signal communicative channel. This system uses Myo sensors which is a combinationofsurfaceElectromyography (EMG) and Inertial Measurement Unit (IMU). The algorithm used for classification is Multi-Layer Neural Network. Daubechies wavelet transforms was used to analyze in frequency domain along with normalization and 10-fold cross validation was performed. The highest mean classification accuracy achieved was 88.176%. 2.4 A Sliding Window Approach to Natural Hand Gesture Recognition using a Custom Data Glove [4] Granit Luzhnica et al. This paper presents a gesture based system that can be adopted for general-purpose control of and communication with computing systems that are currently performed via mouse or smartphonegestures. This system uses a sliding window approach for data processing and hence suitable for stream data processing. A combination of linear discriminant analysis and logistic regression is used which resulted in an accuracy of over 98.5% on a continuous data stream scenario. 2.5 Classification of Hand Gestures from Wearable IMU using Deep Neural Network [5] Karush Suri et al. In this paper an improved approach for gesture classification is proposed using a Deep Neural Network for classification of six hand gestures corresponding to the signs used in the Indian sign language using signals from three IMU units. Principle component analysis (PCA) is used for dimensionality reductionand data is normalized. An accuracy of about 97.386% is observed. 2.6 Flexible Gesture Recognition Using Wearable Inertial Sensors [6] Huda Abualola et al. In this paper a glove basedGesture Recognition system is proposed that tracks hand movement using inertial sensors. The proposed glove is able to recognize American Sign language letters and communicate them for external displays on smart-phones. The algorithm used is based on linear discriminant analysis (LDA) which allows accurate and low complexity classification with improved clustering and reduced dimensionality. 2.7 Gesture Recognition with Wearable 9-axis Sensors [7] Fang-Ting Liu et al. This paper presents use of SVM and Inertial Measurement units for gesture recognition. For achieving higher classification accuracy featureextraction is applied using principal component analysis and linear discriminant analysis. Principal Component Analysis is an algorithm used for feature extraction which helps in improving gestures classification sensitivity and accuracy considerably. SVM is used with radial basis function (RBF) kernel and a non linear SVM called Gausian SVM which provides a more precise classification and can also add non- linearity. Kernels help in improving the classification sensitivity and accuracy considerably. 2.8 TrainingCNNfor3DSignLanguageRecognition with color texture coded Joint Angular Displacement Maps [8] E.Kiran Kumar et al. In this paper Convolutional Neural Network (CNN) is used in the recognition of 3D motion-captured sign language. The 3D information of each sign is interpreted using Joint Angular Displacement maps (JADM) which uses both angular measurements and joint distance maps (JDM) and encodes skeletal data into color texture images. 2.9 Hand Gesture Recognition andReal-timeGame Control Based on A Wearable Band with 6-axis Sensors [9] Yande Li et al. This paper proposes a system based on hand gesture recognition and real time game control to run
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 12 | Dec 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 782 an android game named Fly Birds. Accelerometer and gyroscope in wrist band is used to collect hand gesture information and Kinect camera captures video information which is mainly used to mark the data during gesture recognition stage. Sliding window and DTW algorithm is used to detect gestures in real time game control. 2.10 Imitation and Learning of Human Hand Gesture Tasks of the 3D Printed Robotic Hand by Using Artificial Neural Networks [10] Mehmet Celalettin Ergene et al. In this paper it is explained how robot hand can learn via imitation using image processing based on Artificial Neural network. Features were extracted using image processing algorithms such as filtering and background subtraction. The success rate of network is 90.1%. 3. PROPOSED SYSTEM Figure -1: System Architecture 3.1 Gesture Data acquisition The gesture data is collected from a wearable glove mounted with Inertial measurementunit(IMU)sensors.The IMU unit is MPU 6050 which has 3-axis accelerometer and gyroscope. It gives output in the form of x-y-z co-ordinates. 3.2 Preprocessing Data Preprocessing is an important step before applying machine learning algorithms. Preprocessingisdoneinorder to improve quality of data and also helps improvesensitivity of classification through processes like dimensionality reduction and normalization. Dimensionality reduction is performed through Principle Component Analysis (PCA) algorithm which helps in improving classification accuracy considerably. 3.3 Machine Learning Model The model gets prepared after learning processusingthe data acquired from sensors. This machine learning model is used to predict the actions to be performed by the mechanical arm. There are many types of algorithms used for classification like Probabilistic Neural Network, K- nearest neighbor, Decision trees, Support Vector Machines (SVM), etc. The output of machine learning model is in the form of labels that are mapped to the type of action performed by mechanical arm.Theoutputlabelsgetmapped to the servo motor rotation angles of mechanical arm and accordingly each joint movement takes place. 3.4 Computer Software A Linux software is designed that connects the mechanical arm and wearable glove through Bluetooth for the data transfer to take place among them. The sensor data is send to this software that runs the machine learning model and it produces the output which is then transfered to the Raspberry Pi which controls the mechanical arm. 4. CONCLUSIONS In this paper, we developed a system for imitation of hand gestures by a mechanical arm which would help operate machines wirelessly from a distance easily. This provides a very comfortable work environmentforoperator and the handling of machines with complex controls can be done easily through hand gestures. For wireless communication Bluetooth and Wi-Fi can be used .We have combined algorithms likeSVMandPCAtodesignaneffective machine learning model. This system can be further developed to perform computations over cloud and control machines through Internet if bluetooth or Wi-Fi connection is not possible. ACKNOWLEDGEMENT We take this opportunity to express our deep sense of gratitude for our guide Prof. Mahesh S. Shinde sir (Assistant Professor, MES College of Engineering,Pune), for providing us this good opportunity to select and present this topic and also for providing all the facilities and guidance required for the successful completion of our research work. REFERENCES [1] Pawel Plawiak, Toma z o nicki Michal Nied zwiecki Zbi law Tabor and Krzy ztof Rzecki “Hand Body Language Gesture Recognition Based on Signals From pecialized Glove and Machine Learning Algorithm ” IEEE Transactions on Industrial Informatics, 2016. [2] Md Ferdous Wahid, Reza Tafreshi, Mubarak Al-Sowaidi, Reza Langari “An Efficient Approach to RecognizeHand Gestures Using Machine-LearningAlgorithm ” IEEE4th Middle East Conference on Biomedical Engineering (MECBME), 2018.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 12 | Dec 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 783 [3] Ananta ri uphab Piyanuch ilapachote “Artificial Neural Networks for Gesture Classification withInertial Motion en ing Armband ” IEEE Region 10 Conference (TENCON), 2016. [4] Granit Luzhnica, Jorg Simon, Elisabeth Lex, Viktoria Pammer “A liding Window Approach to Natural Hand Gesture Recognition using a Cu tom Data Glove” IEEE Symposium on 3D User Interfaces, 19-20 march 2016. [5] Karu h uri Rinki Gupta “Cla ification of Hand Gestures from Wearable IMUs using Deep Neural Network” 2nd International Conference on Inventive Communication and Computational Technologies,2018. [6] Huda Abualola, Hanin Al Ghothani, Abdulrahim Naser Eddin Nawaf Almoo a Kin Poon “Flexible Ge ture Recognition U ing Wearable Inertial en or ” 59th International Midwest Symposium on Circuits and Systems (MWSCAS), 16-19 October 2016. [7] Fang-Ting Liu, Yong-Ting Wang, Hsi-Pin Ma “Ge ture Recognition with Wearable 9-axi en or ” IEEE ICC SAC Symposium E-Health Track, 2017. [8] E.Kiran Kumar, P.V.V.Kishore, A.S.C.S.Sastry, M.Teja Kiran Kumar D.Anil Kumar “Training CNN for 3D Sign Language Recognition with color texture coded Joint Angular Di placement Map ” IEEE ignal Proce ing Letters, May 2018. [9] Yande Li, Taiqian Wang, Aamir khan, Lian Li, CaihongLi, Yi Yang Li Liu “HandGe tureRecognitionandReal-time Game Control Based on A Wearable Band with 6-axis en or ” International Joint Conference on Neural Networks (IJCNN), 2018. [10] Mehmet CelalettinErgene, Akif Durdu, Halil Cetin, “Imitation and Learning of Human Hand Ge ture Ta k of the 3D Printed Robotic Hand by Using Artificial Neural Network ” International Conference– 8th Edition Electronics, Computers and Artificial Intelligence 30 June -02 July, 2016.