SlideShare a Scribd company logo
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 05 Issue: 04 | Apr-2016, Available @ http://ijret.esatjournals.org 342
DEMONSTRATION OF VISUAL-BASED AND AUDIO-BASED HCI
SYSTEM
Priya Rathore1
, Anjali Khatri2
, Aparna Pushpad3
, Swekcha Jain4
1
Assistant Professor, Electronics and Communication Department, Medi-caps Institute of Science and Technology,
Madhya Pradesh, India
2
UG student, Electronics and Communication Department, Medi-caps Institute of Science and Technology, Madhya
Pradesh, India
3
UG student, Electronics and Communication Department, Medi-caps Institute of Science and Technology, Madhya
Pradesh, India
4
UG student, Electronics and Communication Department, Medi-caps Institute of Science and Technology, Madhya
Pradesh, India
Abstract
This paper is an attempt to provide a bird’s eye view to the concept of Human Compute Interaction (HCI). The intention is to
focus on the uni-modal architecture of HCI; especially the HCI system based on visual-based and color-based communication
channels viz-a-viz color recognition and speech recognition. We have developed a Graphical User Interface (GUI) for the same
using MATLAB; one push button assigned for color input (through webcam) and the other push button assigned for speech input
(through microphone). In color recognition, primary colors i.e. RGB are detected in frames captured in real time or images
uploaded offline. Subsequently, desired operation is executed (we have set commands to open D drive). In speech recognition,
audio input through microphone is compared with a pre-stored audio file and then an operation is performed automatically (here,
we have set commands to open Google web browser). The respective algorithms of these two processes have been described with
flow-charts and snapshots of MATLAB results have been displayed.
Keywords: Human Computer Interaction, Uni-Modal Architecture, Color Recognition, Speech Recognition
--------------------------------------------------------------***----------------------------------------------------------------
1. INTRODUCTION
In earlier days, computing was only restricted to research in
scientific and astronomical laboratories. Only highly trained
specialists of these fields could handle computers. And also,
in the name of computers, there were massive expensive
computing machines which required programming and
functioning by skilled veterans. But today, we can make out
that from gigantic unhandy electronic machines to slim
laptops and i-pads in our bags, computers have come a long
way! Unlike the 1980s, majority of computer users today
have not received any specialized training in computer
programming, though they can effectively interact with
computers for a broad range of utilities.
Human Computer Interaction (HCI) is the study of the
„interaction‟ between humans and computers. The definition
doesn‟t end there. The word „interaction‟ used above must
be clarified with the phrase „easy interaction to obtain
effective and desired results‟. It is a study of the ways in
which man handles or utilizes computer technology in order
to influence his life with a target of simplifying things. It is
about creating a software or any other technology that
people will want to use, will be able to use and will find
effective when used. The Curriculum Development Group
of the ACM Special Interest Group defines HCI as a
„discipline concerned with the design, evaluation and
implementation of interactive computing systems for human
use and with the study of major phenomena surrounding
them‟.
As evident from above, HCI can be defined in numerous
ways. But all the definitions hover around the concept of
„interfacing‟. Utilizing computers has always required easy
interfacing. Over a few decades, the methods of interfacing
with computers have changed drastically. Thus, HCI has
become a ubiquitous research area attracting many
professionals from various fields. The main focus though
has always been on functionality and usability. Both of these
terms are interconnected. Functionality of a certain system is
defined as the range of operations that can be run or
performed, i.e. the services that it provides to its users.
However, functionality can only be considered when the
system can be efficiently and adequately utilized by the
users. Here comes the issue of usability. Usability is a
quality attribute that inspects how easy user interfaces are to
use. In short, it can be defined solely as ease-of-use. These
two attributes jointly determine the importance and need of
a certain HCI system.
1.1 Architecture of HCI Systems
An HCI system is usually defined by the behavior and
diversity of its inputs and outputs. These inputs and outputs
are the key attributes which form the basic outline of the
way in which interaction is occurring between human and
the computer. This is the very aspect defined by the
architecture of an HCI system. It can be classified into two
types:
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 05 Issue: 04 | Apr-2016, Available @ http://ijret.esatjournals.org 343
1.1.1 Uni-modal HCI systems
An HCI system which depends on only one genre of inputs
is known as a uni-modal HCI system. The independent
channels are also known as modality. Thus, a uni-modal
system comprises on one modality. A lot of new ways to
provide input to HCI systems have been evolved; for
example, visual-based, audio-based, sensor-based, sixth
sense-based etc. In this paper, we intend to cover only uni-
modal HCI systems; especially visual-based and audio-
based. These are expounded later on in other sections of this
paper.
1.1.2 Multi-modal HCI systems
In these types of HCI systems, different modalities are
engaged, i.e. there are a variety of communication channels.
A combination of two or more modalities can be used to
design a multi-modal HCI system
1.2 Literature Survey
Learned basics digital image processing concept from the
book of digital image processing by gonzalez and woods
[1]. The overview of HCI(Human Computer Interaction) is
studied from International Journal On Smart Sensing And
Intelligent Systems, VOL. 1, NO. 1, March 2008 [2]. Color
detection methodology has being taken from Real-Time
Object Tracking Using Colour Feature, Basic Geometric
Shape And Primary Colour Detection Using Image
Processing On MATLAB [3] [4] [5]. Speech recognition
has been included from An HCI Speech-Based Architecture
for Man-To-Machine and Machine-To-Man Communication
in Yorùbá Language[ 6]
1.3 Color Detection and Speech Recognition
We are performing two techniques for color detection that
are offline and online. Offline color detection can be done
by selecting predefined colors in the computer, for this we
have taken snapshots of blue green and red color in
rectangle shape and for online color detection webcam is
used to capture real time image of the object and basic color
are being recognize and message is being displayed in both
the cases of offline and online.
Speech is a means of communication. When we talk about
interaction with computers, intially it started with devices
like mouse, keyboard etc via electromechanical means,
eventually it upgraded to a more natural way that is speech;
and for this we need a speech recognition system. In this
paper we have described about the application of the speech
recognition system. With the use of speech recognition we
have opened web page by browsing certain sound which we
have already stored; detection of the sound is done in real
time and if it is matched with the stored sound, desired work
is done according to the back end programming. Speech
recognition is a hierarchy of level in which the process is
compiled.
2. ALGORITHMS
The algorithm for color detection is:
Step1: Graphic user interface (GUI) is made with two push
buttons, namely, offline and online as shown in fig.2.
Step2: When we press offline: three colors already stored in
our computer‟s memory is displayed and by clicking on any
of the color message is further of red, blue, or green as
shown in fig.3.
Step 3: By pressing online named push button we will
observe that web camera will start and the process will start
to detect the basic colors as shown in fig.5.
Step 4:In case of offline color, the colored image is being
converted into gray scale and then the gray image into
binary .
Step 5: In case of online color, web camera is configured
and frames are set to manual and returned type color space
to RGB.
Step 6: By switching for different colors we apply same
algorithm for three basic colors.
Step 7: Initially it is converted into gray color and then
filtering is done to avoid noise after this the image is being
converted into black and white.
Step 8: Then the region properties like Bounding Box and
Centroid are used.
Step 9: Plot the image and message box showing the color
detected.
Algorithm for speech detection:
Step 1: Record the sound using a microphone for the desired
time as already stated in the programme.
Step 2: Save the sound recorded as shown in fig.7.
Step 3: During speech recognition, real time speech is
recorded; and is checked with the already recorded sound.
Step 4: As soon as sound is matched with the pre-recorded
sound, the work alotted to that particular sound is done (
opening of D drive and web browser page) as shown in fig.6
and fig.8.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 05 Issue: 04 | Apr-2016, Available @ http://ijret.esatjournals.org 344
MATLAB results:
Fig 1. GUI of human computer interaction system
Fig 2. Color acquisition GUI
Fig 3. Offline color acquisition from database
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 05 Issue: 04 | Apr-2016, Available @ http://ijret.esatjournals.org 345
Fig 4. Outputs of Color recognition in offline mode
Fig 5. Real time color detection
Fig 6. Output as local disk D
Fig 7. Speech acquisition GUI
Fig 8. Output as google web browser
3. CONCLUSION
Human computer is basically description of ways in which a
man can interface with machine in the most efficient and
easiest way. This technology has reached to an extent where
an individual just have to make an gesture to perform a
particular task, like in sixth sense technology just an gesture
of taking a picture results in an image, also words from hard
soft can be transferred to soft copy for further processing, in
addition to this just a plane sheet of paper can help user to
play a racing game making it very interesting and easy. Our
day to day life activities can be automated. This made us
work on the project similar to this technology. We have
researched regarding speech recognition and color detection.
It holds immense importance in today's era; boon for people
with disabilities making their work easier and saves time as
we would not have to go through a large set of steps. Instead
we can do it by just speaking a word. One of the significant
feature of speech recognition is rhythm, which may generate
a conspicuous change, thus we need to look after it. It can be
removed effectively with the use of concatenative synthesis.
Storing words and their attributes for efficient detection
which may slow down the system due to large database. In
color recognition, lightning effect play a major role. In order
to identify color correctly. We need to have proper light and
less or no noise background. We have achieved 98%
efficiency in color detection with considerable noise,
thereby getting correct results. The major drawback is that
the programming required is very complex.
REFERENCES
[1]. Digital image processing using Matlab -Gonzalez
woods & Eddins.
[2]. Fakhreddine Karray, Milad Alemzadeh, Jamil Abou
Saleh and Mo Nours Arab,”Human-Computer
Interaction: Overview on State of the Art”,
International Journal On Smart Sensing And Intelligent
Systems, Vol. 1, No. 1, March 2008.
[3]. Shubham Srivastava, Pratibha Singh, “Real-Time
Object Tracking Using Colour Feature”, International
Journal of Innovative Technology and Exploring
Engineering (IJITEE), ISSN: 2278-3075, Volume-3,
Issue-8, January 2014.
[4]. Shambhavi Vijay Chhaya, Sachin Khera, Pradeep
Kumar S, “Basic Geometric Shape And Primary
Colour Detection Using Image Processing On Matlab”,
IJRET: International Journal of Research in
Engineering and Technology eISSN: 2319-1163 |
pISSN: 2321-7308.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 05 Issue: 04 | Apr-2016, Available @ http://ijret.esatjournals.org 346
[5]. D.Senthamaraikannan, S.Shriram, Dr.J.William,” Real
Time Color Recognition”, International Journal Of
Innovative Research In Electrical, Electronics,
Instrumentation And Control Engineering, Vol. 2, Issue
3, March 2014.
[6]. Akintola A. G., Ibiyemi T. S. Adewole K. S., “An HCI
Speech-Based Architecture for Man-To-Machine and
Machine-To-Man Communication in Yorùbá
Language”, Computer Engineering and Intelligent
Systems, ISSN 2222-1719 (Paper) ISSN 2222-2863
(Online), Vol.6, No.7, 2015.
BIOGRAPHIES
Priya Rathore, Assistant Professor,
Electronics and Communication
Department, Medi-caps Institute of Science
and Technology, Madhya Pradesh, India
Anjali Khatri, UG Student, 8th semester,
Electronics and Communication
Department, Medi-caps Institute of Science
and Technology, Madhya Pradesh, India
Aparna Pushpad, UG student, 8th
semester, Electronics and Communication
Department, Medi-caps Institute of Science
and Technology, Madhya Pradesh, India
Swekcha Jain, UG student, 8th
semester,
Electronics and Communication
Department, Medi-caps Institute of Science
and Technology, Madhya Pradesh, India

More Related Content

What's hot

Real time Myanmar Sign Language Recognition System using PCA and SVM
Real time Myanmar Sign Language Recognition System using PCA and SVMReal time Myanmar Sign Language Recognition System using PCA and SVM
Real time Myanmar Sign Language Recognition System using PCA and SVM
ijtsrd
 
GRS '“ Gesture based Recognition System for Indian Sign Language Recognition ...
GRS '“ Gesture based Recognition System for Indian Sign Language Recognition ...GRS '“ Gesture based Recognition System for Indian Sign Language Recognition ...
GRS '“ Gesture based Recognition System for Indian Sign Language Recognition ...
ijtsrd
 
Bt35408413
Bt35408413Bt35408413
Bt35408413
IJERA Editor
 
30
3030
Review on Hand Gesture Recognition
Review on Hand Gesture RecognitionReview on Hand Gesture Recognition
Review on Hand Gesture Recognition
dbpublications
 
IRJET - E-Assistant: An Interactive Bot for Banking Sector using NLP Process
IRJET -  	  E-Assistant: An Interactive Bot for Banking Sector using NLP ProcessIRJET -  	  E-Assistant: An Interactive Bot for Banking Sector using NLP Process
IRJET - E-Assistant: An Interactive Bot for Banking Sector using NLP Process
IRJET Journal
 
Sign Language Recognition with Gesture Analysis
Sign Language Recognition with Gesture AnalysisSign Language Recognition with Gesture Analysis
Sign Language Recognition with Gesture Analysis
paperpublications3
 
Opticalcharacter recognition
Opticalcharacter recognition Opticalcharacter recognition
Opticalcharacter recognition
Shobhit Saxena
 
Paper id 24201453
Paper id 24201453Paper id 24201453
Paper id 24201453
IJRAT
 
IRJET- Talking Receptionist Robot
IRJET-  	  Talking Receptionist RobotIRJET-  	  Talking Receptionist Robot
IRJET- Talking Receptionist Robot
IRJET Journal
 
Appearance based static hand gesture alphabet recognition
Appearance based static hand gesture alphabet recognitionAppearance based static hand gesture alphabet recognition
Appearance based static hand gesture alphabet recognition
IAEME Publication
 
Real Time Facial Emotion Recognition using Kinect V2 Sensor
Real Time Facial Emotion Recognition using Kinect V2 SensorReal Time Facial Emotion Recognition using Kinect V2 Sensor
Real Time Facial Emotion Recognition using Kinect V2 Sensor
iosrjce
 
A real time facial emotion recognition using 3D sensor and interfacing the re...
A real time facial emotion recognition using 3D sensor and interfacing the re...A real time facial emotion recognition using 3D sensor and interfacing the re...
A real time facial emotion recognition using 3D sensor and interfacing the re...
Mounika Kakarla
 
Voice controlled wheel chair
Voice controlled wheel chairVoice controlled wheel chair
Voice controlled wheel chair
monu singh
 
Cc4301455457
Cc4301455457Cc4301455457
Cc4301455457
IJERA Editor
 
F018113743
F018113743F018113743
F018113743
IOSR Journals
 
A Real-Time Letter Recognition Model for Arabic Sign Language Using Kinect an...
A Real-Time Letter Recognition Model for Arabic Sign Language Using Kinect an...A Real-Time Letter Recognition Model for Arabic Sign Language Using Kinect an...
A Real-Time Letter Recognition Model for Arabic Sign Language Using Kinect an...
INFOGAIN PUBLICATION
 
IRJET- ASL Language Translation using ML
IRJET- ASL Language Translation using MLIRJET- ASL Language Translation using ML
IRJET- ASL Language Translation using ML
IRJET Journal
 
2 4-10
2 4-102 4-10
2 4-10
engrode
 
Device for text to speech production and to braille script
Device for text to speech production and to braille scriptDevice for text to speech production and to braille script
Device for text to speech production and to braille script
IAEME Publication
 

What's hot (20)

Real time Myanmar Sign Language Recognition System using PCA and SVM
Real time Myanmar Sign Language Recognition System using PCA and SVMReal time Myanmar Sign Language Recognition System using PCA and SVM
Real time Myanmar Sign Language Recognition System using PCA and SVM
 
GRS '“ Gesture based Recognition System for Indian Sign Language Recognition ...
GRS '“ Gesture based Recognition System for Indian Sign Language Recognition ...GRS '“ Gesture based Recognition System for Indian Sign Language Recognition ...
GRS '“ Gesture based Recognition System for Indian Sign Language Recognition ...
 
Bt35408413
Bt35408413Bt35408413
Bt35408413
 
30
3030
30
 
Review on Hand Gesture Recognition
Review on Hand Gesture RecognitionReview on Hand Gesture Recognition
Review on Hand Gesture Recognition
 
IRJET - E-Assistant: An Interactive Bot for Banking Sector using NLP Process
IRJET -  	  E-Assistant: An Interactive Bot for Banking Sector using NLP ProcessIRJET -  	  E-Assistant: An Interactive Bot for Banking Sector using NLP Process
IRJET - E-Assistant: An Interactive Bot for Banking Sector using NLP Process
 
Sign Language Recognition with Gesture Analysis
Sign Language Recognition with Gesture AnalysisSign Language Recognition with Gesture Analysis
Sign Language Recognition with Gesture Analysis
 
Opticalcharacter recognition
Opticalcharacter recognition Opticalcharacter recognition
Opticalcharacter recognition
 
Paper id 24201453
Paper id 24201453Paper id 24201453
Paper id 24201453
 
IRJET- Talking Receptionist Robot
IRJET-  	  Talking Receptionist RobotIRJET-  	  Talking Receptionist Robot
IRJET- Talking Receptionist Robot
 
Appearance based static hand gesture alphabet recognition
Appearance based static hand gesture alphabet recognitionAppearance based static hand gesture alphabet recognition
Appearance based static hand gesture alphabet recognition
 
Real Time Facial Emotion Recognition using Kinect V2 Sensor
Real Time Facial Emotion Recognition using Kinect V2 SensorReal Time Facial Emotion Recognition using Kinect V2 Sensor
Real Time Facial Emotion Recognition using Kinect V2 Sensor
 
A real time facial emotion recognition using 3D sensor and interfacing the re...
A real time facial emotion recognition using 3D sensor and interfacing the re...A real time facial emotion recognition using 3D sensor and interfacing the re...
A real time facial emotion recognition using 3D sensor and interfacing the re...
 
Voice controlled wheel chair
Voice controlled wheel chairVoice controlled wheel chair
Voice controlled wheel chair
 
Cc4301455457
Cc4301455457Cc4301455457
Cc4301455457
 
F018113743
F018113743F018113743
F018113743
 
A Real-Time Letter Recognition Model for Arabic Sign Language Using Kinect an...
A Real-Time Letter Recognition Model for Arabic Sign Language Using Kinect an...A Real-Time Letter Recognition Model for Arabic Sign Language Using Kinect an...
A Real-Time Letter Recognition Model for Arabic Sign Language Using Kinect an...
 
IRJET- ASL Language Translation using ML
IRJET- ASL Language Translation using MLIRJET- ASL Language Translation using ML
IRJET- ASL Language Translation using ML
 
2 4-10
2 4-102 4-10
2 4-10
 
Device for text to speech production and to braille script
Device for text to speech production and to braille scriptDevice for text to speech production and to braille script
Device for text to speech production and to braille script
 

Similar to Demonstration of visual based and audio-based hci system

HCI BASED APPLICATION FOR PLAYING COMPUTER GAMES | J4RV4I1014
HCI BASED APPLICATION FOR PLAYING COMPUTER GAMES | J4RV4I1014HCI BASED APPLICATION FOR PLAYING COMPUTER GAMES | J4RV4I1014
HCI BASED APPLICATION FOR PLAYING COMPUTER GAMES | J4RV4I1014
Journal For Research
 
Design of a Communication System using Sign Language aid for Differently Able...
Design of a Communication System using Sign Language aid for Differently Able...Design of a Communication System using Sign Language aid for Differently Able...
Design of a Communication System using Sign Language aid for Differently Able...
IRJET Journal
 
HAND GESTURE RECOGNITION FOR HCI (HUMANCOMPUTER INTERACTION) USING ARTIFICIAL...
HAND GESTURE RECOGNITION FOR HCI (HUMANCOMPUTER INTERACTION) USING ARTIFICIAL...HAND GESTURE RECOGNITION FOR HCI (HUMANCOMPUTER INTERACTION) USING ARTIFICIAL...
HAND GESTURE RECOGNITION FOR HCI (HUMANCOMPUTER INTERACTION) USING ARTIFICIAL...
International Journal of Technical Research & Application
 
Sign Language Recognition using Deep Learning
Sign Language Recognition using Deep LearningSign Language Recognition using Deep Learning
Sign Language Recognition using Deep Learning
IRJET Journal
 
Improvement in the usability of gis based services by
Improvement in the usability of gis based services byImprovement in the usability of gis based services by
Improvement in the usability of gis based services by
eSAT Publishing House
 
IRJET - Sign Language Converter
IRJET -  	  Sign Language ConverterIRJET -  	  Sign Language Converter
IRJET - Sign Language Converter
IRJET Journal
 
Sign Language Recognition using Machine Learning
Sign Language Recognition using Machine LearningSign Language Recognition using Machine Learning
Sign Language Recognition using Machine Learning
IRJET Journal
 
G017133033
G017133033G017133033
G017133033
IOSR Journals
 
Object Recognition in Mobile Phone Application for Visually Impaired Users
Object Recognition in Mobile Phone Application for Visually Impaired UsersObject Recognition in Mobile Phone Application for Visually Impaired Users
Object Recognition in Mobile Phone Application for Visually Impaired Users
IOSR Journals
 
IRJET- Sign Language Interpreter
IRJET- Sign Language InterpreterIRJET- Sign Language Interpreter
IRJET- Sign Language Interpreter
IRJET Journal
 
Desktop assistant
Desktop assistant Desktop assistant
Desktop assistant
PRASUNCHAKRABORTY21
 
IRJET- Review on Portable Camera based Assistive Text and Label Reading f...
IRJET-  	  Review on Portable Camera based Assistive Text and Label Reading f...IRJET-  	  Review on Portable Camera based Assistive Text and Label Reading f...
IRJET- Review on Portable Camera based Assistive Text and Label Reading f...
IRJET Journal
 
Sign Language Recognition using Mediapipe
Sign Language Recognition using MediapipeSign Language Recognition using Mediapipe
Sign Language Recognition using Mediapipe
IRJET Journal
 
1.Usability Engineering.pptx
1.Usability Engineering.pptx1.Usability Engineering.pptx
1.Usability Engineering.pptx
Dr.Saranya K.G
 
Smart Assistant for Blind Humans using Rashberry PI
Smart Assistant for Blind Humans using Rashberry PISmart Assistant for Blind Humans using Rashberry PI
Smart Assistant for Blind Humans using Rashberry PI
ijtsrd
 
An analysis of desktop control and information retrieval from the internet us...
An analysis of desktop control and information retrieval from the internet us...An analysis of desktop control and information retrieval from the internet us...
An analysis of desktop control and information retrieval from the internet us...
eSAT Journals
 
An analysis of desktop control and information retrieval from the internet us...
An analysis of desktop control and information retrieval from the internet us...An analysis of desktop control and information retrieval from the internet us...
An analysis of desktop control and information retrieval from the internet us...
eSAT Publishing House
 
Real time human-computer interaction
Real time human-computer interactionReal time human-computer interaction
Real time human-computer interaction
ijfcstjournal
 
Final Year Project-Gesture Based Interaction and Image Processing
Final Year Project-Gesture Based Interaction and Image ProcessingFinal Year Project-Gesture Based Interaction and Image Processing
Final Year Project-Gesture Based Interaction and Image Processing
Sabnam Pandey, MBA
 
IRJET- Virtual Vision for Blinds
IRJET- Virtual Vision for BlindsIRJET- Virtual Vision for Blinds
IRJET- Virtual Vision for Blinds
IRJET Journal
 

Similar to Demonstration of visual based and audio-based hci system (20)

HCI BASED APPLICATION FOR PLAYING COMPUTER GAMES | J4RV4I1014
HCI BASED APPLICATION FOR PLAYING COMPUTER GAMES | J4RV4I1014HCI BASED APPLICATION FOR PLAYING COMPUTER GAMES | J4RV4I1014
HCI BASED APPLICATION FOR PLAYING COMPUTER GAMES | J4RV4I1014
 
Design of a Communication System using Sign Language aid for Differently Able...
Design of a Communication System using Sign Language aid for Differently Able...Design of a Communication System using Sign Language aid for Differently Able...
Design of a Communication System using Sign Language aid for Differently Able...
 
HAND GESTURE RECOGNITION FOR HCI (HUMANCOMPUTER INTERACTION) USING ARTIFICIAL...
HAND GESTURE RECOGNITION FOR HCI (HUMANCOMPUTER INTERACTION) USING ARTIFICIAL...HAND GESTURE RECOGNITION FOR HCI (HUMANCOMPUTER INTERACTION) USING ARTIFICIAL...
HAND GESTURE RECOGNITION FOR HCI (HUMANCOMPUTER INTERACTION) USING ARTIFICIAL...
 
Sign Language Recognition using Deep Learning
Sign Language Recognition using Deep LearningSign Language Recognition using Deep Learning
Sign Language Recognition using Deep Learning
 
Improvement in the usability of gis based services by
Improvement in the usability of gis based services byImprovement in the usability of gis based services by
Improvement in the usability of gis based services by
 
IRJET - Sign Language Converter
IRJET -  	  Sign Language ConverterIRJET -  	  Sign Language Converter
IRJET - Sign Language Converter
 
Sign Language Recognition using Machine Learning
Sign Language Recognition using Machine LearningSign Language Recognition using Machine Learning
Sign Language Recognition using Machine Learning
 
G017133033
G017133033G017133033
G017133033
 
Object Recognition in Mobile Phone Application for Visually Impaired Users
Object Recognition in Mobile Phone Application for Visually Impaired UsersObject Recognition in Mobile Phone Application for Visually Impaired Users
Object Recognition in Mobile Phone Application for Visually Impaired Users
 
IRJET- Sign Language Interpreter
IRJET- Sign Language InterpreterIRJET- Sign Language Interpreter
IRJET- Sign Language Interpreter
 
Desktop assistant
Desktop assistant Desktop assistant
Desktop assistant
 
IRJET- Review on Portable Camera based Assistive Text and Label Reading f...
IRJET-  	  Review on Portable Camera based Assistive Text and Label Reading f...IRJET-  	  Review on Portable Camera based Assistive Text and Label Reading f...
IRJET- Review on Portable Camera based Assistive Text and Label Reading f...
 
Sign Language Recognition using Mediapipe
Sign Language Recognition using MediapipeSign Language Recognition using Mediapipe
Sign Language Recognition using Mediapipe
 
1.Usability Engineering.pptx
1.Usability Engineering.pptx1.Usability Engineering.pptx
1.Usability Engineering.pptx
 
Smart Assistant for Blind Humans using Rashberry PI
Smart Assistant for Blind Humans using Rashberry PISmart Assistant for Blind Humans using Rashberry PI
Smart Assistant for Blind Humans using Rashberry PI
 
An analysis of desktop control and information retrieval from the internet us...
An analysis of desktop control and information retrieval from the internet us...An analysis of desktop control and information retrieval from the internet us...
An analysis of desktop control and information retrieval from the internet us...
 
An analysis of desktop control and information retrieval from the internet us...
An analysis of desktop control and information retrieval from the internet us...An analysis of desktop control and information retrieval from the internet us...
An analysis of desktop control and information retrieval from the internet us...
 
Real time human-computer interaction
Real time human-computer interactionReal time human-computer interaction
Real time human-computer interaction
 
Final Year Project-Gesture Based Interaction and Image Processing
Final Year Project-Gesture Based Interaction and Image ProcessingFinal Year Project-Gesture Based Interaction and Image Processing
Final Year Project-Gesture Based Interaction and Image Processing
 
IRJET- Virtual Vision for Blinds
IRJET- Virtual Vision for BlindsIRJET- Virtual Vision for Blinds
IRJET- Virtual Vision for Blinds
 

More from eSAT Journals

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
eSAT Journals
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
eSAT Journals
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
eSAT Journals
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
eSAT Journals
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
eSAT Journals
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
eSAT Journals
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
eSAT Journals
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
eSAT Journals
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
eSAT Journals
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
eSAT Journals
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
eSAT Journals
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
eSAT Journals
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
eSAT Journals
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
eSAT Journals
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
eSAT Journals
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
eSAT Journals
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
eSAT Journals
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniques
eSAT Journals
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
eSAT Journals
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
eSAT Journals
 

More from eSAT Journals (20)

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniques
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
 

Recently uploaded

Hematology Analyzer Machine - Complete Blood Count
Hematology Analyzer Machine - Complete Blood CountHematology Analyzer Machine - Complete Blood Count
Hematology Analyzer Machine - Complete Blood Count
shahdabdulbaset
 
Software Quality Assurance-se412-v11.ppt
Software Quality Assurance-se412-v11.pptSoftware Quality Assurance-se412-v11.ppt
Software Quality Assurance-se412-v11.ppt
TaghreedAltamimi
 
AI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptxAI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptx
architagupta876
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
insn4465
 
artificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptxartificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptx
GauravCar
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
Yasser Mahgoub
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
jpsjournal1
 
Mechanical Engineering on AAI Summer Training Report-003.pdf
Mechanical Engineering on AAI Summer Training Report-003.pdfMechanical Engineering on AAI Summer Training Report-003.pdf
Mechanical Engineering on AAI Summer Training Report-003.pdf
21UME003TUSHARDEB
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
171ticu
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
bijceesjournal
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
Transformers design and coooling methods
Transformers design and coooling methodsTransformers design and coooling methods
Transformers design and coooling methods
Roger Rozario
 
john krisinger-the science and history of the alcoholic beverage.pptx
john krisinger-the science and history of the alcoholic beverage.pptxjohn krisinger-the science and history of the alcoholic beverage.pptx
john krisinger-the science and history of the alcoholic beverage.pptx
Madan Karki
 
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
Gino153088
 
Curve Fitting in Numerical Methods Regression
Curve Fitting in Numerical Methods RegressionCurve Fitting in Numerical Methods Regression
Curve Fitting in Numerical Methods Regression
Nada Hikmah
 
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
ydzowc
 
Material for memory and display system h
Material for memory and display system hMaterial for memory and display system h
Material for memory and display system h
gowrishankartb2005
 
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Sinan KOZAK
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
KrishnaveniKrishnara1
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 

Recently uploaded (20)

Hematology Analyzer Machine - Complete Blood Count
Hematology Analyzer Machine - Complete Blood CountHematology Analyzer Machine - Complete Blood Count
Hematology Analyzer Machine - Complete Blood Count
 
Software Quality Assurance-se412-v11.ppt
Software Quality Assurance-se412-v11.pptSoftware Quality Assurance-se412-v11.ppt
Software Quality Assurance-se412-v11.ppt
 
AI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptxAI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptx
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
 
artificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptxartificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptx
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
 
Mechanical Engineering on AAI Summer Training Report-003.pdf
Mechanical Engineering on AAI Summer Training Report-003.pdfMechanical Engineering on AAI Summer Training Report-003.pdf
Mechanical Engineering on AAI Summer Training Report-003.pdf
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
Transformers design and coooling methods
Transformers design and coooling methodsTransformers design and coooling methods
Transformers design and coooling methods
 
john krisinger-the science and history of the alcoholic beverage.pptx
john krisinger-the science and history of the alcoholic beverage.pptxjohn krisinger-the science and history of the alcoholic beverage.pptx
john krisinger-the science and history of the alcoholic beverage.pptx
 
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
 
Curve Fitting in Numerical Methods Regression
Curve Fitting in Numerical Methods RegressionCurve Fitting in Numerical Methods Regression
Curve Fitting in Numerical Methods Regression
 
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
 
Material for memory and display system h
Material for memory and display system hMaterial for memory and display system h
Material for memory and display system h
 
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 

Demonstration of visual based and audio-based hci system

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 05 Issue: 04 | Apr-2016, Available @ http://ijret.esatjournals.org 342 DEMONSTRATION OF VISUAL-BASED AND AUDIO-BASED HCI SYSTEM Priya Rathore1 , Anjali Khatri2 , Aparna Pushpad3 , Swekcha Jain4 1 Assistant Professor, Electronics and Communication Department, Medi-caps Institute of Science and Technology, Madhya Pradesh, India 2 UG student, Electronics and Communication Department, Medi-caps Institute of Science and Technology, Madhya Pradesh, India 3 UG student, Electronics and Communication Department, Medi-caps Institute of Science and Technology, Madhya Pradesh, India 4 UG student, Electronics and Communication Department, Medi-caps Institute of Science and Technology, Madhya Pradesh, India Abstract This paper is an attempt to provide a bird’s eye view to the concept of Human Compute Interaction (HCI). The intention is to focus on the uni-modal architecture of HCI; especially the HCI system based on visual-based and color-based communication channels viz-a-viz color recognition and speech recognition. We have developed a Graphical User Interface (GUI) for the same using MATLAB; one push button assigned for color input (through webcam) and the other push button assigned for speech input (through microphone). In color recognition, primary colors i.e. RGB are detected in frames captured in real time or images uploaded offline. Subsequently, desired operation is executed (we have set commands to open D drive). In speech recognition, audio input through microphone is compared with a pre-stored audio file and then an operation is performed automatically (here, we have set commands to open Google web browser). The respective algorithms of these two processes have been described with flow-charts and snapshots of MATLAB results have been displayed. Keywords: Human Computer Interaction, Uni-Modal Architecture, Color Recognition, Speech Recognition --------------------------------------------------------------***---------------------------------------------------------------- 1. INTRODUCTION In earlier days, computing was only restricted to research in scientific and astronomical laboratories. Only highly trained specialists of these fields could handle computers. And also, in the name of computers, there were massive expensive computing machines which required programming and functioning by skilled veterans. But today, we can make out that from gigantic unhandy electronic machines to slim laptops and i-pads in our bags, computers have come a long way! Unlike the 1980s, majority of computer users today have not received any specialized training in computer programming, though they can effectively interact with computers for a broad range of utilities. Human Computer Interaction (HCI) is the study of the „interaction‟ between humans and computers. The definition doesn‟t end there. The word „interaction‟ used above must be clarified with the phrase „easy interaction to obtain effective and desired results‟. It is a study of the ways in which man handles or utilizes computer technology in order to influence his life with a target of simplifying things. It is about creating a software or any other technology that people will want to use, will be able to use and will find effective when used. The Curriculum Development Group of the ACM Special Interest Group defines HCI as a „discipline concerned with the design, evaluation and implementation of interactive computing systems for human use and with the study of major phenomena surrounding them‟. As evident from above, HCI can be defined in numerous ways. But all the definitions hover around the concept of „interfacing‟. Utilizing computers has always required easy interfacing. Over a few decades, the methods of interfacing with computers have changed drastically. Thus, HCI has become a ubiquitous research area attracting many professionals from various fields. The main focus though has always been on functionality and usability. Both of these terms are interconnected. Functionality of a certain system is defined as the range of operations that can be run or performed, i.e. the services that it provides to its users. However, functionality can only be considered when the system can be efficiently and adequately utilized by the users. Here comes the issue of usability. Usability is a quality attribute that inspects how easy user interfaces are to use. In short, it can be defined solely as ease-of-use. These two attributes jointly determine the importance and need of a certain HCI system. 1.1 Architecture of HCI Systems An HCI system is usually defined by the behavior and diversity of its inputs and outputs. These inputs and outputs are the key attributes which form the basic outline of the way in which interaction is occurring between human and the computer. This is the very aspect defined by the architecture of an HCI system. It can be classified into two types:
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 05 Issue: 04 | Apr-2016, Available @ http://ijret.esatjournals.org 343 1.1.1 Uni-modal HCI systems An HCI system which depends on only one genre of inputs is known as a uni-modal HCI system. The independent channels are also known as modality. Thus, a uni-modal system comprises on one modality. A lot of new ways to provide input to HCI systems have been evolved; for example, visual-based, audio-based, sensor-based, sixth sense-based etc. In this paper, we intend to cover only uni- modal HCI systems; especially visual-based and audio- based. These are expounded later on in other sections of this paper. 1.1.2 Multi-modal HCI systems In these types of HCI systems, different modalities are engaged, i.e. there are a variety of communication channels. A combination of two or more modalities can be used to design a multi-modal HCI system 1.2 Literature Survey Learned basics digital image processing concept from the book of digital image processing by gonzalez and woods [1]. The overview of HCI(Human Computer Interaction) is studied from International Journal On Smart Sensing And Intelligent Systems, VOL. 1, NO. 1, March 2008 [2]. Color detection methodology has being taken from Real-Time Object Tracking Using Colour Feature, Basic Geometric Shape And Primary Colour Detection Using Image Processing On MATLAB [3] [4] [5]. Speech recognition has been included from An HCI Speech-Based Architecture for Man-To-Machine and Machine-To-Man Communication in Yorùbá Language[ 6] 1.3 Color Detection and Speech Recognition We are performing two techniques for color detection that are offline and online. Offline color detection can be done by selecting predefined colors in the computer, for this we have taken snapshots of blue green and red color in rectangle shape and for online color detection webcam is used to capture real time image of the object and basic color are being recognize and message is being displayed in both the cases of offline and online. Speech is a means of communication. When we talk about interaction with computers, intially it started with devices like mouse, keyboard etc via electromechanical means, eventually it upgraded to a more natural way that is speech; and for this we need a speech recognition system. In this paper we have described about the application of the speech recognition system. With the use of speech recognition we have opened web page by browsing certain sound which we have already stored; detection of the sound is done in real time and if it is matched with the stored sound, desired work is done according to the back end programming. Speech recognition is a hierarchy of level in which the process is compiled. 2. ALGORITHMS The algorithm for color detection is: Step1: Graphic user interface (GUI) is made with two push buttons, namely, offline and online as shown in fig.2. Step2: When we press offline: three colors already stored in our computer‟s memory is displayed and by clicking on any of the color message is further of red, blue, or green as shown in fig.3. Step 3: By pressing online named push button we will observe that web camera will start and the process will start to detect the basic colors as shown in fig.5. Step 4:In case of offline color, the colored image is being converted into gray scale and then the gray image into binary . Step 5: In case of online color, web camera is configured and frames are set to manual and returned type color space to RGB. Step 6: By switching for different colors we apply same algorithm for three basic colors. Step 7: Initially it is converted into gray color and then filtering is done to avoid noise after this the image is being converted into black and white. Step 8: Then the region properties like Bounding Box and Centroid are used. Step 9: Plot the image and message box showing the color detected. Algorithm for speech detection: Step 1: Record the sound using a microphone for the desired time as already stated in the programme. Step 2: Save the sound recorded as shown in fig.7. Step 3: During speech recognition, real time speech is recorded; and is checked with the already recorded sound. Step 4: As soon as sound is matched with the pre-recorded sound, the work alotted to that particular sound is done ( opening of D drive and web browser page) as shown in fig.6 and fig.8.
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 05 Issue: 04 | Apr-2016, Available @ http://ijret.esatjournals.org 344 MATLAB results: Fig 1. GUI of human computer interaction system Fig 2. Color acquisition GUI Fig 3. Offline color acquisition from database
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 05 Issue: 04 | Apr-2016, Available @ http://ijret.esatjournals.org 345 Fig 4. Outputs of Color recognition in offline mode Fig 5. Real time color detection Fig 6. Output as local disk D Fig 7. Speech acquisition GUI Fig 8. Output as google web browser 3. CONCLUSION Human computer is basically description of ways in which a man can interface with machine in the most efficient and easiest way. This technology has reached to an extent where an individual just have to make an gesture to perform a particular task, like in sixth sense technology just an gesture of taking a picture results in an image, also words from hard soft can be transferred to soft copy for further processing, in addition to this just a plane sheet of paper can help user to play a racing game making it very interesting and easy. Our day to day life activities can be automated. This made us work on the project similar to this technology. We have researched regarding speech recognition and color detection. It holds immense importance in today's era; boon for people with disabilities making their work easier and saves time as we would not have to go through a large set of steps. Instead we can do it by just speaking a word. One of the significant feature of speech recognition is rhythm, which may generate a conspicuous change, thus we need to look after it. It can be removed effectively with the use of concatenative synthesis. Storing words and their attributes for efficient detection which may slow down the system due to large database. In color recognition, lightning effect play a major role. In order to identify color correctly. We need to have proper light and less or no noise background. We have achieved 98% efficiency in color detection with considerable noise, thereby getting correct results. The major drawback is that the programming required is very complex. REFERENCES [1]. Digital image processing using Matlab -Gonzalez woods & Eddins. [2]. Fakhreddine Karray, Milad Alemzadeh, Jamil Abou Saleh and Mo Nours Arab,”Human-Computer Interaction: Overview on State of the Art”, International Journal On Smart Sensing And Intelligent Systems, Vol. 1, No. 1, March 2008. [3]. Shubham Srivastava, Pratibha Singh, “Real-Time Object Tracking Using Colour Feature”, International Journal of Innovative Technology and Exploring Engineering (IJITEE), ISSN: 2278-3075, Volume-3, Issue-8, January 2014. [4]. Shambhavi Vijay Chhaya, Sachin Khera, Pradeep Kumar S, “Basic Geometric Shape And Primary Colour Detection Using Image Processing On Matlab”, IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308.
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 05 Issue: 04 | Apr-2016, Available @ http://ijret.esatjournals.org 346 [5]. D.Senthamaraikannan, S.Shriram, Dr.J.William,” Real Time Color Recognition”, International Journal Of Innovative Research In Electrical, Electronics, Instrumentation And Control Engineering, Vol. 2, Issue 3, March 2014. [6]. Akintola A. G., Ibiyemi T. S. Adewole K. S., “An HCI Speech-Based Architecture for Man-To-Machine and Machine-To-Man Communication in Yorùbá Language”, Computer Engineering and Intelligent Systems, ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online), Vol.6, No.7, 2015. BIOGRAPHIES Priya Rathore, Assistant Professor, Electronics and Communication Department, Medi-caps Institute of Science and Technology, Madhya Pradesh, India Anjali Khatri, UG Student, 8th semester, Electronics and Communication Department, Medi-caps Institute of Science and Technology, Madhya Pradesh, India Aparna Pushpad, UG student, 8th semester, Electronics and Communication Department, Medi-caps Institute of Science and Technology, Madhya Pradesh, India Swekcha Jain, UG student, 8th semester, Electronics and Communication Department, Medi-caps Institute of Science and Technology, Madhya Pradesh, India