LIBRE-LIBRAS: A Tool with a Free-Hands Approach to Assist LIBRAS Translation and Learning

Size: px
Start display at page:

Download "LIBRE-LIBRAS: A Tool with a Free-Hands Approach to Assist LIBRAS Translation and Learning"

Transcription

1 CHAPTER 12 LIBRE-LIBRAS: A Tool with a Free-Hands Approach to Assist LIBRAS Translation and Learning Evandro Terra Gonçalves *, Renata Monteiro de Oliveira, Rubens Jesse Catharino Deknes Gonçalves, Sidney Roberto de Sousa and Michel Estadulho * Instituto Federal de Educação, evandro18.goncalves@gmail.com

2 142 Chapter 12. LIBRE-LIBRAS: A... Instituto Federal de Educação, Instituto Federal de Educação, Instituto Federal de Educação, Instituto Federal de Educação, Abstract: The Brazilian Signals Language (LIBRAS) is officially recognized as first language (L1) to the Brazilian deaf community. Since its officialization, its teaching is granted by law at public and private institutions. Just like is done in any other discipline, LIBRAS teaching needs specific courseware, as well as tools to assist teachers and students at classroom. We believe that the use of tools for aiding the correct LIBRAS signaling, considering correct hands config-

3 143 uration in each signal, is intended to potentialize the good LIBRAS learning at classes. Thus, this work presents LIBRE-LIBRAS, a web application software to aid simultaneous translation and verification of LIBRAS phrases, using Leap Motion sensor to capture signals from gestures provided by the student with his free hands. The software has a module for capturing and storing signals provided by a professional interpreter of LIBRAS. This module was developed using the MEAN stack, a set of technologies (MongoDB, Express, AngularJS, and Node.js) based on JavaScript language that, together, help to leverage web development process. A signals database was created using MongoDB, where such signals are acquired from the interpreter with help of Leap Motion sensor and a web page developed with AngularJS. To send the acquired signals to the signals database, were developed RESTful web services, using Express and Node.js. It was also developed a module to query signals from the student into the signals database. This module uses the Euclidean distances between each hand palm and the fingertips, in addition to the Euclidean distances between the fingertips, to provide a signal descriptor that can be compared to signals stored into the database. We have already developed modules for storing and querying LIBRAS signals. Now, we are working in modules to provide signaling lessons and translation assistance of words and phrases in LIBRAS. To provide a better experience for the student while using LIBRE-LIBRAS, it was developed a 3D hands model that mirrors the student s hands movements, so the stu-

4 144 Chapter 12. LIBRE-LIBRAS: A... dent can see his signals or imitate the movements proposed by LIBRE-LIBRAS lessons. LIBRE-LIBRAS development is still in course. Tests on the signals queries confidence are being performed to refine our querying module. Furthermore, we intend to perform tests with LIBRE-LIBRAS at the LIBRAS classes from our institution, in order to get a good LIBRAS teaching tool that helps and encourages students in this discipline. Keywords: LIBRAS, Computer Aided Translation, Leap Motion Sensor, Languages Teaching, Courseware Tools Background For a very long time, parents and teachers of Brazilian deaf kids were concerned about making them speak. Only in the end of 1950s, LIBRAS was faced as an adequate way of expression by deaf people 1. LIBRAS is a space visual language, expressed through gestures and body expressions. Indeed, it is a language so complex as any other 2. Thus, teaching LIBRAS becomes as complex as teaching Portuguese to initial grades, or even teaching English to Brazilian to infant or teenagers. So, at the same way that teachers of these two last languages need specific courseware and tools to assist them at their classes, LIBRAS teachers and

5 12.2. Purpose/Hypothesis 145 interpreters also need such resources. However, maybe more complex than teaching LIBRAS to a deaf individual is to train a future LIBRAS teacher that, in its turn, will have to teach this language to other people including deaf people Purpose/Hypothesis We believe that the use of tools for aiding correct LIBRAS signalling, considering correct hands configuration at each signal, is intended to potentialize the good LIBRAS learning at classes. Thus, this work presents LIBRE-LIBRAS, a web application software to aid simultaneous translation and verification of LIBRAS terms, using Leap Motion sensor to capture signals from gestures provided by the student with his free hands Design/Method LIBRE-LIBRAS can be divided in two modules. The first module is responsible for capturing terms signalized by LIBRAS professional interpreters to populate the signals database. For this, the module uses Leap Motion sensor to capture the terms gestures from the interpreter s hands. A web page was built using AngularJS to provide an interface for capturing the signals from the interpreter and transform such signals in a data model

6 146 Chapter 12. LIBRE-LIBRAS: A... composed by two vectors. The first vector contains the distances from each one of the 5 fingertips to the center of the hand s palm and the distances between each fingertip, not considering thumb. This totalizes 8 distances for one hand signals and 16 distances for two hands signals. Finally, the second vector contains the values of pitch, roll, and yaw angles from the hand, thus totalizing 3 angles for one hand signals and 6 angles for two hand signals. After the term signal is captured, its data model is sent to the database server, which is served by a RESTful API implemented with Express.js, running over Node.js. Finally, the signal data is stored at a MongoDB database. We decided to use MEAN stack (MongoDB, Express.js, AngularJS, and Node.js) due to its easiness of learning, expressiveness of code, and the fact that all the four technologies use a single programming language JavaScript. The second and last module is responsible to compare a gesture from the LIBRAS student to signals stored at the signals database. We borrowed Naidu and Ghotkar approach 3, originally used at Indian Sign Language (ISL), that used Euclidean distance and cosine similarity functions to compare the user s gestures to signals. The signal s data model used in this work is similar to the one used by Naidu and Ghotkar, but in this last work the author did not consider the hands angles.

7 12.4. Results Results We have performed tests over a database with 40 static LIBRAS terms signals, where a static term is a term which signal does not have a hand translation movement during its signalization. In our signaling tests with professional LIBRAS interpreters, 79.88% of the terms stored are correctly recognized. Figure 12.1 shows LIBRE-LIBRAS translation page, which presents a threedimensional model of the user s hands, in addition to the term corresponding to the user s signalling, when correct. Figure 12.1 LIBRE-LIBRAS translation page.

8 148 Chapter 12. LIBRE-LIBRAS: A Conclusions Now, we intend to refine the signals comparison method to increase its accuracy. Furthermore, we intend to develop an approach to store and compare dynamic terms signals and, so, publish a more robust version of LIBRE-LIBRAS for online use on the web for free. Finally, we aim to create a branch of LIBRE- LIBRAS project, which will substitute use of Leap Motion sensor to capture the user s gestures by the use of webcam associated to computer vision techniques. Bibliography 1. SOUSA, M.; PORROROZI. R. Ensino de LIBRAS para os profissionais da saúde: uma necessidade premente. Revista Práxis, Volta Redonda, n. 2, p , SACKS, O. Vendo vozes: uma viagem ao mundo dos surdos. São Paulo: Companhia das Letras, NAIDU, C.; GHOTKAR, A. Hand Gesture Recognition Using Leap Motion Controlle, International Journal of Science and Research, Chhattisgarh, v. 5, n. 10, p , oct

An approach for Brazilian Sign Language (BSL) recognition based on facial expression and k-nn classifier

An approach for Brazilian Sign Language (BSL) recognition based on facial expression and k-nn classifier An approach for Brazilian Sign Language (BSL) recognition based on facial expression and k-nn classifier Tamires Martins Rezende 1 Cristiano Leite de Castro 1 Sílvia Grasiella Moreira Almeida 2 1 The Electrical

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

ASL Gesture Recognition Using. a Leap Motion Controller

ASL Gesture Recognition Using. a Leap Motion Controller ASL Gesture Recognition Using a Leap Motion Controller Carleton University COMP 4905 Martin Gingras Dr. Dwight Deugo Wednesday, July 22, 2015 1 Abstract Individuals forced to use American Sign Language

More information

Characterization of 3D Gestural Data on Sign Language by Extraction of Joint Kinematics

Characterization of 3D Gestural Data on Sign Language by Extraction of Joint Kinematics Human Journals Research Article October 2017 Vol.:7, Issue:4 All rights are reserved by Newman Lau Characterization of 3D Gestural Data on Sign Language by Extraction of Joint Kinematics Keywords: hand

More information

A Web Tool for Building Parallel Corpora of Spoken and Sign Languages

A Web Tool for Building Parallel Corpora of Spoken and Sign Languages A Web Tool for Building Parallel Corpora of Spoken and Sign Languages ALEX MALMANN BECKER FÁBIO NATANAEL KEPLER SARA CANDEIAS July 19,2016 Authors Software Engineer Master's degree by UFSCar CEO at Porthal

More information

A Survey on Hand Gesture Recognition for Indian Sign Language

A Survey on Hand Gesture Recognition for Indian Sign Language A Survey on Hand Gesture Recognition for Indian Sign Language Miss. Juhi Ekbote 1, Mrs. Mahasweta Joshi 2 1 Final Year Student of M.E. (Computer Engineering), B.V.M Engineering College, Vallabh Vidyanagar,

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

enterface 13 Kinect-Sign João Manuel Ferreira Gameiro Project Proposal for enterface 13

enterface 13 Kinect-Sign João Manuel Ferreira Gameiro Project Proposal for enterface 13 enterface 13 João Manuel Ferreira Gameiro Kinect-Sign Project Proposal for enterface 13 February, 2013 Abstract This project main goal is to assist in the communication between deaf and non-deaf people.

More information

Characteristics of the Text Genre Nonfi ction Text Structure Three to eight lines of text in the same position on each page

Characteristics of the Text Genre Nonfi ction Text Structure Three to eight lines of text in the same position on each page LESSON 14 TEACHER S GUIDE by Karen J. Rothbardt Fountas-Pinnell Level J Nonfiction Selection Summary Children with special needs use a variety of special tools to help them see and hear. This simply written

More information

University of Toronto. Final Report. myacl. Student: Alaa Abdulaal Pirave Eahalaivan Nirtal Shah. Professor: Jonathan Rose

University of Toronto. Final Report. myacl. Student: Alaa Abdulaal Pirave Eahalaivan Nirtal Shah. Professor: Jonathan Rose University of Toronto Final Report myacl Student: Alaa Abdulaal Pirave Eahalaivan Nirtal Shah Professor: Jonathan Rose April 8, 2015 Contents 1 Goal & Motivation 2 1.1 Background..............................................

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

Sign Language Fun in the Early Childhood Classroom

Sign Language Fun in the Early Childhood Classroom Sign Language Fun in the Early Childhood Classroom Enrich Language and Literacy Skills of Young Hearing Children, Children with Special Needs, and English Language Learners by Sherrill B. Flora My name

More information

The Leap Motion controller: A view on sign language

The Leap Motion controller: A view on sign language The Leap Motion controller: A view on sign language Author Potter, Leigh-Ellen, Araullo, Jake, Carter, Lewis Published 2013 Conference Title The 25th Australian Computer-Human Interaction Conference DOI

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

PARTNERSHIP BETWEEN UNIVERSITY AND SCHOOL AIMING THE FORMATION OF LIBRAS- BRASILIAN SIGN LANGUAGE- TEACHER

PARTNERSHIP BETWEEN UNIVERSITY AND SCHOOL AIMING THE FORMATION OF LIBRAS- BRASILIAN SIGN LANGUAGE- TEACHER PARTNERSHIP BETWEEN UNIVERSITY AND SCHOOL AIMING THE FORMATION OF LIBRAS- BRASILIAN SIGN LANGUAGE- TEACHER Neuma CHAVEIRO Brazilian Sign Language - Goiânia Goiás Brazil Juliana Guimarães FARIA Brazilian

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

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

Analyzing Hand Therapy Success in a Web-Based Therapy System

Analyzing Hand Therapy Success in a Web-Based Therapy System Analyzing Hand Therapy Success in a Web-Based Therapy System Ahmed Elnaggar 1, Dirk Reichardt 1 Intelligent Interaction Lab, Computer Science Department, DHBW Stuttgart 1 Abstract After an injury, hand

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

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

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

ABSTRACT I. INTRODUCTION

ABSTRACT I. INTRODUCTION 2018 IJSRSET Volume 4 Issue 2 Print ISSN: 2395-1990 Online ISSN : 2394-4099 National Conference on Advanced Research Trends in Information and Computing Technologies (NCARTICT-2018), Department of IT,

More information

Multimedia courses generator for hearing impaired

Multimedia courses generator for hearing impaired Multimedia courses generator for hearing impaired Oussama El Ghoul and Mohamed Jemni Research Laboratory of Technologies of Information and Communication UTIC Ecole Supérieure des Sciences et Techniques

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

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

Communication. Jess Walsh

Communication. Jess Walsh Communication Jess Walsh Introduction. Douglas Bank is a home for young adults with severe learning disabilities. Good communication is important for the service users because it s easy to understand the

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

The SignWriting Online Dictionary For The Deaf

The SignWriting Online Dictionary For The Deaf 1 The SignWriting Online Dictionary For The Deaf...teaching the born-deaf to read and write... 2 SignWriting Online Dictionary For The Deaf Improving the literacy skills of the born-deaf... Used by 1000's

More information

Hearing Impaired K 12

Hearing Impaired K 12 Hearing Impaired K 12 Section 20 1 Knowledge of philosophical, historical, and legal foundations and their impact on the education of students who are deaf or hard of hearing 1. Identify federal and Florida

More information

IJSRD - International Journal for Scientific Research & Development Vol. 4, Issue 02, 2016 ISSN (online):

IJSRD - International Journal for Scientific Research & Development Vol. 4, Issue 02, 2016 ISSN (online): IJSRD - International Journal for Scientific Research & Development Vol. 4, Issue 02, 2016 ISSN (online): 2321-0613 LEAP for DEAF: A Sign Language To Speech Translator Bhushan R. Kadam 1 Komal K. Supekar

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

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

Interact-AS. Use handwriting, typing and/or speech input. The most recently spoken phrase is shown in the top box

Interact-AS. Use handwriting, typing and/or speech input. The most recently spoken phrase is shown in the top box Interact-AS One of the Many Communications Products from Auditory Sciences Use handwriting, typing and/or speech input The most recently spoken phrase is shown in the top box Use the Control Box to Turn

More information

icommunicator, Leading Speech-to-Text-To-Sign Language Software System, Announces Version 5.0

icommunicator, Leading Speech-to-Text-To-Sign Language Software System, Announces Version 5.0 For Immediate Release: William G. Daddi Daddi Brand Communications (P) 212-404-6619 (M) 917-620-3717 Bill@daddibrand.com icommunicator, Leading Speech-to-Text-To-Sign Language Software System, Announces

More information

INFORMATION AND SUGGESTIONS FOR PARENTS AND INSTRUCTORS

INFORMATION AND SUGGESTIONS FOR PARENTS AND INSTRUCTORS INFORMATION AND SUGGESTIONS FOR PARENTS AND INSTRUCTORS This game is one among several results of an on-going project of the Oswaldo Cruz Foundation aimed at the development, distribution and evaluation

More information

Sign Language in the Intelligent Sensory Environment

Sign Language in the Intelligent Sensory Environment Sign Language in the Intelligent Sensory Environment Ákos Lisztes, László Kővári, Andor Gaudia, Péter Korondi Budapest University of Science and Technology, Department of Automation and Applied Informatics,

More information

DESIGNING AND IMPLEMENTING APPLICATIONS FOR HEARING-IMPAIRED CHILDREN

DESIGNING AND IMPLEMENTING APPLICATIONS FOR HEARING-IMPAIRED CHILDREN STUDIA UNIV. BABEŞ BOLYAI, INFORMATICA, Volume LVII, Number 1, 2012 DESIGNING AND IMPLEMENTING APPLICATIONS FOR HEARING-IMPAIRED CHILDREN Abstract. Hearing-impaired children need extra help when learning

More information

(experience in educating deaf and hard-of-hearing students) Rector of the Academy Of Management TISBI, Academician Pruss N.M.

(experience in educating deaf and hard-of-hearing students) Rector of the Academy Of Management TISBI, Academician Pruss N.M. (experience in educating deaf and hard-of-hearing students) Rector of the Academy Of Management TISBI, Academician Pruss N.M. 1 PHASES PARTNERS 1997 2001 2001 2004 Secondary professional education of deaf

More information

Member 1 Member 2 Member 3 Member 4 Full Name Krithee Sirisith Pichai Sodsai Thanasunn

Member 1 Member 2 Member 3 Member 4 Full Name Krithee Sirisith Pichai Sodsai Thanasunn Microsoft Imagine Cup 2010 Thailand Software Design Round 1 Project Proposal Template PROJECT PROPOSAL DUE: 31 Jan 2010 To Submit to proposal: Register at www.imaginecup.com; select to compete in Software

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

With Auslan I am Equal!

With Auslan I am Equal! With Auslan I am Equal! National Week of Deaf People 14 23 October 2016 With Auslan, I am Equal! draws upon the principle of basic human rights in relation to Auslan (Australian Sign Language) for deaf

More information

Cross-Domain Development Kit XDK110 Platform for Application Development

Cross-Domain Development Kit XDK110 Platform for Application Development BLE Guide Cross-Domain Development Kit Platform for Application Development Bosch Connected Devices and Solutions : BLE Guide Document revision 2.0 Document release date 17.08.17 Document number Workbench

More information

International Journal of Multidisciplinary Approach and Studies

International Journal of Multidisciplinary Approach and Studies A Review Paper on Language of sign Weighted Euclidean Distance Based Using Eigen Value Er. Vandana Soni*, Mr. Pratyoosh Rai** *M. Tech Scholar, Department of Computer Science, Bhabha Engineering Research

More information

Recognition of Hand Gestures by ASL

Recognition of Hand Gestures by ASL Recognition of Hand Gestures by ASL A. A. Bamanikar Madhuri P. Borawake Swati Bhadkumbhe Abstract - Hand Gesture Recognition System project will design and build a man-machine interface using a video camera

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

Bridget Poole, B.S. Lauri Nelson, Ph.D. Karen Munoz, Ed.D.

Bridget Poole, B.S. Lauri Nelson, Ph.D. Karen Munoz, Ed.D. Bridget Poole, B.S. Lauri Nelson, Ph.D. Karen Munoz, Ed.D. Approx 12,000 children per year in U.S. born with permanent hearing loss (Niparko, 2000) Importance of early identification and early intervention

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

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

CENTREPOINT DATA HUB REAL-WORLD INSIGHTS IN NEAR REAL TIME

CENTREPOINT DATA HUB REAL-WORLD INSIGHTS IN NEAR REAL TIME CENTREPOINT DATA HUB REAL-WORLD INSIGHTS IN NEAR REAL TIME OPTIMIZING CLINICAL TRIALS WITH REAL-WORLD DATA As technologies advance at lightening pace and the clinical trial process becomes ever more complex,

More information

HAND GESTURE RECOGNITION FOR HUMAN COMPUTER INTERACTION

HAND GESTURE RECOGNITION FOR HUMAN COMPUTER INTERACTION e-issn 2455 1392 Volume 2 Issue 5, May 2016 pp. 241 245 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com HAND GESTURE RECOGNITION FOR HUMAN COMPUTER INTERACTION KUNIKA S. BARAI 1, PROF. SANTHOSH

More information

COMPETENCY REVIEW GUIDE OFFICE OF EDUCATOR LICENSURE. How to Satisfy and Document Subject Matter Knowledge Competency Review Requirements

COMPETENCY REVIEW GUIDE OFFICE OF EDUCATOR LICENSURE. How to Satisfy and Document Subject Matter Knowledge Competency Review Requirements COMPETENCY REVIEW GUIDE OFFICE OF EDUCATOR LICENSURE How to Satisfy and Document Subject Matter Knowledge Competency Review Requirements February, 2017 Table of Contents: INTRODUCTION 1 HOW TO SATISFY

More information

Analysis of Recognition System of Japanese Sign Language using 3D Image Sensor

Analysis of Recognition System of Japanese Sign Language using 3D Image Sensor Analysis of Recognition System of Japanese Sign Language using 3D Image Sensor Yanhua Sun *, Noriaki Kuwahara**, Kazunari Morimoto *** * oo_alison@hotmail.com ** noriaki.kuwahara@gmail.com ***morix119@gmail.com

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

Building an Application for Learning the Finger Alphabet of Swiss German Sign Language through Use of the Kinect

Building an Application for Learning the Finger Alphabet of Swiss German Sign Language through Use of the Kinect Zurich Open Repository and Archive University of Zurich Main Library Strickhofstrasse 39 CH-8057 Zurich www.zora.uzh.ch Year: 2014 Building an Application for Learning the Finger Alphabet of Swiss German

More information

OFFICE OF EDUCATOR LICENSURE SUBJECT MATTER KNOWLEDGE. The Competency Review Made Simple

OFFICE OF EDUCATOR LICENSURE SUBJECT MATTER KNOWLEDGE. The Competency Review Made Simple OFFICE OF EDUCATOR LICENSURE SUBJECT MATTER KNOWLEDGE The Competency Review Made Simple Meeting and Verifying Subject Matter Competency Requirements January, 2016 Massachusetts Department of Elementary

More information

Available online at ScienceDirect. Procedia Computer Science 27 (2014 )

Available online at  ScienceDirect. Procedia Computer Science 27 (2014 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 27 (2014 ) 158 167 5th International Conference on Software Development and Technologies for Enhancing Accessibility and

More information

A Review on Feature Extraction for Indian and American Sign Language

A Review on Feature Extraction for Indian and American Sign Language A Review on Feature Extraction for Indian and American Sign Language Neelam K. Gilorkar, Manisha M. Ingle Department of Electronics & Telecommunication, Government College of Engineering, Amravati, India

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

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

RESPONSE TO THE LANGUAGE EQUALITY AND ACQUISITION FOR DEAF KIDS (LEAD K) TASK FORCE REPORT

RESPONSE TO THE LANGUAGE EQUALITY AND ACQUISITION FOR DEAF KIDS (LEAD K) TASK FORCE REPORT REPORT TO THE HOUSE AND SENATE COMMITTEES ON EDUCATION AND HEALTH AND SENATE COMMITTEES ON HEALTH AND WELFARE OF THE LOUISIANA LEGISLATURE RESPONSE TO THE LANGUAGE EQUALITY AND ACQUISITION FOR DEAF KIDS

More information

Abstract. Keywords. Cesar Gomes de Freitas 1, Cristina Maria Delou 2, Gildete da Silva Amorim 3, Edilene de Melo Teixeira 3, Helena Carla Castro 1,3

Abstract. Keywords. Cesar Gomes de Freitas 1, Cristina Maria Delou 2, Gildete da Silva Amorim 3, Edilene de Melo Teixeira 3, Helena Carla Castro 1,3 Creative Education, 2017, 8, 657-665 http://www.scirp.org/journal/ce ISSN Online: 2151-4771 ISSN Print: 2151-4755 Sign Language Interpreters: Perception Analysis about Working with Deaf Students in a Federal

More information

For true visualisation

For true visualisation ENGLISH For true visualisation Planmeca ProModel is a patient-specific physical model for high-end maxillofacial operations and dental surgery. By reproducing the anatomy of the patient in real-size, Planmeca

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

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

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

Sign Language Recognition using Webcams

Sign Language Recognition using Webcams Sign Language Recognition using Webcams Overview Average person s typing speed Composing: ~19 words per minute Transcribing: ~33 words per minute Sign speaker Full sign language: ~200 words per minute

More information

LILACS - JOURNAL SELECTION AND PERMANENCE CRITERIA

LILACS - JOURNAL SELECTION AND PERMANENCE CRITERIA LILACS - JOURNAL SELECTION AND PERMANENCE CRITERIA April/2010 LILACS - Latin American and Caribbean Health Sciences Literature, coordinated by BIREME, is a regional index that establishes the bibliographic

More information

Audiovisual to Sign Language Translator

Audiovisual to Sign Language Translator Technical Disclosure Commons Defensive Publications Series July 17, 2018 Audiovisual to Sign Language Translator Manikandan Gopalakrishnan Follow this and additional works at: https://www.tdcommons.org/dpubs_series

More information

Writing World Literature in the Sign Languages of the World. The SignWriting Literature Project

Writing World Literature in the Sign Languages of the World. The SignWriting Literature Project SignPuddle SignBank Writing World Literature in the Sign Languages of the World The SignWriting Literature Project The SignWriting Literature Project Writing World Literature in the Sign Languages of the

More information

Development of an Expert System for Distinguishing Headaches from Migraines

Development of an Expert System for Distinguishing Headaches from Migraines Development of an Expert System for Distinguishing Headaches from Migraines By D. KOPEC*, G. SHAGAS*, J. SELMAN**, D. REINHARTH**, S. TAMANG* * Department of Computer and Information Science, Brooklyn

More information

Keywords- Leap Motion, ASL, Image Processing, Feature Extraction, DCT, ANN,Arduino Uno Micro-Controller, Servo Motors, Robotic Arm.

Keywords- Leap Motion, ASL, Image Processing, Feature Extraction, DCT, ANN,Arduino Uno Micro-Controller, Servo Motors, Robotic Arm. ASL RECOGNITION USING LEAP MOTION AND HAND TRACKING MECHANISM 1 RANIA AHMED KADRY, 2 ABDELGAWAD BIRRY College of Engineering and Technology, Computer Engineering Department Arab Academy for Science, Technology

More information

Lesson 3 Profex Graphical User Interface for BGMN and Fullprof

Lesson 3 Profex Graphical User Interface for BGMN and Fullprof Lesson 3 Profex Graphical User Interface for BGMN and Fullprof Nicola Döbelin RMS Foundation, Bettlach, Switzerland March 01 02, 2016, Freiberg, Germany Background Information Developer: License: Founded

More information

Designing a mobile phone-based music playing application for children with autism

Designing a mobile phone-based music playing application for children with autism Designing a mobile phone-based music playing application for children with autism Apoorva Bhalla International Institute of Information Technology, Bangalore apoorva.bhalla@iiitb.org T. K. Srikanth International

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

Best Practice Principles for teaching Orientation and Mobility skills to a person who is Deafblind in Australia

Best Practice Principles for teaching Orientation and Mobility skills to a person who is Deafblind in Australia Best Practice Principles for teaching Orientation and Mobility skills to a person who is Deafblind in Australia This booklet was developed during the Fundable Future Deafblind Orientation and Mobility

More information

TURKISH SIGN LANGUAGE RECOGNITION USING HIDDEN MARKOV MODEL

TURKISH SIGN LANGUAGE RECOGNITION USING HIDDEN MARKOV MODEL TURKISH SIGN LANGUAGE RECOGNITION USING HIDDEN MARKOV MODEL Kakajan Kakayev 1 and Ph.D. Songül Albayrak 2 1,2 Department of Computer Engineering, Yildiz Technical University, Istanbul, Turkey kkakajan@gmail.com

More information

Affective Computing Ana Paiva & João Dias. Lecture 1. Course Presentation

Affective Computing Ana Paiva & João Dias. Lecture 1. Course Presentation Affective Computing Ana Paiva & João Dias Lecture 1. Course Presentation Motivation. What is Affective Computing? Applications and Problems Perspectives on Emotions History of Affective Sciences Communication

More information

TExES American Sign Language (ASL) (184) Test at a Glance

TExES American Sign Language (ASL) (184) Test at a Glance TExES American Sign Language (ASL) (184) Test at a Glance See the test preparation manual for complete information about the test along with sample questions, study tips and preparation resources. Test

More information

Director of Testing and Disability Services Phone: (706) Fax: (706) E Mail:

Director of Testing and Disability Services Phone: (706) Fax: (706) E Mail: Angie S. Baker Testing and Disability Services Director of Testing and Disability Services Phone: (706)737 1469 Fax: (706)729 2298 E Mail: tds@gru.edu Deafness is an invisible disability. It is easy for

More information

A Web based Computer aided Diagnosis Tool for Bone Age Assessment:

A Web based Computer aided Diagnosis Tool for Bone Age Assessment: Society of Pediatric Radiology 2009 A Web based Computer aided Diagnosis Tool for Bone Age Assessment: Clinical Implementation and Lessons Learned K Ma*; P Moin, MD*; M Fleshman*; L Vachon, MD**; A Zhang,

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

CHAPTER 6 DESIGN AND ARCHITECTURE OF REAL TIME WEB-CENTRIC TELEHEALTH DIABETES DIAGNOSIS EXPERT SYSTEM

CHAPTER 6 DESIGN AND ARCHITECTURE OF REAL TIME WEB-CENTRIC TELEHEALTH DIABETES DIAGNOSIS EXPERT SYSTEM 87 CHAPTER 6 DESIGN AND ARCHITECTURE OF REAL TIME WEB-CENTRIC TELEHEALTH DIABETES DIAGNOSIS EXPERT SYSTEM 6.1 INTRODUCTION This chapter presents the design and architecture of real time Web centric telehealth

More information

Analysis of Diabetic Dataset and Developing Prediction Model by using Hive and R

Analysis of Diabetic Dataset and Developing Prediction Model by using Hive and R Indian Journal of Science and Technology, Vol 9(47), DOI: 10.17485/ijst/2016/v9i47/106496, December 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Analysis of Diabetic Dataset and Developing Prediction

More information

AUDIT OUTLINE INFORMATION SUMMARY

AUDIT OUTLINE INFORMATION SUMMARY AUDIT OUTLINE INFORMATION SUMMARY 1. External QA Each DAFNE centre will undergo an external audit visit every 3 years. The external audit visit will take place during a week that the centre being audited

More information

Welcoming Environment School Readiness Components

Welcoming Environment School Readiness Components II. School Readiness Program Practices and Policies I. The Physical Environment Signage to direct visitors from parking lots to the main entrance. Welcome signs displayed near the entrance in more than

More information

School Dismissal Monitoring Revised Protocol Overview July 30, 2009

School Dismissal Monitoring Revised Protocol Overview July 30, 2009 School Dismissal Monitoring Revised Protocol Overview July 30, 2009 The Centers for Disease Control and Prevention (CDC) and the U.S. Department of Education (ED), in collaboration with state and local

More information

INDIAN SIGN LANGUAGE RECOGNITION USING NEURAL NETWORKS AND KNN CLASSIFIERS

INDIAN SIGN LANGUAGE RECOGNITION USING NEURAL NETWORKS AND KNN CLASSIFIERS INDIAN SIGN LANGUAGE RECOGNITION USING NEURAL NETWORKS AND KNN CLASSIFIERS Madhuri Sharma, Ranjna Pal and Ashok Kumar Sahoo Department of Computer Science and Engineering, School of Engineering and Technology,

More information

A Communication tool, Mobile Application Arabic & American Sign Languages (ARSL) Sign Language (ASL) as part of Teaching and Learning

A Communication tool, Mobile Application Arabic & American Sign Languages (ARSL) Sign Language (ASL) as part of Teaching and Learning A Communication tool, Mobile Application Arabic & American Sign Languages (ARSL) Sign Language (ASL) as part of Teaching and Learning Fatima Al Dhaen Ahlia University Information Technology Dep. P.O. Box

More information

Major Changes to the ACA How Will They Affect Your Language Access Program?

Major Changes to the ACA How Will They Affect Your Language Access Program? Major Changes to the ACA How Will They Affect Your Language Access Program? PART 3: Leveraging Technology as Part of Your Compliance Strategy Major Changes to the ACA E-book Series: PART 1: What Are the

More information

Learning Utility for Behavior Acquisition and Intention Inference of Other Agent

Learning Utility for Behavior Acquisition and Intention Inference of Other Agent Learning Utility for Behavior Acquisition and Intention Inference of Other Agent Yasutake Takahashi, Teruyasu Kawamata, and Minoru Asada* Dept. of Adaptive Machine Systems, Graduate School of Engineering,

More information

A Comparison of the Evaluation of the Victorian Deaf Education Institute Real-time Captioning and C-Print Projects

A Comparison of the Evaluation of the Victorian Deaf Education Institute Real-time Captioning and C-Print Projects A Comparison of the Evaluation of the Victorian Deaf Education Institute Real-time Captioning and C-Print Projects Final Report May 2016 Prepared for the Victorian Deaf Education Institute by Renée Punch

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

Web Based Instruction on Solar Eclipse and Lunar Eclipse for Deaf and Hard of Hearing People

Web Based Instruction on Solar Eclipse and Lunar Eclipse for Deaf and Hard of Hearing People Web Based Instruction on Solar Eclipse and Lunar Eclipse for Deaf and Hard of Hearing People Abstract Benjaporn Saksiri 1 Paruhut Suphajanya 2 Ratchasuda College, Madidol University, Thailand rsbss@mahidol.ac.th

More information

TExES American Sign Language Curriculum Crosswalk

TExES American Sign Language Curriculum Crosswalk TExES American Sign Language Curriculum Crosswalk Domain I American Sign Language Competency 001: The teacher demonstrates knowledge of general language acquisition, communication processes, historical

More information

Senior Design Project

Senior Design Project Senior Design Project Project short-name: YouTalkWeSign Low-Level Design Report Abdurrezak Efe, Yasin Erdoğdu, Enes Kavak, Cihangir Mercan Supervisor:Hamdi Dibeklioğlu Jury Members: Varol Akman, Mustafa

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

Recognition of Tamil Sign Language Alphabet using Image Processing to aid Deaf-Dumb People

Recognition of Tamil Sign Language Alphabet using Image Processing to aid Deaf-Dumb People Available online at www.sciencedirect.com Procedia Engineering 30 (2012) 861 868 International Conference on Communication Technology and System Design 2011 Recognition of Tamil Sign Language Alphabet

More information

National Cancer Information Center

National Cancer Information Center National Cancer Information Center The American Cancer Society s National Cancer Information Center (NCIC) is a nationwide cancer help line open 24 hours a day, 7 days a week. The NCIC has trained Cancer

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

Learning to use a sign language

Learning to use a sign language 85 Chapter 8 Learning to use a sign language It is easy for a young child to learn a complete sign language. A child will first begin to understand the signs that others use, especially for people and

More information