Hand Gesture Recognition In Real Time Using IR Sensor

Size: px
Start display at page:

Download "Hand Gesture Recognition In Real Time Using IR Sensor"

Transcription

1 Volume 114 No , ISSN: (printed version); ISSN: (on-line version) url: ijpam.eu Hand Gesture Recognition In Real Time Using IR Sensor Rohith H R 1, Shiva Gowtham 2, Sharath Chandra A S 3 1,2,3R V College Of Engineering Bengaluru, India Electonics Department April 14, Abstract Communication is a major challenge to people with hearing loss and people who are aphonic. Due to these disabilities there exists a communication gap between the hearing population and those with the disability. A wearable glove based system fitted with IR sensors can be used in bridging this gap in communication. The gloves are used to recognize the hand gestures of the disabled people and convert those gestures into meaningful messages in real time. With the amount of bend made by the fingers continuous data stream is obtained as output from Infrared (IR) sensor. IR sensors change the output voltage depending on the strength of the received signal. Change in bend is converted to change in the electrical voltage by IR sensors. The output from IR sensors is processed by a microcontroller and a corresponding message is displayed. The hardware components used in this project are Microcontroller (Norton), IR sensors, LCD display, switch, buzzer and power supply. The software components are Embedded C, Kiel U vision. The main purpose of this device is to bridge the gap in communication and help the people with disability to overcome the challenge and communicate more effectively. 111

2 Keywords IR sensor ;an machine interfaces; Gestures recognition, wearable sensors; motion detection. 1. Introduction According to Albert Mehrabian's book Silent Messages, based on extensive research, communication on a daily basis is made up of 93% non-verbal communication and only 7% verbal communication. But realistically non-verbal communication can vary anywhere between 60 to 90 percent. Therefore irrespective of having a disability or not, gestures play a major role in communication. People with hearing loss and people who are aphonic communicate with the help of gestures called Sign language. Sign language chiefly uses manual communication like hand signs and gestures to mediate a message. There are many different sign languages. Every country have their own sign language, and few countries have more than one. People without the disability don t feel the need to learn the sign language until a need arises, and hence majority of the people are not aware of communicating through sign language. So it becomes hard to communicate effectively with people having hearing loss. Hence there is a need for a system which can bridge this gap in communication. There are 2 approaches. which are used in recognizing. and interpreting the gestures. vision.based glove based systems. Fig1: Flex sensor attached to glove in the hand is used to perform Vision based systems provide more.non contact and natural solution. to obtain information. of its surroundings. and hand 112

3 gestures. Among many hand recognition phases the 3 main among them are tracking, detection and recognition. Due to its complexity, system. requires. an high level operating. algorithm., and hence making the design difficult. Even if the system is feasible an enclosure in which measures are taken to provide a environment that meets certain requirements, it lacks. processing. speed and accuracy.. Glove based gestures recognition systems is less complex and provides more accuracy. Glove based systems make use of sensors. fixed to the gloves. to capture the movement. of fingers.. This paper proposes a wearable glove based system that can interpret the hand gestures of people with disability and convert those gestures into meaningful messages that can be displayed on a screen. 2. Methodology Hand Talk [3] a glove equipped with IR sensor which translates finger and hand movement into words or sentence. Gloves equipped with IR sensor recognise hand movements and then transmit data to either phone or display on an LCD or it could either be input to a speaker. The IR sensor data are either converted to text or to voice. Person with no knowledge about sign language can read from the LCD display or listen from the cell phone what the dumb or deaf person is saying in sign language. The main advantage of Hand Talk design was its cost effectiveness, long life and simplicity to create. interactive glove which helps to improve life of deaf and dumb. Fig 2: Block diagram of Hand-Talk gloves[2] 113

4 To start with research, once we obtain a electrical voltage depending on hand movement. Different hand gestures are interpreted by finger. Components used in Hand Talk system [1] are: 1.Microcontroller 2 Motion sensor(ir Sensor )3. LCD display 4. Smart Phone 5. Speaker. Motion Sensors could be either an, flex sensor or an IR sensor.in a Hand Talk gloves equipped with accelerometer based on the amount of bent of the finger the signals are interpreted into words. Where as in flex sensor depending upon the change in resistance due to bent the signals are interpreted. Infrared sensor [2] is a that emits to sense things around it. IR measures heat of objects and also detect the motion. These types of sensors are capable of measuring only infrared.radiation,. In infrared sensor an IR LED could be used as emitter.and IR photodiode as detector. But in IR sensor the detector has to be sensitive to wavelength emitted by emiter When.IR light falls on the photodiode., Resistances and output voltages changes with change in magnitude infrared light received. Figure 3 explains [7] the working of IR sensor with no obstacle in front of it sender. continuously sends infrared rays and since there is no obstacle to reflect back the infrared rays, sensor do not detect infrared rays. When a gloves is equipped with IR sensor the emitter is placed in the back of the finger and detector of the sensor is placed at front or at the nails part of gloves. When the emitter of IR sensor sends infrared radiation it is received by the detector placed in front of gloves. In case the person is wearing the gloves and bends the finger to communicate with other person then the infrared radiation emitted would not be received the detector of the IR sensor equipped on the gloves. Fig 3: Working of IR sensor with no obstacle in front[7] And Figure 4 explains the working of IR sensor with obstacle in front of it. Sender continuously sends infrared rays and since and when there is an obstacle to reflect back the infrared rays, sensor detects infrared rays. 114

5 Figure 4: Working of IR sensor with no obstacle in front[7] In the context of this project,when a dumb/deaf person wears Hand Talk gloves and doesn t bend his fingers then there would be no obstacle to interrupt the infrared rays. But when the person bends his finger the infrared rays would not reach the receiver due to interference by obstacle. It is programmed in microcontroller such a way that when the receiver receives infrared rays it is read as binary bit 1 and when receiver do not receive infrared rays it is read as binary bit 0. Innovati s LCD 2x16 connections are very simple, and is used in many LCD applications it could be controlled Innovati s basic commander. LCD 2x16 has 2 lines where each line can display upto 16 characters. In this LCD cursor control command is used to display on the screen.[1] 3. Working Of System Hand Talk gloves is worn by deaf/dumb person. The IR sensors are fixed on each of the finger of the gloves. The IR sensors mounted on gloves can detect hand gesture made by t person wearing gloves. 5V supply is required for system to operate hence not much of a problem to worry about getting a shock. And then the IR sensors convert these movements ofand into electrical signal. A ADC is used which converts analog to digital signal. The voltage for every movement of hand is recorded and is programmed in such a way in microcontroller as a predefined value. The IR sensor is given as input to microcontroller(norton) to compare to predefined value. After the comparison by microcontroller, the voltage difference measured obtained would be within a fixed range as programmed and dumped in the microcontroller. 115

6 Fig 5:Working and flowchart of Hand-Talk gloves with IR sensor as switch[2] And in the microcontroller using Arduino software it would be programmed in such a way that for every voltage there would be a sentence that is to be displayed on LCD. Microcontroller(Norton) compares the voltage produced due to hand movement with predefined voltage and displays the sentence in that voltage range. 4. Output Software protous simulation is used LCD and keypad interfacing. When a finger is bent by a deaf/ dumb or a normal person then corresponding word stored in microcontroller for communication would be displayed in LCD so that the deaf/dumb people can convey their messages to others. Fig 6:LCD with keypad interfacing[5] The Compilation for the above design using keil software is shown in Figure 7 116

7 Fig 7:Compilation output of LCD With Keypad Interfacing using keil software In figure 8 it shows that for various bends of the IR sensor the various voltage will be produced which is measured using oscilloscope and given as input data for microcontroller. Figure 8: IR sensor output analysis for various bends If a deaf/dumb or normal person, wants to communicate some message with the normal person he/she has to bend a finger so that corresponding word or sentence would be displayed on LCD screen and the message will be conveyed to normal person when he reads it from LCD. From the Figure 9 we can see that when a finger is bent corresponding word or sentence stored in microcontroller ie I Need Doctor is displayed on LCD display. This output normal person can read the message in LCD. 117

8 Fig 9: LCD display displaying output based on finger bent The entire system of Handtalk gloves equipped with IR sensor. And IR sensor is connected to microcontroller which is programmed using the Arduino software to display words or sentence on the LCD display. Te whole system is shown in Figure 10. Fig 10 : Complete model of Hand Talk gloves equipped with IR sensor 5. Applications This Hand Talk gloves system [2] is cheap, cost efficient and portable. The system uses simple techniques.it helps deaf and dumb people in public sectors, working areas, marking areas for communicating with others[5]. This gloves plays major role in various fields such as Biometrics, Robotics, Musical instrument by replacing physical buttons with hand gestures, Automatic control in industries. It can also be used for computer gaming as a simulator. It is also loaded with touch sensors on the thumb, the fingers and the palm which allows the wearer to use the 118

9 keyboard. Another application can be found in the field of fire extinguishing by fire extinguishers when members of a team can t even see each other person, these gloves will be able to transmit signals through simple hand gestures. The Hand Talk gloves have symbols and icons on them that light up according to the signal received. 6. Conclusion Dumb and deaf person rely majorly on interpreters and sign language for communication. However, in everyday life dumb/deaf people find it difficult in finding interpreters for communication as they are not available everywhere, also high costs and also scheduling qualified interpreters. Also this gloves would help improving quality of life of dumb or deaf significantly. The data obtained from glove equipped with IR sensor was used to extract word for every ASL. System provides an identity and moral support to dumb and deaf people. It can be extended to display any number of words, which requires further modification of the gloves. The Hand Talk will be further extended by developing a smart phone app and speech recognition(voice apr9600) IC which would enable reliable communication between Hard of Hearing and the Visually Impaired people. 7. Acknowledgement Our sincere thanks to our guide Mr Kiran V and Mrs Rohini S Hallikar (Assistant Professor) Department of Electronics and Communication for all the help and support the project hand gesture recognition system using IR sensor from January 2017 to April Reference [1] K Anetha, Rejina, Parvin J, PG Scholar, Dept. of Embedded Systems, Dr N G.P.,Institute, of Technology, Coimbatore, India, International Journal of Innovative Research in Computer and Comunication Engineering, (An ISO : 3297; 2007 Certified Organization) Vol no 2, : 3, July 2014 [2] A.A.Markad, A.L.Borkar, Student, Asst Professor,.Department of Electronics and, Telecommunication, M S S C E T., Jalna, Maharashtra,, International journal of Electrical and Electronic Engineers,Volume. No 8, Issue 01., Janaury-June

10 [3] Ajinkya Raut,,Vineeta Singh,,Vikrant Rajput,,Ruchika Mahale PES MCOE, PUNE, The International Journal of,engineering and Science Volume No 1,,Issue 2,, Pages , 2012,.ISSN: ,, ISBN: [4] Angelo M. Sabatini,LauraDipietro,. Senior Member at IEEE, and Paol Dario., Fellow., IEEE transactions on systems.,man and cybernetics, part c:.applications.and reviews.,volume No.38,N) 4,July,2008 [5] J. Thilagavathy Assistant professor, A. Jeyapaul Murugan, Department of ECE Dr.Sivanthi Aditanar College of Engineering, International. journal Of engineering research and technology., ISSN: , Volume No: 03 Issue 2, March : 2016 [6] J. Segen and S. Kumar, Human-computer Interaction using gesture recognition and 3D hand tracking, Proc. of ICIP 98, vol. 3, Chicago,Oct.1998, pp [7]D. Kim, S. Lee, and J. Paik, Active shape model-based gait recognition using infrared images,.international Journal of Signal Processing, Image Processing and Pattern Recognition, vol. 2, no.4, Dec [8]Z.Zhang., Z.Ren. and.j. Meng, ROBUST part-:based Hand Gesture Recognition. Using. Kinect. Sensor., in IEEE. Transactions. on multimedia, vol 15., no.15., pp/ , August [9] Kalpattu S Abhishek,Physics Department and material science,hong Kong uni,hong. Kong., 2016 IEEE InternationalConference. on Electron. Devices. and Solid. StateCircuits. [10]M. Elmahgiubi, M. Ennajar, N. Drawil, M. S. Elbuni,"Sign. Language Translator. and Gesture. Recognition",computer and Information. technology 201 Global. Summit. on Sousse,1-6,

11 121

12 122

Embedded Based Hand Talk Assisting System for Dumb Peoples on Android Platform

Embedded Based Hand Talk Assisting System for Dumb Peoples on Android Platform Embedded Based Hand Talk Assisting System for Dumb Peoples on Android Platform R. Balakrishnan 1, Santosh BK 2, Rahul H 2, Shivkumar 2, Sunil Anthony 2 Assistant Professor, Department of Electronics and

More information

Smart Gloves for Hand Gesture Recognition and Translation into Text and Audio

Smart Gloves for Hand Gesture Recognition and Translation into Text and Audio Smart Gloves for Hand Gesture Recognition and Translation into Text and Audio Anshula Kumari 1, Rutuja Benke 1, Yasheseve Bhat 1, Amina Qazi 2 1Project Student, Department of Electronics and Telecommunication,

More information

Glove for Gesture Recognition using Flex Sensor

Glove for Gesture Recognition using Flex Sensor Glove for Gesture Recognition using Flex Sensor Mandar Tawde 1, Hariom Singh 2, Shoeb Shaikh 3 1,2,3 Computer Engineering, Universal College of Engineering, Kaman Survey Number 146, Chinchoti Anjur Phata

More information

AVR Based Gesture Vocalizer Using Speech Synthesizer IC

AVR Based Gesture Vocalizer Using Speech Synthesizer IC AVR Based Gesture Vocalizer Using Speech Synthesizer IC Mr.M.V.N.R.P.kumar 1, Mr.Ashutosh Kumar 2, Ms. S.B.Arawandekar 3, Mr.A. A. Bhosale 4, Mr. R. L. Bhosale 5 Dept. Of E&TC, L.N.B.C.I.E.T. Raigaon,

More information

Smart Speaking Gloves for Speechless

Smart Speaking Gloves for Speechless Smart Speaking Gloves for Speechless Bachkar Y. R. 1, Gupta A.R. 2 & Pathan W.A. 3 1,2,3 ( E&TC Dept., SIER Nasik, SPP Univ. Pune, India) Abstract : In our day to day life, we observe that the communication

More information

A Review on Gesture Vocalizer

A Review on Gesture Vocalizer A Review on Gesture Vocalizer Deena Nath 1, Jitendra Kurmi 2, Deveki Nandan Shukla 3 1, 2, 3 Department of Computer Science, Babasaheb Bhimrao Ambedkar University Lucknow Abstract: Gesture Vocalizer is

More information

Haptic Based Sign Language Interpreter

Haptic Based Sign Language Interpreter Haptic Based Sign Language Interpreter Swayam Bhosale 1, Harsh Kalla 2, Kashish Kitawat 3, Megha Gupta 4 Department of Electronics and Telecommunication,, Maharashtra, India Abstract: There is currently

More information

Sign Language Interpretation Using Pseudo Glove

Sign Language Interpretation Using Pseudo Glove Sign Language Interpretation Using Pseudo Glove Mukul Singh Kushwah, Manish Sharma, Kunal Jain and Anish Chopra Abstract The research work presented in this paper explores the ways in which, people who

More information

Communication Interface for Mute and Hearing Impaired People

Communication Interface for Mute and Hearing Impaired People Communication Interface for Mute and Hearing Impaired People *GarimaRao,*LakshNarang,*Abhishek Solanki,*Kapil Singh, Mrs.*Karamjit Kaur, Mr.*Neeraj Gupta. *Amity University Haryana Abstract - Sign language

More information

International Journal of Advance Engineering and Research Development. Gesture Glove for American Sign Language Representation

International Journal of Advance Engineering and Research Development. Gesture Glove for American Sign Language Representation Scientific Journal of Impact Factor (SJIF): 4.14 International Journal of Advance Engineering and Research Development Volume 3, Issue 3, March -2016 Gesture Glove for American Sign Language Representation

More information

A Review on Hand Gesture Recognition for Deaf and Dumb People Using GSM Module

A Review on Hand Gesture Recognition for Deaf and Dumb People Using GSM Module A Review on Hand Gesture Recognition for Deaf and Dumb People Using GSM Module Shital P.Dawane 1, Prof. Hajiali G.Sayyed 2 PG Student, Dept. of ENTC, SSIEMS, Parbhani, Maharashtra, India 1 Assistant Professor,

More information

Real-time Communication System for the Deaf and Dumb

Real-time Communication System for the Deaf and Dumb Real-time Communication System for the Deaf and Dumb Kedar Potdar 1, Gauri Nagavkar 2 U.G. Student, Department of Computer Engineering, Watumull Institute of Electronics Engineering and Computer Technology,

More information

GLOVES BASED HAND GESTURE RECOGNITION USING INDIAN SIGN LANGUAGE

GLOVES BASED HAND GESTURE RECOGNITION USING INDIAN SIGN LANGUAGE GLOVES BASED HAND GESTURE RECOGNITION USING INDIAN SIGN LANGUAGE V. K. Bairagi 1 International Journal of Latest Trends in Engineering and Technology Vol.(8)Issue(4-1), pp.131-137 DOI: http://dx.doi.org/10.21172/1.841.23

More information

Recognition of Voice and Text Using Hand Gesture

Recognition of Voice and Text Using Hand Gesture Recognition of Voice and Text Using Hand Gesture Ms. P.V.Gawande 1, Ruchira A. Chavan 2, Kalyani S. Kanade 3,Divya D. Urkande 4, Tejaswini S. Jumale 5, Karishma D. Kamale 6 Asst. Professor, Electronics

More information

Hand-Gesture Recognition System For Dumb And Paraplegics

Hand-Gesture Recognition System For Dumb And Paraplegics Hand-Gesture Recognition System For Dumb And Paraplegics B.Yuva Srinivas Raja #1, G.Vimala Kumari *2, K.Susmitha #3, CH.V.N.S Akhil #4, A. Sanhita #5 # Student of Electronics and Communication Department,

More information

A Design of Prototypic Hand Talk Assistive Technology for the Physically Challenged

A Design of Prototypic Hand Talk Assistive Technology for the Physically Challenged A Design of Prototypic Hand Talk Assistive Technology for the Physically Challenged S. Siva Srujana 1, S. Jahnavi 2, K. Jhansi 3 1 Pragati Engineering College, Surampalem, Peddapuram, A.P, India 2 Pragati

More information

[Ashwini*, 5(4): April, 2016] ISSN: (I2OR), Publication Impact Factor: 3.785

[Ashwini*, 5(4): April, 2016] ISSN: (I2OR), Publication Impact Factor: 3.785 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY GESTURE VOCALIZER FOR DEAF AND DUMB Kshirasagar Snehal P.*, Shaikh Mohammad Hussain, Malge Swati S., Gholap Shraddha S., Mr. Swapnil

More information

[Chafle, 2(5): May, 2015] ISSN:

[Chafle, 2(5): May, 2015] ISSN: HAND TALK GLOVES FOR GESTURE RECOGNIZING Kalyani U. Chafle*, Bhagyashree Sharma, Vaishali Patil, Ravi Shriwas *Research scholar, Department of Electronics and Telecommunication, Jawaharlal Darda institute

More information

International Journal of Engineering Research in Computer Science and Engineering (IJERCSE) Vol 5, Issue 3, March 2018 Gesture Glove

International Journal of Engineering Research in Computer Science and Engineering (IJERCSE) Vol 5, Issue 3, March 2018 Gesture Glove Gesture Glove [1] Kanere Pranali, [2] T.Sai Milind, [3] Patil Shweta, [4] Korol Dhanda, [5] Waqar Ahmad, [6] Rakhi Kalantri [1] Student, [2] Student, [3] Student, [4] Student, [5] Student, [6] Assistant

More information

Real Time Sign Language Processing System

Real Time Sign Language Processing System Real Time Sign Language Processing System Dibyabiva Seth (&), Anindita Ghosh, Ariruna Dasgupta, and Asoke Nath Department of Computer Science, St. Xavier s College (Autonomous), Kolkata, India meetdseth@gmail.com,

More information

Speech to Text Wireless Converter

Speech to Text Wireless Converter Speech to Text Wireless Converter Kailas Puri 1, Vivek Ajage 2, Satyam Mali 3, Akhil Wasnik 4, Amey Naik 5 And Guided by Dr. Prof. M. S. Panse 6 1,2,3,4,5,6 Department of Electrical Engineering, Veermata

More information

Detection and Recognition of Sign Language Protocol using Motion Sensing Device

Detection and Recognition of Sign Language Protocol using Motion Sensing Device Detection and Recognition of Sign Language Protocol using Motion Sensing Device Rita Tse ritatse@ipm.edu.mo AoXuan Li P130851@ipm.edu.mo Zachary Chui MPI-QMUL Information Systems Research Centre zacharychui@gmail.com

More information

Translation of Unintelligible Speech of User into Synthetic Speech Using Augmentative and Alternative Communication

Translation of Unintelligible Speech of User into Synthetic Speech Using Augmentative and Alternative Communication Translation of Unintelligible Speech of User into Synthetic Speech Using Augmentative and Alternative Communication S.Jasmine Vanitha 1, K. Manimozhi 2 P.G scholar, Department of EEE, V.R.S College of

More information

International Journal of Modern Trends in Engineering and Research e-issn No.: , Date: 2-4 July, 2015

International Journal of Modern Trends in Engineering and Research   e-issn No.: , Date: 2-4 July, 2015 International Journal of Modern Trends in Engineering and Research www.ijmter.com e-issn No.:2349-9745, Date: 2-4 July, 2015 Data Glove For Speech Impaired Using XBEE AND GSM Randhawane Prajakta Dilip

More information

Microcontroller and Sensors Based Gesture Vocalizer

Microcontroller and Sensors Based Gesture Vocalizer Microcontroller and Sensors Based Gesture Vocalizer ATA-UR-REHMAN SALMAN AFGHANI MUHAMMAD AKMAL RAHEEL YOUSAF Electrical Engineering Lecturer Rachna College of Engg. and tech. Gujranwala Computer Engineering

More information

International Journal of Advances in Engineering & Technology, Sept., IJAET ISSN: Tambaram, Chennai

International Journal of Advances in Engineering & Technology, Sept., IJAET ISSN: Tambaram, Chennai CHALLENGER S MEDIA M.Nalini 1, G.Jayasudha 2 and Nandhini.J.Rao 3 1 Assistant Professor, Department of Electronics and Instrumentation, Sri Sairam Engineering College, West Tambaram, Chennai-600044. 2

More information

Hand Gesture Recognition System for Deaf and Dumb Persons

Hand Gesture Recognition System for Deaf and Dumb Persons Hand Gesture Recognition System for Deaf and Dumb Persons Mr.R.Jagadish 1, R.Gayathri 2, R.Mohanapriya 3, R.Kalaivani 4 and S.Keerthana 5 1 Associate Professor, Department of Electronics and Communication

More information

Labview Based Hand Gesture Recognition for Deaf and Dumb People

Labview Based Hand Gesture Recognition for Deaf and Dumb People International Journal of Engineering Science Invention (IJESI) ISSN (Online): 2319 6734, ISSN (Print): 2319 6726 Volume 7 Issue 4 Ver. V April 2018 PP 66-71 Labview Based Hand Gesture Recognition for Deaf

More information

Gesture Recognition using Marathi/Hindi Alphabet

Gesture Recognition using Marathi/Hindi Alphabet Gesture Recognition using Marathi/Hindi Alphabet Rahul Dobale ¹, Rakshit Fulzele², Shruti Girolla 3, Seoutaj Singh 4 Student, Computer Engineering, D.Y. Patil School of Engineering, Pune, India 1 Student,

More information

TWO HANDED SIGN LANGUAGE RECOGNITION SYSTEM USING IMAGE PROCESSING

TWO HANDED SIGN LANGUAGE RECOGNITION SYSTEM USING IMAGE PROCESSING 134 TWO HANDED SIGN LANGUAGE RECOGNITION SYSTEM USING IMAGE PROCESSING H.F.S.M.Fonseka 1, J.T.Jonathan 2, P.Sabeshan 3 and M.B.Dissanayaka 4 1 Department of Electrical And Electronic Engineering, Faculty

More information

Meri Awaaz Smart Glove Learning Assistant for Mute Students and teachers

Meri Awaaz Smart Glove Learning Assistant for Mute Students and teachers Meri Awaaz Smart Glove Learning Assistant for Mute Students and teachers Aditya C *1, Siddharth T 1, Karan K 1 and Priya G 2 School of Computer Science and Engineering, VIT University, Vellore, India 1

More information

Development of an Electronic Glove with Voice Output for Finger Posture Recognition

Development of an Electronic Glove with Voice Output for Finger Posture Recognition Development of an Electronic Glove with Voice Output for Finger Posture Recognition F. Wong*, E. H. Loh, P. Y. Lim, R. R. Porle, R. Chin, K. Teo and K. A. Mohamad Faculty of Engineering, Universiti Malaysia

More information

Android based Monitoring Human Knee Joint Movement Using Wearable Computing

Android based Monitoring Human Knee Joint Movement Using Wearable Computing Android based Monitoring Human Knee Joint Movement Using Wearable Computing Abstract In today s fast moving lifestyle, incidents regarding health issues are surfacing every day. One of the major issues

More information

Assistant Professor, PG and Research Department of Computer Applications, Sacred Heart College (Autonomous), Tirupattur, Vellore, Tamil Nadu, India

Assistant Professor, PG and Research Department of Computer Applications, Sacred Heart College (Autonomous), Tirupattur, Vellore, Tamil Nadu, India International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2018 IJSRCSEIT Volume 3 Issue 7 ISSN : 2456-3307 Collaborative Learning Environment Tool In E-Learning

More information

Gesture Vocalizer using IoT

Gesture Vocalizer using IoT Gesture Vocalizer using IoT Deepa Haridas 1, Drishya M 2, Reshma Johnson 3, Rose Simon 4, Sradha Mohan 5, Linu Babu P 6 UG Scholar, Electronics and Communication, IES College of Engineering, Thrissur,

More information

ISSN: [Jain * et al., 7(4): April, 2018] Impact Factor: 5.164

ISSN: [Jain * et al., 7(4): April, 2018] Impact Factor: 5.164 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY IMAGE PROCESSING BASED SPEAKING SYSTEM FOR MUTE PEOPLE USING HAND GESTURES Abhishek Jain *1, Lakshita Jain 2, Ishaan Sharma 3

More information

Microphone Input LED Display T-shirt

Microphone Input LED Display T-shirt Microphone Input LED Display T-shirt Team 50 John Ryan Hamilton and Anthony Dust ECE 445 Project Proposal Spring 2017 TA: Yuchen He 1 Introduction 1.2 Objective According to the World Health Organization,

More information

Date: April 19, 2017 Name of Product: Cisco Spark Board Contact for more information:

Date: April 19, 2017 Name of Product: Cisco Spark Board Contact for more information: Date: April 19, 2017 Name of Product: Cisco Spark Board Contact for more information: accessibility@cisco.com Summary Table - Voluntary Product Accessibility Template Criteria Supporting Features Remarks

More information

Glossary of Inclusion Terminology

Glossary of Inclusion Terminology Glossary of Inclusion Terminology Accessible A general term used to describe something that can be easily accessed or used by people with disabilities. Alternate Formats Alternate formats enable access

More information

A Wearable Hand Gloves Gesture Detection based on Flex Sensors for disabled People

A Wearable Hand Gloves Gesture Detection based on Flex Sensors for disabled People A Wearable Hand Gloves Gesture Detection based on Flex Sensors for disabled People Kunal Purohit 1, Prof. Kailash Patidar 2, Mr. Rishi Singh Kushwah 3 1 M.Tech Scholar, 2 Head, Computer Science & Engineering,

More information

ISSN: [ ] [Vol-3, Issue-3 March- 2017]

ISSN: [ ] [Vol-3, Issue-3 March- 2017] A Smart Werable Device for Vocally Challenged People Using IoT Platform Dr. S. Jothi Muneeswari 1, K.Karthik 2, S. Karthick 3, R. Lokesh 4 1 ME, PhD, Professor Professor, Department of ECE, DMI College

More information

Hand Gestures Recognition System for Deaf, Dumb and Blind People

Hand Gestures Recognition System for Deaf, Dumb and Blind People Hand Gestures Recognition System for Deaf, Dumb and Blind People Channaiah Chandana K 1, Nikhita K 2, Nikitha P 3, Bhavani N K 4, Sudeep J 5 B.E. Student, Dept. of Information Science & Engineering, NIE-IT,

More information

Voluntary Product Accessibility Template (VPAT)

Voluntary Product Accessibility Template (VPAT) Avaya Vantage TM Basic for Avaya Vantage TM Voluntary Product Accessibility Template (VPAT) Avaya Vantage TM Basic is a simple communications application for the Avaya Vantage TM device, offering basic

More information

Hand Gesture Recognition and Speech Conversion for Deaf and Dumb using Feature Extraction

Hand Gesture Recognition and Speech Conversion for Deaf and Dumb using Feature Extraction Hand Gesture Recognition and Speech Conversion for Deaf and Dumb using Feature Extraction Aswathy M 1, Heera Narayanan 2, Surya Rajan 3, Uthara P M 4, Jeena Jacob 5 UG Students, Dept. of ECE, MBITS, Nellimattom,

More information

Apple emac. Standards Subpart Software applications and operating systems. Subpart B -- Technical Standards

Apple emac. Standards Subpart Software applications and operating systems. Subpart B -- Technical Standards Apple emac Standards Subpart 1194.21 Software applications and operating systems. 1194.22 Web-based intranet and internet information and applications. 1194.23 Telecommunications products. 1194.24 Video

More information

Sign Language to English (Slate8)

Sign Language to English (Slate8) Sign Language to English (Slate8) App Development Nathan Kebe El Faculty Advisor: Dr. Mohamad Chouikha 2 nd EECS Day April 20, 2018 Electrical Engineering and Computer Science (EECS) Howard University

More information

Accessible Computing Research for Users who are Deaf and Hard of Hearing (DHH)

Accessible Computing Research for Users who are Deaf and Hard of Hearing (DHH) Accessible Computing Research for Users who are Deaf and Hard of Hearing (DHH) Matt Huenerfauth Raja Kushalnagar Rochester Institute of Technology DHH Auditory Issues Links Accents/Intonation Listening

More information

Sign Language Coach. Pupul Mayank Department of Telecommunication Engineering BMS College of Engg, Bangalore, Karnataka, India

Sign Language Coach. Pupul Mayank Department of Telecommunication Engineering BMS College of Engg, Bangalore, Karnataka, India Sign Language Coach M.Vasantha lakshmi Assistant Professor, Department of Telecommunication Engineering Pupul Mayank Department of Telecommunication Engineering Nadir Ahmed Department of Telecommunication

More information

User Manual Verizon Wireless. All Rights Reserved. verizonwireless.com OM2260VW

User Manual Verizon Wireless. All Rights Reserved. verizonwireless.com OM2260VW User Manual 2010 Verizon Wireless. All Rights Reserved. verizonwireless.com OM2260VW Home Phone Connect Welcome to Verizon Wireless Thank you for choosing Verizon Wireless Home Phone Connect. You re now

More information

1. INTRODUCTION. Vision based Multi-feature HGR Algorithms for HCI using ISL Page 1

1. INTRODUCTION. Vision based Multi-feature HGR Algorithms for HCI using ISL Page 1 1. INTRODUCTION Sign language interpretation is one of the HCI applications where hand gesture plays important role for communication. This chapter discusses sign language interpretation system with present

More information

Product Model #: Digital Portable Radio XTS 5000 (Std / Rugged / Secure / Type )

Product Model #: Digital Portable Radio XTS 5000 (Std / Rugged / Secure / Type ) Rehabilitation Act Amendments of 1998, Section 508 Subpart 1194.25 Self-Contained, Closed Products The following features are derived from Section 508 When a timed response is required alert user, allow

More information

Re: ENSC 370 Project Gerbil Functional Specifications

Re: ENSC 370 Project Gerbil Functional Specifications Simon Fraser University Burnaby, BC V5A 1S6 trac-tech@sfu.ca February, 16, 1999 Dr. Andrew Rawicz School of Engineering Science Simon Fraser University Burnaby, BC V5A 1S6 Re: ENSC 370 Project Gerbil Functional

More information

Computer Applications: An International Journal (CAIJ), Vol.3, No.1, February Mohammad Taye, Mohammad Abu Shanab, Moyad Rayyan and Husam Younis

Computer Applications: An International Journal (CAIJ), Vol.3, No.1, February Mohammad Taye, Mohammad Abu Shanab, Moyad Rayyan and Husam Younis ANYONE CAN TALK TOOL Mohammad Taye, Mohammad Abu Shanab, Moyad Rayyan and Husam Younis Software Engineering Department Information Technology Faculty Philadelphia University ABSTRACT People who have problems

More information

IDENTIFICATION OF REAL TIME HAND GESTURE USING SCALE INVARIANT FEATURE TRANSFORM

IDENTIFICATION OF REAL TIME HAND GESTURE USING SCALE INVARIANT FEATURE TRANSFORM Research Article Impact Factor: 0.621 ISSN: 2319507X INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK IDENTIFICATION OF REAL TIME

More information

Finger spelling recognition using distinctive features of hand shape

Finger spelling recognition using distinctive features of hand shape Finger spelling recognition using distinctive features of hand shape Y Tabata 1 and T Kuroda 2 1 Faculty of Medical Science, Kyoto College of Medical Science, 1-3 Imakita Oyama-higashi, Sonobe, Nantan,

More information

An Ingenious accelerator card System for the Visually Lessen

An Ingenious accelerator card System for the Visually Lessen An Ingenious accelerator card System for the Visually Lessen T. Naveena 1, S. Revathi 2, Assistant Professor 1,2, Department of Computer Science and Engineering 1,2, M. Arun Karthick 3, N. Mohammed Yaseen

More information

An Approach to Hand Gesture Recognition for Devanagari Sign Language using Image Processing Tool Box

An Approach to Hand Gesture Recognition for Devanagari Sign Language using Image Processing Tool Box An Approach to Hand Gesture Recognition for Devanagari Sign Language using Image Processing Tool Box Prof. Abhijit V. Warhade 1 Prof. Pranali K. Misal 2 Assistant Professor, Dept. of E & C Engineering

More information

PC BASED AUDIOMETER GENERATING AUDIOGRAM TO ASSESS ACOUSTIC THRESHOLD

PC BASED AUDIOMETER GENERATING AUDIOGRAM TO ASSESS ACOUSTIC THRESHOLD Volume 119 No. 12 2018, 13939-13944 ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu PC BASED AUDIOMETER GENERATING AUDIOGRAM TO ASSESS ACOUSTIC THRESHOLD Mahalakshmi.A, Mohanavalli.M,

More information

ITU-T. FG AVA TR Version 1.0 (10/2013) Part 3: Using audiovisual media A taxonomy of participation

ITU-T. FG AVA TR Version 1.0 (10/2013) Part 3: Using audiovisual media A taxonomy of participation International Telecommunication Union ITU-T TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU FG AVA TR Version 1.0 (10/2013) Focus Group on Audiovisual Media Accessibility Technical Report Part 3: Using

More information

iclicker+ Student Remote Voluntary Product Accessibility Template (VPAT)

iclicker+ Student Remote Voluntary Product Accessibility Template (VPAT) iclicker+ Student Remote Voluntary Product Accessibility Template (VPAT) Date: May 22, 2017 Product Name: iclicker+ Student Remote Product Model Number: RLR15 Company Name: Macmillan Learning, iclicker

More information

Recognition of sign language gestures using neural networks

Recognition of sign language gestures using neural networks Recognition of sign language gestures using neural s Peter Vamplew Department of Computer Science, University of Tasmania GPO Box 252C, Hobart, Tasmania 7001, Australia vamplew@cs.utas.edu.au ABSTRACT

More information

Detection of Finger Motion using Flex Sensor for Assisting Speech Impaired

Detection of Finger Motion using Flex Sensor for Assisting Speech Impaired Detection of Finger Motion using Flex Sensor for Assisting Speech Impaired Heena Joshi 1, Shweta Bhati 2, Komal Sharma 3, Vandana Matai 4 Assistant Professor, Department of Electronics and Communication

More information

Sound Interfaces Engineering Interaction Technologies. Prof. Stefanie Mueller HCI Engineering Group

Sound Interfaces Engineering Interaction Technologies. Prof. Stefanie Mueller HCI Engineering Group Sound Interfaces 6.810 Engineering Interaction Technologies Prof. Stefanie Mueller HCI Engineering Group what is sound? if a tree falls in the forest and nobody is there does it make sound?

More information

Communications Accessibility with Avaya IP Office

Communications Accessibility with Avaya IP Office Accessibility with Avaya IP Office Voluntary Product Accessibility Template (VPAT) 1194.23, Telecommunications Products Avaya IP Office is an all-in-one solution specially designed to meet the communications

More information

The following information relates to NEC products offered under our GSA Schedule GS-35F- 0245J and other Federal Contracts.

The following information relates to NEC products offered under our GSA Schedule GS-35F- 0245J and other Federal Contracts. The following information relates to NEC products offered under our GSA Schedule GS-35F- 0245J and other Federal Contracts. NEC Unified Solutions, Inc., based upon its interpretation of the Section 508

More information

Fujitsu LifeBook T Series TabletPC Voluntary Product Accessibility Template

Fujitsu LifeBook T Series TabletPC Voluntary Product Accessibility Template Fujitsu LifeBook T Series TabletPC Voluntary Product Accessibility Template 1194.21 Software Applications and Operating Systems* (a) When software is designed to run on a system that This product family

More information

Choosing Mindray SpO2

Choosing Mindray SpO2 Choosing Mindray SpO2 Aug. 2014 Choosing Mindray SpO2 The culmination of over 20 years of in-house SpO2 technology research. 4 advanced technologies make Mindray a leading SpO2 provider 5 dimensions of

More information

VPAT Summary. VPAT Details. Section Telecommunications Products - Detail. Date: October 8, 2014 Name of Product: BladeCenter HS23

VPAT Summary. VPAT Details. Section Telecommunications Products - Detail. Date: October 8, 2014 Name of Product: BladeCenter HS23 Date: October 8, 2014 Name of Product: BladeCenter HS23 VPAT Summary Criteria Status Remarks and Explanations Section 1194.21 Software Applications and Operating Systems Section 1194.22 Web-based Internet

More information

Learning Objectives. AT Goals. Assistive Technology for Sensory Impairments. Review Course for Assistive Technology Practitioners & Suppliers

Learning Objectives. AT Goals. Assistive Technology for Sensory Impairments. Review Course for Assistive Technology Practitioners & Suppliers Assistive Technology for Sensory Impairments Review Course for Assistive Technology Practitioners & Suppliers Learning Objectives Define the purpose of AT for persons who have sensory impairment Identify

More information

Estimation of Haemoglobin Using Non-Invasive Technique

Estimation of Haemoglobin Using Non-Invasive Technique Estimation of Haemoglobin Using Non-Invasive Technique Tatiparti Padma #1, Pinjala Jahnavi *2 #Department of ECE, GRIET, Hyderabad, Telangana *Department of ECE, GRIET, Hyderabad, Telangana 1tatipartipadma@gmail.com,

More information

BLOOD GLUCOSE LEVEL MONITORING BY NONINVASIVE METHOD USING NEAR INFRA RED SENSOR

BLOOD GLUCOSE LEVEL MONITORING BY NONINVASIVE METHOD USING NEAR INFRA RED SENSOR BLOOD GLUCOSE LEVEL MONITORING BY NONINVASIVE METHOD USING NEAR INFRA RED SENSOR P.Daarani 1 & A.Kavithamani 2 International Journal of Latest Trends in Engineering and Technology pp. 141-147 DOI: http://dx.doi.org/10.21172/1.ires.19

More information

Available online at ScienceDirect. Procedia Technology 24 (2016 )

Available online at   ScienceDirect. Procedia Technology 24 (2016 ) Available online at www.sciencedirect.com ScienceDirect Procedia Technology 24 (2016 ) 1068 1073 International Conference on Emerging Trends in Engineering, Science and Technology (ICETEST - 2015) Improving

More information

N RISCE 2K18 ISSN International Journal of Advance Research and Innovation

N RISCE 2K18 ISSN International Journal of Advance Research and Innovation The Computer Assistance Hand Gesture Recognition system For Physically Impairment Peoples V.Veeramanikandan(manikandan.veera97@gmail.com) UG student,department of ECE,Gnanamani College of Technology. R.Anandharaj(anandhrak1@gmail.com)

More information

iclicker2 Student Remote Voluntary Product Accessibility Template (VPAT)

iclicker2 Student Remote Voluntary Product Accessibility Template (VPAT) iclicker2 Student Remote Voluntary Product Accessibility Template (VPAT) Date: May 22, 2017 Product Name: i>clicker2 Student Remote Product Model Number: RLR14 Company Name: Macmillan Learning, iclicker

More information

Avaya IP Office 10.1 Telecommunication Functions

Avaya IP Office 10.1 Telecommunication Functions Avaya IP Office 10.1 Telecommunication Functions Voluntary Product Accessibility Template (VPAT) Avaya IP Office is an all-in-one solution specially designed to meet the communications challenges facing

More information

Smart Glove Based Gesture Vocalizer for Deaf and Dumb

Smart Glove Based Gesture Vocalizer for Deaf and Dumb Smart Glove Based Gesture Vocalizer for Deaf and Dumb Karibasappa R and Choodarathnakara A L Government Engineering College, Kushalnagar, Karnataka, INDIA Ishana M E, Thanuja C, Basavaraju M K and Sunitha

More information

SPEECH TO TEXT CONVERTER USING GAUSSIAN MIXTURE MODEL(GMM)

SPEECH TO TEXT CONVERTER USING GAUSSIAN MIXTURE MODEL(GMM) SPEECH TO TEXT CONVERTER USING GAUSSIAN MIXTURE MODEL(GMM) Virendra Chauhan 1, Shobhana Dwivedi 2, Pooja Karale 3, Prof. S.M. Potdar 4 1,2,3B.E. Student 4 Assitant Professor 1,2,3,4Department of Electronics

More information

Avaya B159 Conference Telephone Voluntary Product Accessibility Template (VPAT)

Avaya B159 Conference Telephone Voluntary Product Accessibility Template (VPAT) Avaya B159 Conference Telephone Voluntary Product Accessibility Template (VPAT) The Avaya B159 Conference Telephone is a sophisticated speakerphone, intended for use by groups of ten or more individuals

More information

easy read Your rights under THE accessible InformatioN STandard

easy read Your rights under THE accessible InformatioN STandard easy read Your rights under THE accessible InformatioN STandard Your Rights Under The Accessible Information Standard 2 Introduction In June 2015 NHS introduced the Accessible Information Standard (AIS)

More information

Measuring Heart Rate and Blood Oxygen Levels for Portable and Wearable Devices

Measuring Heart Rate and Blood Oxygen Levels for Portable and Wearable Devices Measuring Heart Rate and Blood Oxygen Levels for Portable and Wearable Devices By Zhang Feng, Senior Medical Applications Engineer Marten Smith, Medical Marketing Manager Medical Products Group Microchip

More information

Implementation of image processing approach to translation of ASL finger-spelling to digital text

Implementation of image processing approach to translation of ASL finger-spelling to digital text Rochester Institute of Technology RIT Scholar Works Articles 2006 Implementation of image processing approach to translation of ASL finger-spelling to digital text Divya Mandloi Kanthi Sarella Chance Glenn

More information

Summary Table Voluntary Product Accessibility Template

Summary Table Voluntary Product Accessibility Template The following Voluntary Product Accessibility refers to the Apple MacBook Air. For more on the accessibility features of Mac OS X and the MacBook Air, visit Apple s accessibility Web site at http://www.apple.com/accessibility.

More information

Design and Analysis of Automatic Insulin Delivery System Using Pic Microcontroller

Design and Analysis of Automatic Insulin Delivery System Using Pic Microcontroller , pp. 271-278 http://dx.doi.org/10.14257/ijbsbt.2016.8.3.27 Design and Analysis of Automatic Insulin Delivery System Using Pic Microcontroller P. Kayalvizhi 1, S. Balamurugan 2, C.Ramachandradurai 3 and

More information

easy read Your rights under THE accessible InformatioN STandard

easy read Your rights under THE accessible InformatioN STandard easy read Your rights under THE accessible InformatioN STandard Your Rights Under The Accessible Information Standard 2 1 Introduction In July 2015, NHS England published the Accessible Information Standard

More information

SUMMARY TABLE VOLUNTARY PRODUCT ACCESSIBILITY TEMPLATE

SUMMARY TABLE VOLUNTARY PRODUCT ACCESSIBILITY TEMPLATE Date: 2 November 2010 Updated by Alan Batt Name of Product: Polycom CX600 IP Phone for Microsoft Lync Company contact for more Information: Ian Jennings, ian.jennings@polycom.com Note: This document describes

More information

Heart Rate Monitoring System Using Lab View

Heart Rate Monitoring System Using Lab View Volume-5, Issue-2, April-2015 International Journal of Engineering and Management Research Page Number: 590-594 Heart Rate Monitoring System Using Lab View S. Tony Manasa 1, Y. Sneha 2, Sajeeda Sultana

More information

A non-invasive tongue controlled wireless assistive device for quadriplegics.

A non-invasive tongue controlled wireless assistive device for quadriplegics. Biomedical Research 2018; 29 (8): 1626-1630 ISSN 0970-938X www.biomedres.info A non-invasive tongue controlled wireless assistive device for quadriplegics. Priyanka G, Pranitha N, Deepa Madathil, Vidhya

More information

Heart Attack Detection and Heart Rate Monitoring Using IoT

Heart Attack Detection and Heart Rate Monitoring Using IoT Heart Attack Detection and Heart Rate Monitoring Using IoT Nikunj Patel Princekumar Patel Nehal Patel BSTRACT Nowadays numerous persons are mislaying their life owing to heart attack and shortage of medical

More information

Product Model #:ASTRO Digital Spectra Consolette W7 Models (Local Control)

Product Model #:ASTRO Digital Spectra Consolette W7 Models (Local Control) Subpart 1194.25 Self-Contained, Closed Products When a timed response is required alert user, allow sufficient time for him to indicate that he needs additional time to respond [ N/A ] For touch screen

More information

I. Language and Communication Needs

I. Language and Communication Needs Child s Name Date Additional local program information The primary purpose of the Early Intervention Communication Plan is to promote discussion among all members of the Individualized Family Service Plan

More information

Voluntary Product Accessibility Template (VPAT)

Voluntary Product Accessibility Template (VPAT) Voluntary Product Accessibility Template (VPAT) Date: January 25 th, 2016 Name of Product: Mitel 6730i, 6731i, 6735i, 6737i, 6739i, 6753i, 6755i, 6757i, 6863i, 6865i, 6867i, 6869i, 6873i Contact for more

More information

Avaya B189 Conference Telephone Voluntary Product Accessibility Template (VPAT)

Avaya B189 Conference Telephone Voluntary Product Accessibility Template (VPAT) Avaya B189 Conference Telephone Voluntary Product Accessibility Template (VPAT) The Avaya B189 Conference Telephone is a sophisticated speakerphone, intended for use by groups of ten or more individuals

More information

Supporting Features. Criteria. Remarks and Explanations

Supporting Features. Criteria. Remarks and Explanations Date: vember 23, 2016 Name of Product: Contact for More Information: section508@necam.com Summary Table Voluntary Product Accessibility 1194.23(a) Telecommunications products or systems which provide a

More information

Summary Table Voluntary Product Accessibility Template. Supports. Please refer to. Supports. Please refer to

Summary Table Voluntary Product Accessibility Template. Supports. Please refer to. Supports. Please refer to Date Aug-07 Name of product SMART Board 600 series interactive whiteboard SMART Board 640, 660 and 680 interactive whiteboards address Section 508 standards as set forth below Contact for more information

More information

Communication-Translator for Deaf Dumb and Normal People. (CommuLator)

Communication-Translator for Deaf Dumb and Normal People. (CommuLator) Communication-Translator for Deaf Dumb and Normal People (CommuLator) Vishal Srivastava, Apurva Langote, Roma Barik Vishal Srivastava vishalsrivastava8994@gmail.com Apurva Langote apurva.langote@gmail.com

More information

Supporting Features Remarks and Explanations

Supporting Features Remarks and Explanations Date: August 27, 2009 Name of Product: (Models ITL- 2E, ITL-6DE, ITL- 12D, ITL-24D, ITL-32D, ITL-8LD, ITL-320C) Contact for More Information: section508@necam.com or 214-262-7095 Summary Table Voluntary

More information

PORTABLE CAMERA-BASED ASSISTIVE TEXT AND PRODUCT LABEL READING FROM HAND-HELD OBJECTS FOR BLINDPERSONS

PORTABLE CAMERA-BASED ASSISTIVE TEXT AND PRODUCT LABEL READING FROM HAND-HELD OBJECTS FOR BLINDPERSONS PORTABLE CAMERA-BASED ASSISTIVE TEXT AND PRODUCT LABEL READING FROM HAND-HELD OBJECTS FOR BLINDPERSONS D. Srilatha 1, Mrs. K. Pavani 2 1 MTech, Vidya Jyothi Institute of Technology (Autonomous), Aziznagar,

More information

Assistive Technology for Regular Curriculum for Hearing Impaired

Assistive Technology for Regular Curriculum for Hearing Impaired Assistive Technology for Regular Curriculum for Hearing Impaired Assistive Listening Devices Assistive listening devices can be utilized by individuals or large groups of people and can typically be accessed

More information

Finger Braille teaching system-teaching of prosody of finger Braille

Finger Braille teaching system-teaching of prosody of finger Braille Feb. 2009, Volume 6, No.2 (Serial No.51) Journal of Communication and Computer, ISSN1548-7709, USA Finger Braille teaching system-teaching of prosody of finger Braille Yasuhiro MATSUDA, Tsuneshi ISOMURA

More information