SlideShare ist ein Scribd-Unternehmen logo
1 von 5
Downloaden Sie, um offline zu lesen
www.ijmer.com

International Journal of Modern Engineering Research (IJMER)
Vol. 3, Issue. 5, Sep - Oct. 2013 pp-3129-3133
ISSN: 2249-6645

Real Time Vision Hand Gesture Recognition Based Media
Control via LAN & Wireless Hardware Control
Tarachand Saini,Savita Sivani
Dept. of Software Engineering, Suresh Gyan Vihar University Jagatpura mahal, jagatpura, Jaipur(raj.), India

ABSTRACT: Gesture (Ges-ture) means a movement of part of body. Gesture Recognition is the technology that recognize the
movement of body. It recognize hand, arms, head or any part of the body. So the goal of Gesture Recognition is to provide
interface of human body with computer via mathematical algorithm.
This paper gives a real time vision based method for recognizing human body motion using MATLAB. It also gives the
working details of recognizing process using Edge detection and Skin detection algorithms. In this paper Gesture Recognition
used to control the media application over LAN connectivity and wireless hardware interface technology employed allow us to
control home appliances formed in a wireless network via Hand gesture movement only, this opens a new pleothera of avenues
in real time vision based home automation system.

I.

INTRODUCTION

Gesture Recognition recognize meaningful expression of motion by a human body, involving the hands, arms, face,
head or body. Gesture Recognition is important in designing efficient human computer interface. Its provides a bitter bridge
between machine and human than primitives tent user interface or event GUI(graphical user interface).
One of the attractive methods for providing natural human-computer interaction is the use of the hand as an input device
rather than the cumbersome devices such as keyboards and mice, which need the user to be located in a specific location to use
these devices. Since human hand is an articulated object, it is an open issue to discuss. The most important thing in hand gesture
recognition system is the input features, and the selection of good features representation. This paper presents a review study on
the hand postures and gesture recognition methods, which is considered to be a challenging problem in human computer
interaction context and promising as well. Many applications and techniques were discussed here with the explanation of system
recognition framework and its main phases. This section defines the literature review of real time media control application LAN
control and hand gesture recognition with wireless network to control hardware. Appearance based technology is used for
recognize a gesture. Appear based technology read appearance of image of hand and compare this image parameters with the
extracted image feature from input video. Gesture recognition does not require the user to wear any special equipment or attach
any devices to the body. The gestures of the body are read by a camera instead of sensors attached to a device.
We control media application or utility application through LAN. In recent years LAN connectivity of computer system
is commonly used in all fields like Education, Business, Medical and Banking etc. Application sharing and open same
application on many systems is common task. Gesture Recognition makes it easy to control media application (audio, video etc.)
or utility application (notepad, word sheet or business purpose application) to share or open on different computers connected
through LAN. A hand gesture is used on one system and its controls all LAN connected system. This paper gives and
implements a idea of media application controlled over LAN network by a simple hand gesture recognition.
This paper also gives the idea of wireless hardware control. It controls hardware over wireless network. In any building or big
companies to control the hardware like (fan, light, gates etc.) take more time and man work. We control hardware by gesture
recognition manually or automatically through wireless connectivity. It is also used in home appliance to control like TV, Radio,
Light, Fan, and Door through a gesture without use of switch. To understand gesture recognition two things are important.
I. Human Gesture Introduction - Human band gestures provide the most important means for non-verbal interaction among
people. They range from simple manipulative gestures that are used to point at and move objects around to more complex
communicative ones that express our feelings and allow us to communicate with others. Hand gesture recognition based manmachine interface is being developed vigorously in recent years. Due to the effect of lighting and complex background, most
visual hand gesture recognition systems work only under restricted environment. Many methods for hand gesture recognition
using visual analysis have been proposed for hand gesture recognition. Sebastiean Marcel, Oliver Bernier, Jean Emmanuel
Viallet and Danieal Collobert have proposed the same using Input-output Hidden Markov Models. Xia Liu and Kikuo Fujimura
have proposed the hand gesture recognition using depth data. For hand detection, many approached uses color or motion
information. Attila Licsar and Tamas Sziranyi have developed a hand gesture recognition system based on the shape analysis of
the static gesture. Another method is proposed by E. Stergiopoulou and N. Papamarkos which says that detection of the hand
region can be achieved through color segmentation. Byung-Woo Min, Ho-Sub Yoon, Jung Soh, Yun-Mo Yangc and Toskiaki
Ejima have suggested the method of Hand Gesture Recognition using Hidden Markov models. Another very important method is
suggested by Meide Zhao, Francis K.H. Quek and Xindong Wu. There is another efficient technique which uses Fast Multi-Scale
Analysis for the recognition of hand gestures as suggested by Yikai Fang, Jian Cheng, Kongqiao Wang and Hanqing Lu, but this
www.ijmer.com

3129 | Page
International Journal of Modern Engineering Research (IJMER)
www.ijmer.com
Vol. 3, Issue. 5, Sep - Oct. 2013 pp-3129-3133
ISSN: 2249-6645
method is computationally expensive. Chris Joslin et. al. have suggested the method for enabling dynamic gesture recognition for
hand gestures. Rotation Invariant method is widely used for texture classification and recognition. Timi Ojala et. al. have
suggested the method for texture classification using Local Binary Patterns.

II.

GESTURE RECOGNITION

Gestures are expressive, meaningful body motions – i.e., physical movements of the fingers, hands, arms, head, face, or
body with the intent to convey information or interact with the environment. There are several aspects of a gesture that may be
relevant and therefore may need to be represented explicitly. Hummels and Stappers (1998) describe four aspects of a gesture
which may be important to its meaning.
• Spatial information – where it occurs, locations agesture refers to.
• Pathic information – the path that a gesture takes.
• Symbolic information – the sign that a gesture makes
• Affective information – the emotional quality of a gesture.
In order to infer these aspects of gesture, human position, configuration, and movement must be sensed. Gesture
recognition is the process by which gestures made by the user are made known to the system. Gesture recognition is also
important for developing alternative human-computer interaction modalities. It enables human to interface with machine in a
more natural way. Gesture recognition is a technique which used to take computers „see‟ and interpret intelligently is becoming
increasingly popular. Dynamic gesture recognition isn‟t something entirely new.

III.

SYSTEM MODEL

Input: The input of the gesture recognition is hand gesture image that taken by a webcam or camera. This is a motion of
hand or body part that is captured and processed by edge detection algorithm. Before preprocessing first we initialize variable
and parameters.
Preprocessing: Preprocessing is applied to images before we can extract features from hand images. It is a step by step process
to recognize and matching appearance of the image that is previously stored.
STEP 1: Captured image is a gray scale image converted into equal binary form or frames. Ostu algorithm is used to convert
gray scale into binary form. In computer vision and image processing, Otsu's method is used to automatically perform histogram
shape-based image thresholding or the reduction of a gray level image to a binary image. The algorithm assumes that the image
to be threshold contains two classes of pixels or bi-modal histogram (e.g. foreground and background) then calculates the
optimum threshold separating those two classes so that their combined spread (intra-class variance) is minimal.
The result of this step is in the figure show below.
STEP 2: After applying the Otsu algorithm on the original gray scale image, we find that some noise occurs in binary image or
frames. These errors create problems in detection of hand gesture. So we need remove these errors. Morphological filtering
approach is done to remove these errors. In the morphological filtering, we apply a rule on the binary image. The value of any
given pixel in the output image is obtained by allying set of rules on the neighbors in the input image.
STEP 3: After finding the real binary image features extraction is perform. Features extraction is a process of find the edge of
detected image. Canny edge detection algorithm is used for find the edge of detected image.
STEP4: The detected edge of image is used to match the appearance of hand gesture and give the result to the output hardware or
media application.

www.ijmer.com

3130 | Page
www.ijmer.com

International Journal of Modern Engineering Research (IJMER)
Vol. 3, Issue. 5, Sep - Oct. 2013 pp-3129-3133
ISSN: 2249-6645

IV.

FLOW CHART

Variable & parameter
initialization
Read & display input image set
Gray scale conversion of training
set
Median filtering on training set

Weiner filtering on training set

Video initialization

Get snapshot of real time video
Gray scale conversion

Binary conversion

Find correlation coefficient with
training set

Find highest correlation training
set
Display gesture no. according serial
command

Repeat through step 8 until user
intersupt by breach

www.ijmer.com

3131 | Page
www.ijmer.com

International Journal of Modern Engineering Research (IJMER)
Vol. 3, Issue. 5, Sep - Oct. 2013 pp-3129-3133
ISSN: 2249-6645

TRAINING SET

GRAY SCALE CONVERSION

MEDIAN FILTERING

BINARY IMAGE
www.ijmer.com

3132 | Page
www.ijmer.com

International Journal of Modern Engineering Research (IJMER)
Vol. 3, Issue. 5, Sep - Oct. 2013 pp-3129-3133
ISSN: 2249-6645

V.

FURTHER RESRARCH

Further detail research is focused on providing security machenism through gesture. We use body motion for
authentication purpose or provide security to access the information or data with CCTV camera. It will be a multipurpose
system. Recognize a pattern of body motion with CCTV camera and used to provide security to system not extra webcam is
used.

REFERENCE
[1]
[2]
[3]

[4]
[5]
[6]
[7]

P. Jenifer Martina1, P. Nagarajan2, P. Karthikeyan3, “Hand Gesture Recognition Based Real-time Command System” 1P.G
Scholar/Applied Electronics, Dept of ECE, PSNA College of Engineering and Technology Dindigul, Tamilnadu, India,April 2013.
Sushmita Mitra, Senior Member, IEEE, and Tinku Acharya, “Gesture Recognition: A Survey” Senior Member, IEEE, May 2007.
Carl A. Pickering*, Keith J. Burnham†, Michael J. Richardson*,“A Research Study of Hand Gesture Recognition Technologies and
Applications for Human Vehicle Interaction”, Coventry University, UK, Control Theory and Applications Centre, Priory Street,
Coventry.
Qing Chen, Nicolas D. Georganas, Emil M. Petriu, “Real-time Vision-based Hand Gesture Recognition Using Haar-like Features”,
School of Information Technology and Engineering University of Ottawa, March 2007.
X. Zabulisy, H. Baltzakisy, A. Argyroszy, “Vision-based Hand Gesture Recognition for Human-Computer Interaction”, Institute of
Computer Science Foundation for Research and Technology - Hellas (FORTH) Heraklion, Crete, Greece.
J. Canny,“A computational approach to edge detection,” IEEE Trans. Pattern Anal. Machine. Intell., vol. 8, no. 6, pp. 679–698, Nov.
1986.
Bill Green “Canny Edge Detection Tutorial.”, http://www. pages. drexel.edu/~weg22/can tut.html ,2002.

www.ijmer.com

3133 | Page

Weitere ähnliche Inhalte

Was ist angesagt?

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
 
Password Based Hand Gesture Controlled Robot
Password Based Hand Gesture Controlled Robot Password Based Hand Gesture Controlled Robot
Password Based Hand Gesture Controlled Robot IJERA Editor
 
Hand Gesture Recognition System for Human-Computer Interaction with Web-Cam
Hand Gesture Recognition System for Human-Computer Interaction with Web-CamHand Gesture Recognition System for Human-Computer Interaction with Web-Cam
Hand Gesture Recognition System for Human-Computer Interaction with Web-Camijsrd.com
 
Accessing Operating System using Finger Gesture
Accessing Operating System using Finger GestureAccessing Operating System using Finger Gesture
Accessing Operating System using Finger GestureIRJET Journal
 
Real time gesture recognition
Real time gesture recognitionReal time gesture recognition
Real time gesture recognitionJaison2636
 
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
 
Paper id 25201413
Paper id 25201413Paper id 25201413
Paper id 25201413IJRAT
 
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
 
Real time hand gesture recognition system for dynamic applications
Real time hand gesture recognition system for dynamic applicationsReal time hand gesture recognition system for dynamic applications
Real time hand gesture recognition system for dynamic applicationsijujournal
 
Real time hand gesture recognition system for dynamic applications
Real time hand gesture recognition system for dynamic applicationsReal time hand gesture recognition system for dynamic applications
Real time hand gesture recognition system for dynamic applicationsijujournal
 
Gesturerecognition
GesturerecognitionGesturerecognition
GesturerecognitionMariya Khan
 
Design of Image Projection Using Combined Approach for Tracking
Design of Image Projection Using Combined Approach for  TrackingDesign of Image Projection Using Combined Approach for  Tracking
Design of Image Projection Using Combined Approach for TrackingIJMER
 
Human activity recognition
Human activity recognitionHuman activity recognition
Human activity recognitionRandhir Gupta
 
Human activity recognition
Human activity recognition Human activity recognition
Human activity recognition srikanthgadam
 
human activity recognization using machine learning with data analysis
human activity recognization using machine learning with data analysishuman activity recognization using machine learning with data analysis
human activity recognization using machine learning with data analysisVenkat Projects
 
Paper id 21201494
Paper id 21201494Paper id 21201494
Paper id 21201494IJRAT
 
An Approach for Object and Scene Detection for Blind Peoples Using Vocal Vision.
An Approach for Object and Scene Detection for Blind Peoples Using Vocal Vision.An Approach for Object and Scene Detection for Blind Peoples Using Vocal Vision.
An Approach for Object and Scene Detection for Blind Peoples Using Vocal Vision.IJERA Editor
 

Was ist angesagt? (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
 
Password Based Hand Gesture Controlled Robot
Password Based Hand Gesture Controlled Robot Password Based Hand Gesture Controlled Robot
Password Based Hand Gesture Controlled Robot
 
gesture-recognition
gesture-recognitiongesture-recognition
gesture-recognition
 
Hand Gesture Recognition System for Human-Computer Interaction with Web-Cam
Hand Gesture Recognition System for Human-Computer Interaction with Web-CamHand Gesture Recognition System for Human-Computer Interaction with Web-Cam
Hand Gesture Recognition System for Human-Computer Interaction with Web-Cam
 
Accessing Operating System using Finger Gesture
Accessing Operating System using Finger GestureAccessing Operating System using Finger Gesture
Accessing Operating System using Finger Gesture
 
Real time gesture recognition
Real time gesture recognitionReal time gesture recognition
Real time gesture recognition
 
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...
 
Paper id 25201413
Paper id 25201413Paper id 25201413
Paper id 25201413
 
Paper
PaperPaper
Paper
 
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...
 
Real time hand gesture recognition system for dynamic applications
Real time hand gesture recognition system for dynamic applicationsReal time hand gesture recognition system for dynamic applications
Real time hand gesture recognition system for dynamic applications
 
Real time hand gesture recognition system for dynamic applications
Real time hand gesture recognition system for dynamic applicationsReal time hand gesture recognition system for dynamic applications
Real time hand gesture recognition system for dynamic applications
 
Gesturerecognition
GesturerecognitionGesturerecognition
Gesturerecognition
 
Design of Image Projection Using Combined Approach for Tracking
Design of Image Projection Using Combined Approach for  TrackingDesign of Image Projection Using Combined Approach for  Tracking
Design of Image Projection Using Combined Approach for Tracking
 
Human activity recognition
Human activity recognitionHuman activity recognition
Human activity recognition
 
AUGMENTED REALITY
AUGMENTED REALITYAUGMENTED REALITY
AUGMENTED REALITY
 
Human activity recognition
Human activity recognition Human activity recognition
Human activity recognition
 
human activity recognization using machine learning with data analysis
human activity recognization using machine learning with data analysishuman activity recognization using machine learning with data analysis
human activity recognization using machine learning with data analysis
 
Paper id 21201494
Paper id 21201494Paper id 21201494
Paper id 21201494
 
An Approach for Object and Scene Detection for Blind Peoples Using Vocal Vision.
An Approach for Object and Scene Detection for Blind Peoples Using Vocal Vision.An Approach for Object and Scene Detection for Blind Peoples Using Vocal Vision.
An Approach for Object and Scene Detection for Blind Peoples Using Vocal Vision.
 

Andere mochten auch

Type of interfaces Touch and air based-gesture
Type of interfaces Touch and air based-gestureType of interfaces Touch and air based-gesture
Type of interfaces Touch and air based-gestureAminah Min
 
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
 
Hand movements based control of an intelligent wheelchair Using Accelerometer...
Hand movements based control of an intelligent wheelchair Using Accelerometer...Hand movements based control of an intelligent wheelchair Using Accelerometer...
Hand movements based control of an intelligent wheelchair Using Accelerometer...IJERD Editor
 
Hand gesture recognition system(FYP REPORT)
Hand gesture recognition system(FYP REPORT)Hand gesture recognition system(FYP REPORT)
Hand gesture recognition system(FYP REPORT)Afnan Rehman
 
Presentation on bezier curve
Presentation on bezier curvePresentation on bezier curve
Presentation on bezier curveSatyendra Rajput
 
HCI - Chapter 3
HCI - Chapter 3HCI - Chapter 3
HCI - Chapter 3Alan Dix
 
Ec3212561262
Ec3212561262Ec3212561262
Ec3212561262IJMER
 
Cx31436438
Cx31436438Cx31436438
Cx31436438IJMER
 
Development of a Smart Mechatronic Tracking System to Enhance Solar Cell Pan...
Development of a Smart Mechatronic Tracking System to  Enhance Solar Cell Pan...Development of a Smart Mechatronic Tracking System to  Enhance Solar Cell Pan...
Development of a Smart Mechatronic Tracking System to Enhance Solar Cell Pan...IJMER
 
Monitor the Unmeasurable
Monitor the UnmeasurableMonitor the Unmeasurable
Monitor the UnmeasurableJennifer Davis
 
Effectiveness of Internal Audits in Public Educational Institutions in Kenya...
Effectiveness of Internal Audits in Public Educational Institutions  in Kenya...Effectiveness of Internal Audits in Public Educational Institutions  in Kenya...
Effectiveness of Internal Audits in Public Educational Institutions in Kenya...IJMER
 
Review on Digital Elevation Model
Review on Digital Elevation ModelReview on Digital Elevation Model
Review on Digital Elevation ModelIJMER
 
An Optimal Risk- Aware Mechanism for Countering Routing Attacks in MANETs
An Optimal Risk- Aware Mechanism for Countering Routing Attacks in MANETsAn Optimal Risk- Aware Mechanism for Countering Routing Attacks in MANETs
An Optimal Risk- Aware Mechanism for Countering Routing Attacks in MANETsIJMER
 
Measurement Of Rn222 Concentrations In The Air Of Peshraw & Darbandikhan Tu...
Measurement Of Rn222  Concentrations In The Air Of Peshraw &  Darbandikhan Tu...Measurement Of Rn222  Concentrations In The Air Of Peshraw &  Darbandikhan Tu...
Measurement Of Rn222 Concentrations In The Air Of Peshraw & Darbandikhan Tu...IJMER
 
Intranetizen IIC12: losing the intranet plot
Intranetizen IIC12: losing the intranet plotIntranetizen IIC12: losing the intranet plot
Intranetizen IIC12: losing the intranet plotIntranetizen
 
The Effect of Design Parameters of an Integrated Linear Electromagnetic Moto...
The Effect of Design Parameters of an Integrated Linear  Electromagnetic Moto...The Effect of Design Parameters of an Integrated Linear  Electromagnetic Moto...
The Effect of Design Parameters of an Integrated Linear Electromagnetic Moto...IJMER
 
Acc 422 final exam
Acc 422 final examAcc 422 final exam
Acc 422 final examliam111221
 
Bb2641284132
Bb2641284132Bb2641284132
Bb2641284132IJMER
 

Andere mochten auch (20)

Type of interfaces Touch and air based-gesture
Type of interfaces Touch and air based-gestureType of interfaces Touch and air based-gesture
Type of interfaces Touch and air based-gesture
 
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
 
Hand movements based control of an intelligent wheelchair Using Accelerometer...
Hand movements based control of an intelligent wheelchair Using Accelerometer...Hand movements based control of an intelligent wheelchair Using Accelerometer...
Hand movements based control of an intelligent wheelchair Using Accelerometer...
 
Hand gesture recognition system(FYP REPORT)
Hand gesture recognition system(FYP REPORT)Hand gesture recognition system(FYP REPORT)
Hand gesture recognition system(FYP REPORT)
 
Presentation on bezier curve
Presentation on bezier curvePresentation on bezier curve
Presentation on bezier curve
 
HCI - Chapter 3
HCI - Chapter 3HCI - Chapter 3
HCI - Chapter 3
 
Hand Gesture Recognition
Hand Gesture RecognitionHand Gesture Recognition
Hand Gesture Recognition
 
Ec3212561262
Ec3212561262Ec3212561262
Ec3212561262
 
Cx31436438
Cx31436438Cx31436438
Cx31436438
 
Sience academy
Sience academySience academy
Sience academy
 
Development of a Smart Mechatronic Tracking System to Enhance Solar Cell Pan...
Development of a Smart Mechatronic Tracking System to  Enhance Solar Cell Pan...Development of a Smart Mechatronic Tracking System to  Enhance Solar Cell Pan...
Development of a Smart Mechatronic Tracking System to Enhance Solar Cell Pan...
 
Monitor the Unmeasurable
Monitor the UnmeasurableMonitor the Unmeasurable
Monitor the Unmeasurable
 
Effectiveness of Internal Audits in Public Educational Institutions in Kenya...
Effectiveness of Internal Audits in Public Educational Institutions  in Kenya...Effectiveness of Internal Audits in Public Educational Institutions  in Kenya...
Effectiveness of Internal Audits in Public Educational Institutions in Kenya...
 
Review on Digital Elevation Model
Review on Digital Elevation ModelReview on Digital Elevation Model
Review on Digital Elevation Model
 
An Optimal Risk- Aware Mechanism for Countering Routing Attacks in MANETs
An Optimal Risk- Aware Mechanism for Countering Routing Attacks in MANETsAn Optimal Risk- Aware Mechanism for Countering Routing Attacks in MANETs
An Optimal Risk- Aware Mechanism for Countering Routing Attacks in MANETs
 
Measurement Of Rn222 Concentrations In The Air Of Peshraw & Darbandikhan Tu...
Measurement Of Rn222  Concentrations In The Air Of Peshraw &  Darbandikhan Tu...Measurement Of Rn222  Concentrations In The Air Of Peshraw &  Darbandikhan Tu...
Measurement Of Rn222 Concentrations In The Air Of Peshraw & Darbandikhan Tu...
 
Intranetizen IIC12: losing the intranet plot
Intranetizen IIC12: losing the intranet plotIntranetizen IIC12: losing the intranet plot
Intranetizen IIC12: losing the intranet plot
 
The Effect of Design Parameters of an Integrated Linear Electromagnetic Moto...
The Effect of Design Parameters of an Integrated Linear  Electromagnetic Moto...The Effect of Design Parameters of an Integrated Linear  Electromagnetic Moto...
The Effect of Design Parameters of an Integrated Linear Electromagnetic Moto...
 
Acc 422 final exam
Acc 422 final examAcc 422 final exam
Acc 422 final exam
 
Bb2641284132
Bb2641284132Bb2641284132
Bb2641284132
 

Ähnlich wie Real Time Vision Hand Gesture Recognition Based Media Control via LAN & Wireless Hardware Control

Gesture Recognition Technology
Gesture Recognition TechnologyGesture Recognition Technology
Gesture Recognition TechnologyNikith Kumar Reddy
 
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
 
Gesture recognition document
Gesture recognition documentGesture recognition document
Gesture recognition documentNikhil Jha
 
Hand Gesture Recognition using OpenCV and Python
Hand Gesture Recognition using OpenCV and PythonHand Gesture Recognition using OpenCV and Python
Hand Gesture Recognition using OpenCV and Pythonijtsrd
 
Real time human-computer interaction
Real time human-computer interactionReal time human-computer interaction
Real time human-computer interactionijfcstjournal
 
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
 
Computer Based Human Gesture Recognition With Study Of Algorithms
Computer Based Human Gesture Recognition With Study Of AlgorithmsComputer Based Human Gesture Recognition With Study Of Algorithms
Computer Based Human Gesture Recognition With Study Of AlgorithmsIOSR Journals
 
Part 1 - Gesture Recognition Technology
Part   1 - Gesture Recognition TechnologyPart   1 - Gesture Recognition Technology
Part 1 - Gesture Recognition TechnologyPatel Saunak
 
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
 
Media Control Using Hand Gesture Moments
Media Control Using Hand Gesture MomentsMedia Control Using Hand Gesture Moments
Media Control Using Hand Gesture MomentsIRJET Journal
 
Smart Presentation Control by Hand Gestures Using Computer Vision and Google’...
Smart Presentation Control by Hand Gestures Using Computer Vision and Google’...Smart Presentation Control by Hand Gestures Using Computer Vision and Google’...
Smart Presentation Control by Hand Gestures Using Computer Vision and Google’...IRJET Journal
 
Controlling Computer using Hand Gestures
Controlling Computer using Hand GesturesControlling Computer using Hand Gestures
Controlling Computer using Hand GesturesIRJET Journal
 
GESTURE RECOGNITION TECHNOLOGY
GESTURE RECOGNITION TECHNOLOGYGESTURE RECOGNITION TECHNOLOGY
GESTURE RECOGNITION TECHNOLOGYjinal thakrar
 
VIRTUAL PAINT APPLICATION USING HAND GESTURES
VIRTUAL PAINT APPLICATION USING HAND GESTURESVIRTUAL PAINT APPLICATION USING HAND GESTURES
VIRTUAL PAINT APPLICATION USING HAND GESTURESIRJET Journal
 
sixth sense presentation
sixth sense presentationsixth sense presentation
sixth sense presentationAayush Agrawal
 
Sixth sense technology
Sixth sense technologySixth sense technology
Sixth sense technologyRenjith Ravi
 
The Internet-of-Things based hand gestures using wearable sensors for human m...
The Internet-of-Things based hand gestures using wearable sensors for human m...The Internet-of-Things based hand gestures using wearable sensors for human m...
The Internet-of-Things based hand gestures using wearable sensors for human m...CloudTechnologies
 
Gesture recognition technology
Gesture recognition technology Gesture recognition technology
Gesture recognition technology Nagamani Gurram
 

Ähnlich wie Real Time Vision Hand Gesture Recognition Based Media Control via LAN & Wireless Hardware Control (20)

Gesture Recognition Technology
Gesture Recognition TechnologyGesture Recognition Technology
Gesture Recognition Technology
 
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
 
Gesture recognition document
Gesture recognition documentGesture recognition document
Gesture recognition document
 
Hand Gesture Recognition using OpenCV and Python
Hand Gesture Recognition using OpenCV and PythonHand Gesture Recognition using OpenCV and Python
Hand Gesture Recognition using OpenCV and Python
 
Real time human-computer interaction
Real time human-computer interactionReal time human-computer interaction
Real time human-computer interaction
 
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
 
Gesture Recognition
Gesture RecognitionGesture Recognition
Gesture Recognition
 
E010122431
E010122431E010122431
E010122431
 
Computer Based Human Gesture Recognition With Study Of Algorithms
Computer Based Human Gesture Recognition With Study Of AlgorithmsComputer Based Human Gesture Recognition With Study Of Algorithms
Computer Based Human Gesture Recognition With Study Of Algorithms
 
Part 1 - Gesture Recognition Technology
Part   1 - Gesture Recognition TechnologyPart   1 - Gesture Recognition Technology
Part 1 - Gesture Recognition Technology
 
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
 
Media Control Using Hand Gesture Moments
Media Control Using Hand Gesture MomentsMedia Control Using Hand Gesture Moments
Media Control Using Hand Gesture Moments
 
Smart Presentation Control by Hand Gestures Using Computer Vision and Google’...
Smart Presentation Control by Hand Gestures Using Computer Vision and Google’...Smart Presentation Control by Hand Gestures Using Computer Vision and Google’...
Smart Presentation Control by Hand Gestures Using Computer Vision and Google’...
 
Controlling Computer using Hand Gestures
Controlling Computer using Hand GesturesControlling Computer using Hand Gestures
Controlling Computer using Hand Gestures
 
GESTURE RECOGNITION TECHNOLOGY
GESTURE RECOGNITION TECHNOLOGYGESTURE RECOGNITION TECHNOLOGY
GESTURE RECOGNITION TECHNOLOGY
 
VIRTUAL PAINT APPLICATION USING HAND GESTURES
VIRTUAL PAINT APPLICATION USING HAND GESTURESVIRTUAL PAINT APPLICATION USING HAND GESTURES
VIRTUAL PAINT APPLICATION USING HAND GESTURES
 
sixth sense presentation
sixth sense presentationsixth sense presentation
sixth sense presentation
 
Sixth sense technology
Sixth sense technologySixth sense technology
Sixth sense technology
 
The Internet-of-Things based hand gestures using wearable sensors for human m...
The Internet-of-Things based hand gestures using wearable sensors for human m...The Internet-of-Things based hand gestures using wearable sensors for human m...
The Internet-of-Things based hand gestures using wearable sensors for human m...
 
Gesture recognition technology
Gesture recognition technology Gesture recognition technology
Gesture recognition technology
 

Mehr von IJMER

A Study on Translucent Concrete Product and Its Properties by Using Optical F...
A Study on Translucent Concrete Product and Its Properties by Using Optical F...A Study on Translucent Concrete Product and Its Properties by Using Optical F...
A Study on Translucent Concrete Product and Its Properties by Using Optical F...IJMER
 
Developing Cost Effective Automation for Cotton Seed Delinting
Developing Cost Effective Automation for Cotton Seed DelintingDeveloping Cost Effective Automation for Cotton Seed Delinting
Developing Cost Effective Automation for Cotton Seed DelintingIJMER
 
Study & Testing Of Bio-Composite Material Based On Munja Fibre
Study & Testing Of Bio-Composite Material Based On Munja FibreStudy & Testing Of Bio-Composite Material Based On Munja Fibre
Study & Testing Of Bio-Composite Material Based On Munja FibreIJMER
 
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)IJMER
 
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...IJMER
 
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...IJMER
 
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...IJMER
 
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...IJMER
 
Static Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
Static Analysis of Go-Kart Chassis by Analytical and Solid Works SimulationStatic Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
Static Analysis of Go-Kart Chassis by Analytical and Solid Works SimulationIJMER
 
High Speed Effortless Bicycle
High Speed Effortless BicycleHigh Speed Effortless Bicycle
High Speed Effortless BicycleIJMER
 
Integration of Struts & Spring & Hibernate for Enterprise Applications
Integration of Struts & Spring & Hibernate for Enterprise ApplicationsIntegration of Struts & Spring & Hibernate for Enterprise Applications
Integration of Struts & Spring & Hibernate for Enterprise ApplicationsIJMER
 
Microcontroller Based Automatic Sprinkler Irrigation System
Microcontroller Based Automatic Sprinkler Irrigation SystemMicrocontroller Based Automatic Sprinkler Irrigation System
Microcontroller Based Automatic Sprinkler Irrigation SystemIJMER
 
On some locally closed sets and spaces in Ideal Topological Spaces
On some locally closed sets and spaces in Ideal Topological SpacesOn some locally closed sets and spaces in Ideal Topological Spaces
On some locally closed sets and spaces in Ideal Topological SpacesIJMER
 
Intrusion Detection and Forensics based on decision tree and Association rule...
Intrusion Detection and Forensics based on decision tree and Association rule...Intrusion Detection and Forensics based on decision tree and Association rule...
Intrusion Detection and Forensics based on decision tree and Association rule...IJMER
 
Natural Language Ambiguity and its Effect on Machine Learning
Natural Language Ambiguity and its Effect on Machine LearningNatural Language Ambiguity and its Effect on Machine Learning
Natural Language Ambiguity and its Effect on Machine LearningIJMER
 
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcess
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcessEvolvea Frameworkfor SelectingPrime Software DevelopmentProcess
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcessIJMER
 
Material Parameter and Effect of Thermal Load on Functionally Graded Cylinders
Material Parameter and Effect of Thermal Load on Functionally Graded CylindersMaterial Parameter and Effect of Thermal Load on Functionally Graded Cylinders
Material Parameter and Effect of Thermal Load on Functionally Graded CylindersIJMER
 
Studies On Energy Conservation And Audit
Studies On Energy Conservation And AuditStudies On Energy Conservation And Audit
Studies On Energy Conservation And AuditIJMER
 
An Implementation of I2C Slave Interface using Verilog HDL
An Implementation of I2C Slave Interface using Verilog HDLAn Implementation of I2C Slave Interface using Verilog HDL
An Implementation of I2C Slave Interface using Verilog HDLIJMER
 
Discrete Model of Two Predators competing for One Prey
Discrete Model of Two Predators competing for One PreyDiscrete Model of Two Predators competing for One Prey
Discrete Model of Two Predators competing for One PreyIJMER
 

Mehr von IJMER (20)

A Study on Translucent Concrete Product and Its Properties by Using Optical F...
A Study on Translucent Concrete Product and Its Properties by Using Optical F...A Study on Translucent Concrete Product and Its Properties by Using Optical F...
A Study on Translucent Concrete Product and Its Properties by Using Optical F...
 
Developing Cost Effective Automation for Cotton Seed Delinting
Developing Cost Effective Automation for Cotton Seed DelintingDeveloping Cost Effective Automation for Cotton Seed Delinting
Developing Cost Effective Automation for Cotton Seed Delinting
 
Study & Testing Of Bio-Composite Material Based On Munja Fibre
Study & Testing Of Bio-Composite Material Based On Munja FibreStudy & Testing Of Bio-Composite Material Based On Munja Fibre
Study & Testing Of Bio-Composite Material Based On Munja Fibre
 
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
 
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
 
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
 
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
 
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
 
Static Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
Static Analysis of Go-Kart Chassis by Analytical and Solid Works SimulationStatic Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
Static Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
 
High Speed Effortless Bicycle
High Speed Effortless BicycleHigh Speed Effortless Bicycle
High Speed Effortless Bicycle
 
Integration of Struts & Spring & Hibernate for Enterprise Applications
Integration of Struts & Spring & Hibernate for Enterprise ApplicationsIntegration of Struts & Spring & Hibernate for Enterprise Applications
Integration of Struts & Spring & Hibernate for Enterprise Applications
 
Microcontroller Based Automatic Sprinkler Irrigation System
Microcontroller Based Automatic Sprinkler Irrigation SystemMicrocontroller Based Automatic Sprinkler Irrigation System
Microcontroller Based Automatic Sprinkler Irrigation System
 
On some locally closed sets and spaces in Ideal Topological Spaces
On some locally closed sets and spaces in Ideal Topological SpacesOn some locally closed sets and spaces in Ideal Topological Spaces
On some locally closed sets and spaces in Ideal Topological Spaces
 
Intrusion Detection and Forensics based on decision tree and Association rule...
Intrusion Detection and Forensics based on decision tree and Association rule...Intrusion Detection and Forensics based on decision tree and Association rule...
Intrusion Detection and Forensics based on decision tree and Association rule...
 
Natural Language Ambiguity and its Effect on Machine Learning
Natural Language Ambiguity and its Effect on Machine LearningNatural Language Ambiguity and its Effect on Machine Learning
Natural Language Ambiguity and its Effect on Machine Learning
 
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcess
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcessEvolvea Frameworkfor SelectingPrime Software DevelopmentProcess
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcess
 
Material Parameter and Effect of Thermal Load on Functionally Graded Cylinders
Material Parameter and Effect of Thermal Load on Functionally Graded CylindersMaterial Parameter and Effect of Thermal Load on Functionally Graded Cylinders
Material Parameter and Effect of Thermal Load on Functionally Graded Cylinders
 
Studies On Energy Conservation And Audit
Studies On Energy Conservation And AuditStudies On Energy Conservation And Audit
Studies On Energy Conservation And Audit
 
An Implementation of I2C Slave Interface using Verilog HDL
An Implementation of I2C Slave Interface using Verilog HDLAn Implementation of I2C Slave Interface using Verilog HDL
An Implementation of I2C Slave Interface using Verilog HDL
 
Discrete Model of Two Predators competing for One Prey
Discrete Model of Two Predators competing for One PreyDiscrete Model of Two Predators competing for One Prey
Discrete Model of Two Predators competing for One Prey
 

Kürzlich hochgeladen

Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 

Kürzlich hochgeladen (20)

Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 

Real Time Vision Hand Gesture Recognition Based Media Control via LAN & Wireless Hardware Control

  • 1. www.ijmer.com International Journal of Modern Engineering Research (IJMER) Vol. 3, Issue. 5, Sep - Oct. 2013 pp-3129-3133 ISSN: 2249-6645 Real Time Vision Hand Gesture Recognition Based Media Control via LAN & Wireless Hardware Control Tarachand Saini,Savita Sivani Dept. of Software Engineering, Suresh Gyan Vihar University Jagatpura mahal, jagatpura, Jaipur(raj.), India ABSTRACT: Gesture (Ges-ture) means a movement of part of body. Gesture Recognition is the technology that recognize the movement of body. It recognize hand, arms, head or any part of the body. So the goal of Gesture Recognition is to provide interface of human body with computer via mathematical algorithm. This paper gives a real time vision based method for recognizing human body motion using MATLAB. It also gives the working details of recognizing process using Edge detection and Skin detection algorithms. In this paper Gesture Recognition used to control the media application over LAN connectivity and wireless hardware interface technology employed allow us to control home appliances formed in a wireless network via Hand gesture movement only, this opens a new pleothera of avenues in real time vision based home automation system. I. INTRODUCTION Gesture Recognition recognize meaningful expression of motion by a human body, involving the hands, arms, face, head or body. Gesture Recognition is important in designing efficient human computer interface. Its provides a bitter bridge between machine and human than primitives tent user interface or event GUI(graphical user interface). One of the attractive methods for providing natural human-computer interaction is the use of the hand as an input device rather than the cumbersome devices such as keyboards and mice, which need the user to be located in a specific location to use these devices. Since human hand is an articulated object, it is an open issue to discuss. The most important thing in hand gesture recognition system is the input features, and the selection of good features representation. This paper presents a review study on the hand postures and gesture recognition methods, which is considered to be a challenging problem in human computer interaction context and promising as well. Many applications and techniques were discussed here with the explanation of system recognition framework and its main phases. This section defines the literature review of real time media control application LAN control and hand gesture recognition with wireless network to control hardware. Appearance based technology is used for recognize a gesture. Appear based technology read appearance of image of hand and compare this image parameters with the extracted image feature from input video. Gesture recognition does not require the user to wear any special equipment or attach any devices to the body. The gestures of the body are read by a camera instead of sensors attached to a device. We control media application or utility application through LAN. In recent years LAN connectivity of computer system is commonly used in all fields like Education, Business, Medical and Banking etc. Application sharing and open same application on many systems is common task. Gesture Recognition makes it easy to control media application (audio, video etc.) or utility application (notepad, word sheet or business purpose application) to share or open on different computers connected through LAN. A hand gesture is used on one system and its controls all LAN connected system. This paper gives and implements a idea of media application controlled over LAN network by a simple hand gesture recognition. This paper also gives the idea of wireless hardware control. It controls hardware over wireless network. In any building or big companies to control the hardware like (fan, light, gates etc.) take more time and man work. We control hardware by gesture recognition manually or automatically through wireless connectivity. It is also used in home appliance to control like TV, Radio, Light, Fan, and Door through a gesture without use of switch. To understand gesture recognition two things are important. I. Human Gesture Introduction - Human band gestures provide the most important means for non-verbal interaction among people. They range from simple manipulative gestures that are used to point at and move objects around to more complex communicative ones that express our feelings and allow us to communicate with others. Hand gesture recognition based manmachine interface is being developed vigorously in recent years. Due to the effect of lighting and complex background, most visual hand gesture recognition systems work only under restricted environment. Many methods for hand gesture recognition using visual analysis have been proposed for hand gesture recognition. Sebastiean Marcel, Oliver Bernier, Jean Emmanuel Viallet and Danieal Collobert have proposed the same using Input-output Hidden Markov Models. Xia Liu and Kikuo Fujimura have proposed the hand gesture recognition using depth data. For hand detection, many approached uses color or motion information. Attila Licsar and Tamas Sziranyi have developed a hand gesture recognition system based on the shape analysis of the static gesture. Another method is proposed by E. Stergiopoulou and N. Papamarkos which says that detection of the hand region can be achieved through color segmentation. Byung-Woo Min, Ho-Sub Yoon, Jung Soh, Yun-Mo Yangc and Toskiaki Ejima have suggested the method of Hand Gesture Recognition using Hidden Markov models. Another very important method is suggested by Meide Zhao, Francis K.H. Quek and Xindong Wu. There is another efficient technique which uses Fast Multi-Scale Analysis for the recognition of hand gestures as suggested by Yikai Fang, Jian Cheng, Kongqiao Wang and Hanqing Lu, but this www.ijmer.com 3129 | Page
  • 2. International Journal of Modern Engineering Research (IJMER) www.ijmer.com Vol. 3, Issue. 5, Sep - Oct. 2013 pp-3129-3133 ISSN: 2249-6645 method is computationally expensive. Chris Joslin et. al. have suggested the method for enabling dynamic gesture recognition for hand gestures. Rotation Invariant method is widely used for texture classification and recognition. Timi Ojala et. al. have suggested the method for texture classification using Local Binary Patterns. II. GESTURE RECOGNITION Gestures are expressive, meaningful body motions – i.e., physical movements of the fingers, hands, arms, head, face, or body with the intent to convey information or interact with the environment. There are several aspects of a gesture that may be relevant and therefore may need to be represented explicitly. Hummels and Stappers (1998) describe four aspects of a gesture which may be important to its meaning. • Spatial information – where it occurs, locations agesture refers to. • Pathic information – the path that a gesture takes. • Symbolic information – the sign that a gesture makes • Affective information – the emotional quality of a gesture. In order to infer these aspects of gesture, human position, configuration, and movement must be sensed. Gesture recognition is the process by which gestures made by the user are made known to the system. Gesture recognition is also important for developing alternative human-computer interaction modalities. It enables human to interface with machine in a more natural way. Gesture recognition is a technique which used to take computers „see‟ and interpret intelligently is becoming increasingly popular. Dynamic gesture recognition isn‟t something entirely new. III. SYSTEM MODEL Input: The input of the gesture recognition is hand gesture image that taken by a webcam or camera. This is a motion of hand or body part that is captured and processed by edge detection algorithm. Before preprocessing first we initialize variable and parameters. Preprocessing: Preprocessing is applied to images before we can extract features from hand images. It is a step by step process to recognize and matching appearance of the image that is previously stored. STEP 1: Captured image is a gray scale image converted into equal binary form or frames. Ostu algorithm is used to convert gray scale into binary form. In computer vision and image processing, Otsu's method is used to automatically perform histogram shape-based image thresholding or the reduction of a gray level image to a binary image. The algorithm assumes that the image to be threshold contains two classes of pixels or bi-modal histogram (e.g. foreground and background) then calculates the optimum threshold separating those two classes so that their combined spread (intra-class variance) is minimal. The result of this step is in the figure show below. STEP 2: After applying the Otsu algorithm on the original gray scale image, we find that some noise occurs in binary image or frames. These errors create problems in detection of hand gesture. So we need remove these errors. Morphological filtering approach is done to remove these errors. In the morphological filtering, we apply a rule on the binary image. The value of any given pixel in the output image is obtained by allying set of rules on the neighbors in the input image. STEP 3: After finding the real binary image features extraction is perform. Features extraction is a process of find the edge of detected image. Canny edge detection algorithm is used for find the edge of detected image. STEP4: The detected edge of image is used to match the appearance of hand gesture and give the result to the output hardware or media application. www.ijmer.com 3130 | Page
  • 3. www.ijmer.com International Journal of Modern Engineering Research (IJMER) Vol. 3, Issue. 5, Sep - Oct. 2013 pp-3129-3133 ISSN: 2249-6645 IV. FLOW CHART Variable & parameter initialization Read & display input image set Gray scale conversion of training set Median filtering on training set Weiner filtering on training set Video initialization Get snapshot of real time video Gray scale conversion Binary conversion Find correlation coefficient with training set Find highest correlation training set Display gesture no. according serial command Repeat through step 8 until user intersupt by breach www.ijmer.com 3131 | Page
  • 4. www.ijmer.com International Journal of Modern Engineering Research (IJMER) Vol. 3, Issue. 5, Sep - Oct. 2013 pp-3129-3133 ISSN: 2249-6645 TRAINING SET GRAY SCALE CONVERSION MEDIAN FILTERING BINARY IMAGE www.ijmer.com 3132 | Page
  • 5. www.ijmer.com International Journal of Modern Engineering Research (IJMER) Vol. 3, Issue. 5, Sep - Oct. 2013 pp-3129-3133 ISSN: 2249-6645 V. FURTHER RESRARCH Further detail research is focused on providing security machenism through gesture. We use body motion for authentication purpose or provide security to access the information or data with CCTV camera. It will be a multipurpose system. Recognize a pattern of body motion with CCTV camera and used to provide security to system not extra webcam is used. REFERENCE [1] [2] [3] [4] [5] [6] [7] P. Jenifer Martina1, P. Nagarajan2, P. Karthikeyan3, “Hand Gesture Recognition Based Real-time Command System” 1P.G Scholar/Applied Electronics, Dept of ECE, PSNA College of Engineering and Technology Dindigul, Tamilnadu, India,April 2013. Sushmita Mitra, Senior Member, IEEE, and Tinku Acharya, “Gesture Recognition: A Survey” Senior Member, IEEE, May 2007. Carl A. Pickering*, Keith J. Burnham†, Michael J. Richardson*,“A Research Study of Hand Gesture Recognition Technologies and Applications for Human Vehicle Interaction”, Coventry University, UK, Control Theory and Applications Centre, Priory Street, Coventry. Qing Chen, Nicolas D. Georganas, Emil M. Petriu, “Real-time Vision-based Hand Gesture Recognition Using Haar-like Features”, School of Information Technology and Engineering University of Ottawa, March 2007. X. Zabulisy, H. Baltzakisy, A. Argyroszy, “Vision-based Hand Gesture Recognition for Human-Computer Interaction”, Institute of Computer Science Foundation for Research and Technology - Hellas (FORTH) Heraklion, Crete, Greece. J. Canny,“A computational approach to edge detection,” IEEE Trans. Pattern Anal. Machine. Intell., vol. 8, no. 6, pp. 679–698, Nov. 1986. Bill Green “Canny Edge Detection Tutorial.”, http://www. pages. drexel.edu/~weg22/can tut.html ,2002. www.ijmer.com 3133 | Page