Do-It-Yourself Object Identification Using Augmented Reality for Visually Impaired People

Size: px
Start display at page:

Download "Do-It-Yourself Object Identification Using Augmented Reality for Visually Impaired People"

Transcription

1 Do-It-Yourself Object Identification Using Augmented Reality for Visually Impaired People Atheer S. Al-Khalifa 1 and Hend S. Al-Khalifa 2 1 Electronic and Computer Research Institute, King Abdulaziz City for Science and Technology 2 Information Technology Department, College of Computer and Information Sciences, King Saud University, Riyadh, Saudi Arabia aalkhalifa@kacst.edu.sa hendk@ksu.edu.sa Abstract. In this paper, we present a Do-It-Yourself (DIY) application for helping Visually Impaired People (VIP) identify objects in their day-to-day interaction with the environment. The application uses the Layar TM Augmented Reality (AR) API to build a working prototype for identifying grocery items. The initial results of using the application show positive acceptance from the VIP community. Keywords: Augmented Reality, Visually Impaired, Object Identification, Layar TM, Assistive Technology. 1 Introduction Visually Impaired People (VIP) face problems in identifying day-to-day objects. The outer shape of an object is not enough to help VIP recognize its content. VIP usually apply different techniques to recognize objects based on their features such as: texture, size, or sound. Therefore, object identification is a very challenging task that depends on the VIP experience. Many Object identification assistive technologies, either hardware or software, were built to help VIP in recognizing surrounding objects. These assistive technologies help them in describing the environment. The description usually comes in the form that is suitable for VIP; It could be oral description or tactile. Given the fact that most of these assistive technologies are specialized to perform a specific task e.g. Talking Scales, yet, it is best to integrate the technology into already found and used devices. One of the most popular and widely used technologies nowadays is smart phones. Smart phones are becoming ubiquitous and have high processing power. All people regardless of their disabilities are using mobile phones for their daily communication. Actually, smart phones are becoming popular and their capabilities have increased in terms of processing power and memory capacity. At the same time, their costs have fallen down which make them available for all individuals whether they are healthy or disabled. K. Miesenberger et al. (Eds.): ICCHP 2012, Part II, LNCS 7383, pp , Springer-Verlag Berlin Heidelberg 2012

2 Do-It-Yourself Object Identification Using Augmented Reality for VIP 561 In this paper we present a Do-It-Yourself (DIY) application for helping VIP identify real world objects using Augmented Reality (AR) technology. AR is defined as merging digital-generated graphics that are perfectly aligned to real world view [1]. This technology can be utilized to augment not only digital graphics but also sounds. In the market we have several AR software used in mobile phones whether they are open source or proprietary. Mixare Browser (mixare.org) is an example of an open source AR framework while Layar TM (layar.com) is its proprietary counterpart. The main contribution of this work is to present a DIY guide for creating a personalized augmented reality layer for VIP using Layar TM. The guide does not involve advanced programming skills; any novice programmer can easily implement it. The rest of the paper is organized as follows: section 2 sheds the light on some previous work in the area of object identification for VIP. Section 3 presents in detail the implemented DIY application. Section 4 reports the results of the preliminary evaluation of the application. Finally, section 5 concludes the paper with the application limitation and future work. 2 Previous Work Different mobile applications have been created to help VIP in identifying objects; whether using image processing algorithms e.g. LookTel or depending on human identification e.g. VizWiz. These contributions made a solid start in using mobile phones for helping VIP. LookTel is an example of using image processing for identifying objects. It is a visual assistance platform developed by Sudol et al. for VIP [2]. It performs currency identification, Optical Character Recognition (OCR) on texts, landmark and location recognition and packaged goods and tagged object identification. Tagging objects using unique vinyl stickers is an added function for recognizing problematic objects that lacks distinctive features for the scale-invariant feature transform (SIFT) recognition engine to recognize. The user can apply the pre-trained sticker on an object, for example medication bottle or glass jar, then add it to the system using the mobile phone along with the recorded audio description. On the other hand, an example of human identification system can be seen in Bigham et al. [3] VizWiz iphone mobile application. The application assists VIP in their visual environments by asking general questions answered by paid human workers. The application is used to identify and locate objects, where a user take a picture of the designated item using the mobile s camera followed by recording the spoken question. The photo and audio files are then uploaded to the server, which posts them as a job for recruited human workers in the Amazon Mechanical Turk ( After identifying the object by speaking its name, the user will receive the audio answer on the mobile phone.

3 562 A.S. Al-Khalifa and H.S. Al-Khalifa 3 The Proposed DIY Application Our proposed AR personalized helper DIY application uses LayarTM environment which provides a platform that supports end-users in creating their own real-time AR environments. It creates a layer of digital objects over physical Points Of Interest (POI) that can trigger a series of actions. These POIs can be geo-location (using GPS), Layar VisionTM objects or both [4]. Layar Vision TM [4] is a client-side extension of the Layar TM environment that enables visual detection, tracking and augmentation of real world objects based on associated preloaded fingerprint into the application s layer. When a user points a mobile phone camera at a Vision POI physical object, the Layar TM client will detect it instantly and triggers different set of actions by sending a getpoi request to the layer service provider. This auto-trigger property can be used to create a personalized visual assistant by having the users create their own layer with their choice of objects that satisfy the specification of Layar TM vision's POI. Following is a step by step guide on how to build a VIP personalized helper using Layar TM AR. The application demonstrates a simple case of identifying five grocery items. These objects are divided into two physical forms with the same attributes (length, width, height, weight and texture) but different product types three potato chips bags (of different flavors) and two milk boxes (low fat and regular). The application Requirements are as follows: Layar Vision TM : applicable on the 6.0th version of Layar TM Reality browser on Android 2.2 along with iphone ios 4.0 platform and above. Layar TM developer account. Public web server. After creating a developer account and a new Vision enabled layer, the five items' images were uploaded as reference images into Layar TM publishing website. The service then analyze these images to rate their appropriateness to be recognized by the application. These images were taken using a Samsung Galaxy S II. Each image was then edited by cropping its background to the item's canvas using the painter program. Actually, Layar TM has presented the best practices for creating reference images [5]; where a target object's photo must be of a flat surface, cropped background, nonblurry, non-light reflected and front angled photo. Next, we used the code example published in Make magazine [6] by modifying it to adapt to our experiment. The example contains an "index.php" page and JavaScript Object Notion (JSON) file along with the page header and footer. The index file concatenates the POI or hotspot of each item into a single JSON response for the layer. Each hotspot object has: ID, anchor for the reference image name, and actions. The ID must be unique for each item and the reference image name is identical to the name assigned to it in LayarTM publishing website. Since we need the audio description of the specific item to play once an item reference image is detected, we have to modify the Action object of the GetPOI-JSON response found in each item file, as shown in Figure 1.

4 Do-It-Yourself Object Identification Using Augmented Reality for VIP 563 Fig. 1. The modified action for automatically playing an audio of an item description Then we modified the main directory s index.php file by adding each POI s JSON response instance to the POIs array. At the same time we added a small audio icon that appears when recognizing an object that is identified in the Object Dictionary (Figure 2). Fig. 2. The application running on Samsung Galaxy S II phone (left) and iphone 4GS (right), the volume icon indicate that the object name is being spoken Finally, we linked our created layer with the web server containing our application code by providing the API endpoint URL field with the path of index.php file [7].

5 564 A.S. Al-Khalifa and H.S. Al-Khalifa 4 Preliminary Evaluation A group of three VIP were asked to try the application using two smart phones: (1) Samsung Galaxy S II phones running Android version and (2) iphone 4GS running ios5. The participants varied in age between years old with a good experience in using mobile phones. The three VIP were given an introduction to the application explaining how to use it. They were then asked to perform the recognition tasks on a 3G connection. After trying out the application, the VIP were asked a set of questions with answers ranging from strongly agree to strongly disagree. Table 1 shows the responses to the survey questions. Table 1. Average response for three VIP. 1 is strongly disagree, 5 is strongly agree. Usefulness as a grocery item reader. 3 Ease of pointing to regions of interest. 2 Reliability of the application. 4 By looking at the survey results, we can find that a positive feedback was reflected in the first and third questions; however the second question regarding the ease of pointing was below midpoint. One blind user comment was "the application is really needed, but for me to be able to use it I need to estimate the distance and angle of pointing the mobile camera in order to get the application recognize the object". We can see from this preliminary evaluation that the application is both useful and needed for the VIP community, yet it needs to be improved in terms of reliability and ease of pointing. 5 Conclusion, Limitations and Future Work Several assistive technologies aim to help visually impaired people in eliminating the barriers formed as a result of disregarding their disabilities in human s daily needs. These assistive technologies take different orientations whether used in object identification, individual navigation or creating accessible environments. In this paper we presented a DIY Object Identification application using LayarTM Augmented reality API. The application utilizes available end-user application for helping VIP in recognizing real world items. One of the major limitations in the resulted application resides in the limited number of POI. No more than 50 POI can be registered in a layer. Also, we noticed that in low lighting Environments the application cannot identify the objects properly, i.e. it shows wrong results for similar objects. Moreover, sometimes the auto-trigger feature in Layar TM would be fired once and cannot be re-fired again unless the user reloads the layer. The final limitation was realized in the volume of the played audio. In the Android OS compared to ios 5, the audio played was low.

6 Do-It-Yourself Object Identification Using Augmented Reality for VIP 565 Despite all these limitations, creating a DIY was easy, straight forward and did not require deep technical skills. Our future work will include crowd-sourcing the process of populating the Object Dictionary. This can be done by developing a platform that enables ordinary people to send images of objects along with their audio description using their mobile phones. References 1. Haller, M., Billinghurst, M., Thomas, B.H.: Emerging technologies of augmented reality: interfaces and design. Idea Group Inc, (IGI) (2007) 2. Sudol, J., Dialameh, O., Blanchard, C., Dorcey, T.: Looktel A comprehensive platform for computer-aided visual assistance. In: 2010 IEEE Computer Society Conference on Computer Vision and Pattern Recognition Workshops (CVPRW), pp (2010) 3. Bigham, J.P., et al.: VizWiz: nearly real-time answers to visual questions. In: Proceedings of the 23nd Annual ACM Symposium on User Interface Software and Technology, New York, NY, USA, pp (2010) 4. Layar Reality Browser / Layar Vision Overview, w/page/ /layar%20vision%20overview (accessed: January 17, 2012) 5. Layar Reality Browser / Reference Image Best Practices, 0Best%20Practices (accessed: January 20, 2012) 6. Layar Augmented Reality for MAKE. vol 28. (and How to Make Your Own), layar-augmented-reality-for-ma.html 7. The example s source code explained, can be found on the following link, /AR-example.rar

An Audio-Haptic Mobile Guide for Non-Visual Navigation and Orientation

An Audio-Haptic Mobile Guide for Non-Visual Navigation and Orientation An Audio-Haptic Mobile Guide for Non-Visual Navigation and Orientation Rassmus-Gröhn, Kirsten; Molina, Miguel; Magnusson, Charlotte; Szymczak, Delphine Published in: Poster Proceedings from 5th International

More information

Roadblocks for building mobile AR apps

Roadblocks for building mobile AR apps Roadblocks for building mobile AR apps Jens de Smit, Layar (jens@layar.com) Ronald van der Lingen, Layar (ronald@layar.com) Abstract At Layar we have been developing our reality browser since 2009. Our

More information

A Survey of Mobile Augmentation for Mobile Augmented Reality System

A Survey of Mobile Augmentation for Mobile Augmented Reality System A Survey of Mobile Augmentation for Mobile Augmented Reality System Mr.A.T.Vasaya 1, Mr.A.S.Gohil 2 1 PG Student, C.U.Shah College of Engineering and Technology, Gujarat, India 2 Asst.Proffesor, Sir Bhavsinhji

More information

A SURVEY OF MOBILE APPLICATION USING AUGMENTED REALITY

A SURVEY OF MOBILE APPLICATION USING AUGMENTED REALITY Volume 117 No. 22 2017, 209-213 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu A SURVEY OF MOBILE APPLICATION USING AUGMENTED REALITY Mrs.S.Hemamalini

More information

AR Tamagotchi : Animate Everything Around Us

AR Tamagotchi : Animate Everything Around Us AR Tamagotchi : Animate Everything Around Us Byung-Hwa Park i-lab, Pohang University of Science and Technology (POSTECH), Pohang, South Korea pbh0616@postech.ac.kr Se-Young Oh Dept. of Electrical Engineering,

More information

Multi-Modal User Interaction

Multi-Modal User Interaction Multi-Modal User Interaction Lecture 4: Multiple Modalities Zheng-Hua Tan Department of Electronic Systems Aalborg University, Denmark zt@es.aau.dk MMUI, IV, Zheng-Hua Tan 1 Outline Multimodal interface

More information

Analysis of Compass Sensor Accuracy on Several Mobile Devices in an Industrial Environment

Analysis of Compass Sensor Accuracy on Several Mobile Devices in an Industrial Environment Analysis of Compass Sensor Accuracy on Several Mobile Devices in an Industrial Environment Michael Hölzl, Roland Neumeier and Gerald Ostermayer University of Applied Sciences Hagenberg michael.hoelzl@fh-hagenberg.at,

More information

E90 Project Proposal. 6 December 2006 Paul Azunre Thomas Murray David Wright

E90 Project Proposal. 6 December 2006 Paul Azunre Thomas Murray David Wright E90 Project Proposal 6 December 2006 Paul Azunre Thomas Murray David Wright Table of Contents Abstract 3 Introduction..4 Technical Discussion...4 Tracking Input..4 Haptic Feedack.6 Project Implementation....7

More information

Can the Success of Mobile Games Be Attributed to Following Mobile Game Heuristics?

Can the Success of Mobile Games Be Attributed to Following Mobile Game Heuristics? Can the Success of Mobile Games Be Attributed to Following Mobile Game Heuristics? Reham Alhaidary (&) and Shatha Altammami King Saud University, Riyadh, Saudi Arabia reham.alhaidary@gmail.com, Shaltammami@ksu.edu.sa

More information

DESIGN STYLE FOR BUILDING INTERIOR 3D OBJECTS USING MARKER BASED AUGMENTED REALITY

DESIGN STYLE FOR BUILDING INTERIOR 3D OBJECTS USING MARKER BASED AUGMENTED REALITY DESIGN STYLE FOR BUILDING INTERIOR 3D OBJECTS USING MARKER BASED AUGMENTED REALITY 1 RAJU RATHOD, 2 GEORGE PHILIP.C, 3 VIJAY KUMAR B.P 1,2,3 MSRIT Bangalore Abstract- To ensure the best place, position,

More information

Haptic presentation of 3D objects in virtual reality for the visually disabled

Haptic presentation of 3D objects in virtual reality for the visually disabled Haptic presentation of 3D objects in virtual reality for the visually disabled M Moranski, A Materka Institute of Electronics, Technical University of Lodz, Wolczanska 211/215, Lodz, POLAND marcin.moranski@p.lodz.pl,

More information

preface Motivation Figure 1. Reality-virtuality continuum (Milgram & Kishino, 1994) Mixed.Reality Augmented. Virtuality Real...

preface Motivation Figure 1. Reality-virtuality continuum (Milgram & Kishino, 1994) Mixed.Reality Augmented. Virtuality Real... v preface Motivation Augmented reality (AR) research aims to develop technologies that allow the real-time fusion of computer-generated digital content with the real world. Unlike virtual reality (VR)

More information

SPTF: Smart Photo-Tagging Framework on Smart Phones

SPTF: Smart Photo-Tagging Framework on Smart Phones , pp.123-132 http://dx.doi.org/10.14257/ijmue.2014.9.9.14 SPTF: Smart Photo-Tagging Framework on Smart Phones Hao Xu 1 and Hong-Ning Dai 2* and Walter Hon-Wai Lau 2 1 School of Computer Science and Engineering,

More information

Magnusson, Charlotte; Molina, Miguel; Rassmus-Gröhn, Kirsten; Szymczak, Delphine

Magnusson, Charlotte; Molina, Miguel; Rassmus-Gröhn, Kirsten; Szymczak, Delphine Pointing for non-visual orientation and navigation Magnusson, Charlotte; Molina, Miguel; Rassmus-Gröhn, Kirsten; Szymczak, Delphine Published in: Proceedings of the 6th Nordic Conference on Human-Computer

More information

Color Targets: A Wayfinding System for the Visually Impaired

Color Targets: A Wayfinding System for the Visually Impaired Color Targets: A Wayfinding System for the Visually Impaired Max E. Velado Advisor: Dr. Roberto Manduchi Abstract A wayfinding system is an audible or visual method to provide information such as names

More information

Geo-Located Content in Virtual and Augmented Reality

Geo-Located Content in Virtual and Augmented Reality Technical Disclosure Commons Defensive Publications Series October 02, 2017 Geo-Located Content in Virtual and Augmented Reality Thomas Anglaret Follow this and additional works at: http://www.tdcommons.org/dpubs_series

More information

SMART READING SYSTEM FOR VISUALLY IMPAIRED PEOPLE

SMART READING SYSTEM FOR VISUALLY IMPAIRED PEOPLE SMART READING SYSTEM FOR VISUALLY IMPAIRED PEOPLE KA.Aslam [1],Tanmoykumarroy [2], Sridhar rajan [3], T.Vijayan [4], B.kalai Selvi [5] Abhinayathri [6] [1-2] Final year Student, Dept of Electronics and

More information

Curriculum Vitae. Computer Vision, Image Processing, Biometrics. Computer Vision, Vision Rehabilitation, Vision Science

Curriculum Vitae. Computer Vision, Image Processing, Biometrics. Computer Vision, Vision Rehabilitation, Vision Science Curriculum Vitae Date Prepared: 01/09/2016 (last updated: 09/12/2016) Name: Shrinivas J. Pundlik Education 07/2002 B.E. (Bachelor of Engineering) Electronics Engineering University of Pune, Pune, India

More information

Smart Navigation System for Visually Impaired Person

Smart Navigation System for Visually Impaired Person Smart Navigation System for Visually Impaired Person Rupa N. Digole 1, Prof. S. M. Kulkarni 2 ME Student, Department of VLSI & Embedded, MITCOE, Pune, India 1 Assistant Professor, Department of E&TC, MITCOE,

More information

AR Glossary. Terms. AR Glossary 1

AR Glossary. Terms. AR Glossary 1 AR Glossary Every domain has specialized terms to express domain- specific meaning and concepts. Many misunderstandings and errors can be attributed to improper use or poorly defined terminology. The Augmented

More information

Toward an Augmented Reality System for Violin Learning Support

Toward an Augmented Reality System for Violin Learning Support Toward an Augmented Reality System for Violin Learning Support Hiroyuki Shiino, François de Sorbier, and Hideo Saito Graduate School of Science and Technology, Keio University, Yokohama, Japan {shiino,fdesorbi,saito}@hvrl.ics.keio.ac.jp

More information

A New Approach to Control a Robot using Android Phone and Colour Detection Technique

A New Approach to Control a Robot using Android Phone and Colour Detection Technique A New Approach to Control a Robot using Android Phone and Colour Detection Technique Saurav Biswas 1 Umaima Rahman 2 Asoke Nath 3 1,2,3 Department of Computer Science, St. Xavier s College, Kolkata-700016,

More information

Avatar: a virtual reality based tool for collaborative production of theater shows

Avatar: a virtual reality based tool for collaborative production of theater shows Avatar: a virtual reality based tool for collaborative production of theater shows Christian Dompierre and Denis Laurendeau Computer Vision and System Lab., Laval University, Quebec City, QC Canada, G1K

More information

Designing Android Based Augmented Reality Location-Based Service Application

Designing Android Based Augmented Reality Location-Based Service Application Volume 2 No. 2 Desember 2017 : 110-115 DOI: 10.15575/join.v2i2.115 Designing Android Based Augmented Reality Location-Based Service Application Alim Hardiansyah Department of Informatics Engineering Institut

More information

HUMAN COMPUTER INTERFACE

HUMAN COMPUTER INTERFACE HUMAN COMPUTER INTERFACE TARUNIM SHARMA Department of Computer Science Maharaja Surajmal Institute C-4, Janakpuri, New Delhi, India ABSTRACT-- The intention of this paper is to provide an overview on the

More information

LESSONS Lesson 1. Microcontrollers and SBCs. The Big Idea: Lesson 1: Microcontrollers and SBCs. Background: What, precisely, is computer science?

LESSONS Lesson 1. Microcontrollers and SBCs. The Big Idea: Lesson 1: Microcontrollers and SBCs. Background: What, precisely, is computer science? LESSONS Lesson Lesson : Microcontrollers and SBCs Microcontrollers and SBCs The Big Idea: This book is about computer science. It is not about the Arduino, the C programming language, electronic components,

More information

ReVRSR: Remote Virtual Reality for Service Robots

ReVRSR: Remote Virtual Reality for Service Robots ReVRSR: Remote Virtual Reality for Service Robots Amel Hassan, Ahmed Ehab Gado, Faizan Muhammad March 17, 2018 Abstract This project aims to bring a service robot s perspective to a human user. We believe

More information

Personalised Mobile Picture Puzzle

Personalised Mobile Picture Puzzle Personalised Mobile Picture Puzzle Saipunidzam Mahamad, Eliza Mazmee Mazlan, Rozana Kasbon, Khairul Shafee Kalid, and Nur Syazwani Rusdi Abstract Mobile Picture Puzzle is a mobile game application where

More information

Personalised Mobile Picture Puzzle

Personalised Mobile Picture Puzzle Personalised Mobile Picture Puzzle Saipunidzam Mahamad, Eliza Mazmee Mazlan, Rozana Kasbon, Khairul Shafee Kalid, and Nur Syazwani Rusdi Abstract Mobile Picture Puzzle is a mobile game application where

More information

Lunarship Software. Phototheca Overview. November 2017

Lunarship Software. Phototheca Overview. November 2017 Lunarship Software Phototheca Overview November 2017 Table of Contents Product Overview... 2 Struggles of a photograph studio manager... 2 Phototheca provides solution... 2 Features... 3 1. Import Photos

More information

Laci Coppins, Photographer Proposal

Laci Coppins, Photographer Proposal Laci Coppins, Photographer Proposal Libraries are an anchor of the community, a third place. As American urban sociologist Ray Oldenburg calls one's "first place," the individuals you live with or the

More information

Autonomous Face Recognition

Autonomous Face Recognition Autonomous Face Recognition CymbIoT Autonomous Face Recognition SECURITYI URBAN SOLUTIONSI RETAIL In recent years, face recognition technology has emerged as a powerful tool for law enforcement and on-site

More information

An Integrated Expert User with End User in Technology Acceptance Model for Actual Evaluation

An Integrated Expert User with End User in Technology Acceptance Model for Actual Evaluation Computer and Information Science; Vol. 9, No. 1; 2016 ISSN 1913-8989 E-ISSN 1913-8997 Published by Canadian Center of Science and Education An Integrated Expert User with End User in Technology Acceptance

More information

Subject Description Form. Upon completion of the subject, students will be able to:

Subject Description Form. Upon completion of the subject, students will be able to: Subject Description Form Subject Code Subject Title EIE408 Principles of Virtual Reality Credit Value 3 Level 4 Pre-requisite/ Corequisite/ Exclusion Objectives Intended Subject Learning Outcomes Nil To

More information

Leading the Agenda. Everyday technology: A focus group with children, young people and their carers

Leading the Agenda. Everyday technology: A focus group with children, young people and their carers Leading the Agenda Everyday technology: A focus group with children, young people and their carers March 2018 1 1.0 Introduction Assistive technology is an umbrella term that includes assistive, adaptive,

More information

Beacons Proximity UUID, Major, Minor, Transmission Power, and Interval values made easy

Beacons Proximity UUID, Major, Minor, Transmission Power, and Interval values made easy Beacon Setup Guide 2 Beacons Proximity UUID, Major, Minor, Transmission Power, and Interval values made easy In this short guide, you ll learn which factors you need to take into account when planning

More information

SMART ELECTRONIC GADGET FOR VISUALLY IMPAIRED PEOPLE

SMART ELECTRONIC GADGET FOR VISUALLY IMPAIRED PEOPLE ISSN: 0976-2876 (Print) ISSN: 2250-0138 (Online) SMART ELECTRONIC GADGET FOR VISUALLY IMPAIRED PEOPLE L. SAROJINI a1, I. ANBURAJ b, R. ARAVIND c, M. KARTHIKEYAN d AND K. GAYATHRI e a Assistant professor,

More information

Multi-sensory Tracking of Elders in Outdoor Environments on Ambient Assisted Living

Multi-sensory Tracking of Elders in Outdoor Environments on Ambient Assisted Living Multi-sensory Tracking of Elders in Outdoor Environments on Ambient Assisted Living Javier Jiménez Alemán Fluminense Federal University, Niterói, Brazil jjimenezaleman@ic.uff.br Abstract. Ambient Assisted

More information

Implementation of Image processing using augmented reality

Implementation of Image processing using augmented reality Implementation of Image processing using augmented reality Konjengbam Jackichand Singh 1, L.P.Saikia 2 1 MTech Computer Sc & Engg, Assam Downtown University, India 2 Professor, Computer Sc& Engg, Assam

More information

MOBAJES: Multi-user Gesture Interaction System with Wearable Mobile Device

MOBAJES: Multi-user Gesture Interaction System with Wearable Mobile Device MOBAJES: Multi-user Gesture Interaction System with Wearable Mobile Device Enkhbat Davaasuren and Jiro Tanaka 1-1-1 Tennodai, Tsukuba, Ibaraki 305-8577 Japan {enkhee,jiro}@iplab.cs.tsukuba.ac.jp Abstract.

More information

Concept of the application supporting blind and visually impaired people in public transport

Concept of the application supporting blind and visually impaired people in public transport Academia Journal of Educational Research 5(12): 472-476, December 2017 DOI: 10.15413/ajer.2017.0714 ISSN 2315-7704 2017 Academia Publishing Research Paper Concept of the application supporting blind and

More information

Virtual Reality Based Scalable Framework for Travel Planning and Training

Virtual Reality Based Scalable Framework for Travel Planning and Training Virtual Reality Based Scalable Framework for Travel Planning and Training Loren Abdulezer, Jason DaSilva Evolving Technologies Corporation, AXS Lab, Inc. la@evolvingtech.com, jdasilvax@gmail.com Abstract

More information

SAP Dynamic Edge Processing IoT Edge Console - Administration Guide Version 2.0 FP01

SAP Dynamic Edge Processing IoT Edge Console - Administration Guide Version 2.0 FP01 SAP Dynamic Edge Processing IoT Edge Console - Administration Guide Version 2.0 FP01 Table of Contents ABOUT THIS DOCUMENT... 3 Glossary... 3 CONSOLE SECTIONS AND WORKFLOWS... 5 Sensor & Rule Management...

More information

The Mixed Reality Book: A New Multimedia Reading Experience

The Mixed Reality Book: A New Multimedia Reading Experience The Mixed Reality Book: A New Multimedia Reading Experience Raphaël Grasset raphael.grasset@hitlabnz.org Andreas Dünser andreas.duenser@hitlabnz.org Mark Billinghurst mark.billinghurst@hitlabnz.org Hartmut

More information

Draft TR: Conceptual Model for Multimedia XR Systems

Draft TR: Conceptual Model for Multimedia XR Systems Document for IEC TC100 AGS Draft TR: Conceptual Model for Multimedia XR Systems 25 September 2017 System Architecture Research Dept. Hitachi, LTD. Tadayoshi Kosaka, Takayuki Fujiwara * XR is a term which

More information

ENHANCING PHOTOWARE IN THE SOCIAL NETWORKS ENVIRONMENT

ENHANCING PHOTOWARE IN THE SOCIAL NETWORKS ENVIRONMENT ENHANCING PHOTOWARE IN THE SOCIAL NETWORKS ENVIRONMENT Ombretta Gaggi Dept. of Mathematics, University of Padua, via Trieste, 63, 35121 Padua, Italy gaggi@math.unipd.it Keywords: Abstract: digital photo

More information

Research on Hand Gesture Recognition Using Convolutional Neural Network

Research on Hand Gesture Recognition Using Convolutional Neural Network Research on Hand Gesture Recognition Using Convolutional Neural Network Tian Zhaoyang a, Cheng Lee Lung b a Department of Electronic Engineering, City University of Hong Kong, Hong Kong, China E-mail address:

More information

The 8 th International Scientific Conference elearning and software for Education Bucharest, April 26-27, / X

The 8 th International Scientific Conference elearning and software for Education Bucharest, April 26-27, / X The 8 th International Scientific Conference elearning and software for Education Bucharest, April 26-27, 2012 10.5682/2066-026X-12-153 SOLUTIONS FOR DEVELOPING SCORM CONFORMANT SERIOUS GAMES Dragoş BĂRBIERU

More information

Inventory of a Potential Mobile Augmented Reality Genre for Learning

Inventory of a Potential Mobile Augmented Reality Genre for Learning Inventory of a Potential Mobile Augmented Reality Genre for Learning Gunnar Liestøl Dept. of Media & Communication, University of Oslo Key words: Mobile Augmented Reality, Situated simulations, sitsim,

More information

Access Invaders: Developing a Universally Accessible Action Game

Access Invaders: Developing a Universally Accessible Action Game ICCHP 2006 Thursday, 13 July 2006 Access Invaders: Developing a Universally Accessible Action Game Dimitris Grammenos, Anthony Savidis, Yannis Georgalis, Constantine Stephanidis Human-Computer Interaction

More information

Department of Computer Science and Engineering The Chinese University of Hong Kong. Year Final Year Project

Department of Computer Science and Engineering The Chinese University of Hong Kong. Year Final Year Project Digital Interactive Game Interface Table Apps for ipad Supervised by: Professor Michael R. Lyu Student: Ng Ka Hung (1009615714) Chan Hing Faat (1009618344) Year 2011 2012 Final Year Project Department

More information

COMPUTER. 1. PURPOSE OF THE COURSE Refer to each sub-course.

COMPUTER. 1. PURPOSE OF THE COURSE Refer to each sub-course. COMPUTER 1. PURPOSE OF THE COURSE Refer to each sub-course. 2. TRAINING PROGRAM (1)General Orientation and Japanese Language Program The General Orientation and Japanese Program are organized at the Chubu

More information

Pre-Journey Learning System for Visually-Impaired Pedestrians using Mobile AR Tactile Maps and Crowdsourced POR Aggregation

Pre-Journey Learning System for Visually-Impaired Pedestrians using Mobile AR Tactile Maps and Crowdsourced POR Aggregation Pre-Journey Learning System for Visually-Impaired Pedestrians using Mobile AR Tactile Maps and Crowdsourced POR Aggregation Takeshi Kurata and Ryosuke Ichikari Service Sensing, Assimilation, and Modeling

More information

A Novel Approach for Image Cropping and Automatic Contact Extraction from Images

A Novel Approach for Image Cropping and Automatic Contact Extraction from Images A Novel Approach for Image Cropping and Automatic Contact Extraction from Images Prof. Vaibhav Tumane *, {Dolly Chaurpagar, Ankita Somkuwar, Gauri Sonone, Sukanya Marbade } # Assistant Professor, Department

More information

Mobile Cognitive Indoor Assistive Navigation for the Visually Impaired

Mobile Cognitive Indoor Assistive Navigation for the Visually Impaired 1 Mobile Cognitive Indoor Assistive Navigation for the Visually Impaired Bing Li 1, Manjekar Budhai 2, Bowen Xiao 3, Liang Yang 1, Jizhong Xiao 1 1 Department of Electrical Engineering, The City College,

More information

Differences in Fitts Law Task Performance Based on Environment Scaling

Differences in Fitts Law Task Performance Based on Environment Scaling Differences in Fitts Law Task Performance Based on Environment Scaling Gregory S. Lee and Bhavani Thuraisingham Department of Computer Science University of Texas at Dallas 800 West Campbell Road Richardson,

More information

Realizing Augmented Reality

Realizing Augmented Reality Realizing Augmented Reality By Amit Kore, Rahul Lanje and Raghu Burra Atos Syntel 1 Introduction Virtual Reality (VR) and Augmented Reality (AR) have been around for some time but there is renewed excitement,

More information

GreenSeeker Handheld Crop Sensor Features

GreenSeeker Handheld Crop Sensor Features GreenSeeker Handheld Crop Sensor Features Active light source optical sensor Used to measure plant biomass/plant health Displays NDVI (Normalized Difference Vegetation Index) reading. Pull the trigger

More information

The 10 th International Scientific Conference elearning and software for Education Bucharest, April 24-25, / X

The 10 th International Scientific Conference elearning and software for Education Bucharest, April 24-25, / X The 10 th International Scientific Conference elearning and software for Education Bucharest, April 24-25, 2014 10.12753/2066-026X-14-000 An Online Cloud Based Mobile Enabled 3D Human Body E-Learning Solution

More information

* Intelli Robotic Wheel Chair for Specialty Operations & Physically Challenged

* Intelli Robotic Wheel Chair for Specialty Operations & Physically Challenged ADVANCED ROBOTICS SOLUTIONS * Intelli Mobile Robot for Multi Specialty Operations * Advanced Robotic Pick and Place Arm and Hand System * Automatic Color Sensing Robot using PC * AI Based Image Capturing

More information

Research on an Economic Localization Approach

Research on an Economic Localization Approach Computer and Information Science; Vol. 12, No. 1; 2019 ISSN 1913-8989 E-ISSN 1913-8997 Published by Canadian Center of Science and Education Research on an Economic Localization Approach 1 Yancheng Teachers

More information

Automatic Electricity Meter Reading Based on Image Processing

Automatic Electricity Meter Reading Based on Image Processing Automatic Electricity Meter Reading Based on Image Processing Lamiaa A. Elrefaei *,+,1, Asrar Bajaber *,2, Sumayyah Natheir *,3, Nada AbuSanab *,4, Marwa Bazi *,5 * Computer Science Department Faculty

More information

Evaluating Haptic and Auditory Guidance to Assist Blind People in Reading Printed Text Using Finger-Mounted Cameras

Evaluating Haptic and Auditory Guidance to Assist Blind People in Reading Printed Text Using Finger-Mounted Cameras Evaluating Haptic and Auditory Guidance to Assist Blind People in Reading Printed Text Using Finger-Mounted Cameras TACCESS ASSETS 2016 Lee Stearns 1, Ruofei Du 1, Uran Oh 1, Catherine Jou 1, Leah Findlater

More information

Implementation of Augmented Reality System for Smartphone Advertisements

Implementation of Augmented Reality System for Smartphone Advertisements , pp.385-392 http://dx.doi.org/10.14257/ijmue.2014.9.2.39 Implementation of Augmented Reality System for Smartphone Advertisements Young-geun Kim and Won-jung Kim Department of Computer Science Sunchon

More information

Virtual, augmented and mixed reality: Opportunities for destinations

Virtual, augmented and mixed reality: Opportunities for destinations 14th TourMIS Users Workshop & International Seminar on Digitalization & Innovation in Tourism Virtual, augmented and mixed reality: Opportunities for destinations Dr. Elena Marchiori Lecturer and fellow

More information

AUGMENTED REALITY IN URBAN MOBILITY

AUGMENTED REALITY IN URBAN MOBILITY AUGMENTED REALITY IN URBAN MOBILITY 11 May 2016 Normal: Prepared by TABLE OF CONTENTS TABLE OF CONTENTS... 1 1. Overview... 2 2. What is Augmented Reality?... 2 3. Benefits of AR... 2 4. AR in Urban Mobility...

More information

Augmented Home. Integrating a Virtual World Game in a Physical Environment. Serge Offermans and Jun Hu

Augmented Home. Integrating a Virtual World Game in a Physical Environment. Serge Offermans and Jun Hu Augmented Home Integrating a Virtual World Game in a Physical Environment Serge Offermans and Jun Hu Eindhoven University of Technology Department of Industrial Design The Netherlands {s.a.m.offermans,j.hu}@tue.nl

More information

Service Cooperation and Co-creative Intelligence Cycle Based on Mixed-Reality Technology

Service Cooperation and Co-creative Intelligence Cycle Based on Mixed-Reality Technology Service Cooperation and Co-creative Intelligence Cycle Based on Mixed-Reality Technology Takeshi Kurata, Masakatsu Kourogi, Tomoya Ishikawa, Jungwoo Hyun and Anjin Park Center for Service Research, AIST

More information

Gaze informed View Management in Mobile Augmented Reality

Gaze informed View Management in Mobile Augmented Reality Gaze informed View Management in Mobile Augmented Reality Ann M. McNamara Department of Visualization Texas A&M University College Station, TX 77843 USA ann@viz.tamu.edu Abstract Augmented Reality (AR)

More information

Product Requirements Document

Product Requirements Document Product Requirements Document Team: Under Construction Authors: Michael Radbel (Lead), Matthew Ruth (Scribe), Maneesh Karipineni, Ilyne Han, Yun Suk Chang Project Name: vmemo Revision History Version Number

More information

ISCW 2001 Tutorial. An Introduction to Augmented Reality

ISCW 2001 Tutorial. An Introduction to Augmented Reality ISCW 2001 Tutorial An Introduction to Augmented Reality Mark Billinghurst Human Interface Technology Laboratory University of Washington, Seattle grof@hitl.washington.edu Dieter Schmalstieg Technical University

More information

Virtual Reality Calendar Tour Guide

Virtual Reality Calendar Tour Guide Technical Disclosure Commons Defensive Publications Series October 02, 2017 Virtual Reality Calendar Tour Guide Walter Ianneo Follow this and additional works at: http://www.tdcommons.org/dpubs_series

More information

The Seamless Localization System for Interworking in Indoor and Outdoor Environments

The Seamless Localization System for Interworking in Indoor and Outdoor Environments W 12 The Seamless Localization System for Interworking in Indoor and Outdoor Environments Dong Myung Lee 1 1. Dept. of Computer Engineering, Tongmyong University; 428, Sinseon-ro, Namgu, Busan 48520, Republic

More information

A Quality Watch Android Based Application for Monitoring Robotic Arm Statistics Using Augmented Reality

A Quality Watch Android Based Application for Monitoring Robotic Arm Statistics Using Augmented Reality A Quality Watch Android Based Application for Monitoring Robotic Arm Statistics Using Augmented Reality Ankit kothawade 1, Kamesh Yadav 2, Varad Kulkarni 3, Varun Edake 4, Vishal Kanhurkar 5, Mrs. Mehzabin

More information

Design and Development of Blind Navigation System using GSM and RFID Technology

Design and Development of Blind Navigation System using GSM and RFID Technology Indian Journal of Science and Technology, Vol 9(2), DOI: 10.17485/ijst/2016/v9i2/85809, January 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Design and Development of Blind Navigation System

More information

NCCT IEEE PROJECTS ADVANCED ROBOTICS SOLUTIONS. Latest Projects, in various Domains. Promise for the Best Projects

NCCT IEEE PROJECTS ADVANCED ROBOTICS SOLUTIONS. Latest Projects, in various Domains. Promise for the Best Projects NCCT Promise for the Best Projects IEEE PROJECTS in various Domains Latest Projects, 2009-2010 ADVANCED ROBOTICS SOLUTIONS EMBEDDED SYSTEM PROJECTS Microcontrollers VLSI DSP Matlab Robotics ADVANCED ROBOTICS

More information

FRAUNHOFER INSTITUTE FOR OPEN COMMUNICATION SYSTEMS FOKUS COMPETENCE CENTER VISCOM

FRAUNHOFER INSTITUTE FOR OPEN COMMUNICATION SYSTEMS FOKUS COMPETENCE CENTER VISCOM FRAUNHOFER INSTITUTE FOR OPEN COMMUNICATION SYSTEMS FOKUS COMPETENCE CENTER VISCOM SMART ALGORITHMS FOR BRILLIANT PICTURES The Competence Center Visual Computing of Fraunhofer FOKUS develops visualization

More information

Wi-Fi Fingerprinting through Active Learning using Smartphones

Wi-Fi Fingerprinting through Active Learning using Smartphones Wi-Fi Fingerprinting through Active Learning using Smartphones Le T. Nguyen Carnegie Mellon University Moffet Field, CA, USA le.nguyen@sv.cmu.edu Joy Zhang Carnegie Mellon University Moffet Field, CA,

More information

Determining Optimal Player Position, Distance, and Scale from a Point of Interest on a Terrain

Determining Optimal Player Position, Distance, and Scale from a Point of Interest on a Terrain Technical Disclosure Commons Defensive Publications Series October 02, 2017 Determining Optimal Player Position, Distance, and Scale from a Point of Interest on a Terrain Adam Glazier Nadav Ashkenazi Matthew

More information

Networks of any size and topology. System infrastructure monitoring and control. Bridging for different radio networks

Networks of any size and topology. System infrastructure monitoring and control. Bridging for different radio networks INTEGRATED SOLUTION FOR MOTOTRBO TM Networks of any size and topology System infrastructure monitoring and control Bridging for different radio networks Integrated Solution for MOTOTRBO TM Networks of

More information

Direct gaze based environmental controls

Direct gaze based environmental controls Loughborough University Institutional Repository Direct gaze based environmental controls This item was submitted to Loughborough University's Institutional Repository by the/an author. Citation: SHI,

More information

Real Time Word to Picture Translation for Chinese Restaurant Menus

Real Time Word to Picture Translation for Chinese Restaurant Menus Real Time Word to Picture Translation for Chinese Restaurant Menus Michelle Jin, Ling Xiao Wang, Boyang Zhang Email: mzjin12, lx2wang, boyangz @stanford.edu EE268 Project Report, Spring 2014 Abstract--We

More information

Markerless 3D Gesture-based Interaction for Handheld Augmented Reality Interfaces

Markerless 3D Gesture-based Interaction for Handheld Augmented Reality Interfaces Markerless 3D Gesture-based Interaction for Handheld Augmented Reality Interfaces Huidong Bai The HIT Lab NZ, University of Canterbury, Christchurch, 8041 New Zealand huidong.bai@pg.canterbury.ac.nz Lei

More information

Augmented Reality 3D Pop-up Book: An Educational Research Study

Augmented Reality 3D Pop-up Book: An Educational Research Study Augmented Reality 3D Pop-up Book: An Educational Research Study Poonsri Vate-U-Lan College of Internet Distance Education Assumption University of Thailand poonsri.vate@gmail.com Abstract Augmented Reality

More information

ENHANCED HUMAN-AGENT INTERACTION: AUGMENTING INTERACTION MODELS WITH EMBODIED AGENTS BY SERAFIN BENTO. MASTER OF SCIENCE in INFORMATION SYSTEMS

ENHANCED HUMAN-AGENT INTERACTION: AUGMENTING INTERACTION MODELS WITH EMBODIED AGENTS BY SERAFIN BENTO. MASTER OF SCIENCE in INFORMATION SYSTEMS BY SERAFIN BENTO MASTER OF SCIENCE in INFORMATION SYSTEMS Edmonton, Alberta September, 2015 ABSTRACT The popularity of software agents demands for more comprehensive HAI design processes. The outcome of

More information

FlexAR: A Tangible Augmented Reality Experience for Teaching Anatomy

FlexAR: A Tangible Augmented Reality Experience for Teaching Anatomy FlexAR: A Tangible Augmented Reality Experience for Teaching Anatomy Michael Saenz Texas A&M University 401 Joe Routt Boulevard College Station, TX 77843 msaenz015@gmail.com Kelly Maset Texas A&M University

More information

Keywords - Augmented reality, Internet, Mobile phone technology, new media, Virtual reality

Keywords - Augmented reality, Internet, Mobile phone technology, new media, Virtual reality Envisioning Augmented Reality: Smart Technology for the Future Poonsri Vate-U-Lan, Ed.D. College of Internet Distance Educationg Assumption University of Thailand poonsri.vate@gmail.com Abstract - This

More information

Ansible Tower Quick Setup Guide

Ansible Tower Quick Setup Guide Ansible Tower Quick Setup Guide Release Ansible Tower 3.2.2 Red Hat, Inc. Mar 08, 2018 CONTENTS 1 Quick Start 2 2 Login as a Superuser 3 3 Import a License 5 4 Examine the Tower Dashboard 7 5 The Settings

More information

LIVEITUP! 2 SMART REFRIGERATOR: IMPROVING INVENTORY IDENTIFICATION AND RECOGNITION

LIVEITUP! 2 SMART REFRIGERATOR: IMPROVING INVENTORY IDENTIFICATION AND RECOGNITION LIVEITUP! 2 SMART REFRIGERATOR: IMPROVING INVENTORY IDENTIFICATION AND RECOGNITION Juan Karlos P. Aranilla 1,2, Terence Anton C. Dela Fuente 1,2, Tonny York Quintos 1,2, Edmandie O. Samonte 1,2, Joel P.

More information

2. ROADSIDE TOLL COLLECTION SECTION 01.

2. ROADSIDE TOLL COLLECTION SECTION 01. 2. ROADSIDE TOLL COLLECTION 1 SECTION 01. Toll System Configuration Cash Tolls Violation Enforcement/Video Toll Collection Systems 2 Toll System Configuration Open (barrier tolls) Tolls collected as vehicles

More information

The Platform of Undergraduate Science and Technology Innovation and Entrepreneurship Service

The Platform of Undergraduate Science and Technology Innovation and Entrepreneurship Service International Conference on Education Technology and Management Science (ICETMS 2013) The Platform of Undergraduate Science and Technology Innovation and Entrepreneurship Service Song Jinbao Information

More information

Fabrication of the kinect remote-controlled cars and planning of the motion interaction courses

Fabrication of the kinect remote-controlled cars and planning of the motion interaction courses Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 174 ( 2015 ) 3102 3107 INTE 2014 Fabrication of the kinect remote-controlled cars and planning of the motion

More information

Combining Schematic and Augmented Reality Representations in a Remote Spatial Assistance System

Combining Schematic and Augmented Reality Representations in a Remote Spatial Assistance System Combining Schematic and Augmented Reality Representations in a Remote Spatial Assistance System Huaming Rao, Wai-Tat Fu Abstract Remote collaborative systems allow people at remote locations to accomplish

More information

Multimodal Interaction Concepts for Mobile Augmented Reality Applications

Multimodal Interaction Concepts for Mobile Augmented Reality Applications Multimodal Interaction Concepts for Mobile Augmented Reality Applications Wolfgang Hürst and Casper van Wezel Utrecht University, PO Box 80.089, 3508 TB Utrecht, The Netherlands huerst@cs.uu.nl, cawezel@students.cs.uu.nl

More information

Sensible Chuckle SuperTuxKart Concrete Architecture Report

Sensible Chuckle SuperTuxKart Concrete Architecture Report Sensible Chuckle SuperTuxKart Concrete Architecture Report Sam Strike - 10152402 Ben Mitchell - 10151495 Alex Mersereau - 10152885 Will Gervais - 10056247 David Cho - 10056519 Michael Spiering Table of

More information

HandsIn3D: Supporting Remote Guidance with Immersive Virtual Environments

HandsIn3D: Supporting Remote Guidance with Immersive Virtual Environments HandsIn3D: Supporting Remote Guidance with Immersive Virtual Environments Weidong Huang 1, Leila Alem 1, and Franco Tecchia 2 1 CSIRO, Australia 2 PERCRO - Scuola Superiore Sant Anna, Italy {Tony.Huang,Leila.Alem}@csiro.au,

More information

An Agent-Based Architecture for Large Virtual Landscapes. Bruno Fanini

An Agent-Based Architecture for Large Virtual Landscapes. Bruno Fanini An Agent-Based Architecture for Large Virtual Landscapes Bruno Fanini Introduction Context: Large reconstructed landscapes, huge DataSets (eg. Large ancient cities, territories, etc..) Virtual World Realism

More information

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Engineering, Technology & Applied Science Research Vol. 8, No. 4, 2018, 3238-3242 3238 An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Saima Zafar Emerging Sciences,

More information

Using a Game Development Platform to Improve Advanced Programming Skills

Using a Game Development Platform to Improve Advanced Programming Skills Journal of Reviews on Global Economics, 2017, 6, 328-334 328 Using a Game Development Platform to Improve Advanced Programming Skills Banyapon Poolsawas 1 and Winyu Niranatlamphong 2,* 1 Department of

More information

Comparison of Haptic and Non-Speech Audio Feedback

Comparison of Haptic and Non-Speech Audio Feedback Comparison of Haptic and Non-Speech Audio Feedback Cagatay Goncu 1 and Kim Marriott 1 Monash University, Mebourne, Australia, cagatay.goncu@monash.edu, kim.marriott@monash.edu Abstract. We report a usability

More information