Cooperative Gesture Recognition Learning Characteristics of Classifiers and Navigating the User to an Ideal Situation

Total Page:16

File Type:pdf, Size:1020Kb

Cooperative Gesture Recognition Learning Characteristics of Classifiers and Navigating the User to an Ideal Situation Cooperative Gesture Recognition Learning Characteristics of Classifiers and Navigating the User to an Ideal Situation Hiromasa Yoshimoto and Yuichi Nakamura Academic Center for Computing and Media Studies, Kyoto University, Sakyo-ku, Kyoto 606–8501, Japan Keywords: Cooperative Recognition, Gesture Interface, and Usability. Abstract: This paper introduces a novel scheme of gesture interface that guides the user toward obtaining better perfor- mance and usability. The accuracy of gesture recognition is heavily affected by how the user makes postures and moves, as well as environmental conditions such as lighting. The usability of the gesture interface can potentially be improved by notifying the user of when and how better accuracy is obtained. For this purpose, we propose a method for estimating the performance of gesture recognition in its current condition, and a method for suggesting possible ways to improve performance to the user. In performance estimation, accu- racy in the current condition is estimated based on supervised learning with a large number of samples and corresponding ground truths. If the estimated accuracy is insufficient, the module searches for better condi- tions that can be reached with the user’s cooperation. If a good improvement is possible, the way to improve is communicated to the user in terms of visual feedback, which shows how to avoid or how to recover from the undesirable condition. In this way, users benefit, i.e., better accuracy and usability, by cooperating with the gesture interface. 1 INTRODUCTION For this navigation, we introduce a condition vec- tor and a condition space to represent how the gesture As the success of Microsoft’s Kinect sensor shows, is easily recognized by the gesture recognition mod- a gesture-based interface is one of practical solu- ule. The condition vector is defined by the parameters tion for a natural user interface(Shotton and Sharp, measured by sensors, such as the user’s standing po- 2011; OpenNI organization, 2010; PrimeSense Inc., sition, posture of upper body, and movement speed of 2010). Its fundamental technologies, such as mo- the user’s hands. tion tracking and gesture classification, however, still We then use recall and precision as a measure of face many difficulties and challenges (Pavlovic et al., recognition performance, and calculates the distribu- 1997; Moeslund et al., 2006; Ren et al., 2013), be- tion in condition space. Here, we can assume that cause of the ambiguities of human’s behavior, self- if the condition space has enough dimensions, i.e., occlusion, and the sensor’s measurement noise, etc. enough parameters, performances around neighbor- Moreover, a gesture-based interface has additional us- ing positions are similar. If the recognition perfor- ability requirements. It must not only maintain good mance is satisfactory for one condition vector, it is recognition performance, but also needs to indicate expected to be satisfactory in its neighborhood. For its internal status, to give easy ways to recover from covering over the condition space, we assume it can failures(Nielsen, 2009; Jacko and Sears, 2003). be separated into two portions: a portion in which the In this paper, we focus on a framework for deal- recognition performance is satisfactory and another ing with both of the above goals: to improve the per- portion with unsatisfactory performance. formance of gesture recognition, and to improve the With the above assumptions, our cooperative usability of the gesture interface. For these two goals, recognition scheme is composed by adding two mod- we propose a cooperative gesture recognition scheme, ules to a common gesture interface scheme: a per- which navigates the user into changing their behavior formance estimation module and a feedback module. so that both performance and usability are improved These two modules work as follows. The perfor- at the same time. mance estimation module estimates recall and preci- 210 Yoshimoto H. and Nakamura Y.. Cooperative Gesture Recognition - Learning Characteristics of Classifiers and Navigating the User to an Ideal Situation. DOI: 10.5220/0005206902100218 In Proceedings of the International Conference on Pattern Recognition Applications and Methods (ICPRAM-2015), pages 210-218 ISBN: 978-989-758-077-2 Copyright c 2015 SCITEPRESS (Science and Technology Publications, Lda.) CooperativeGestureRecognition-LearningCharacteristicsofClassifiersandNavigatingtheUsertoanIdealSituation sion from the current condition vector, and the feed- back module advises the user to change his/her be- havior to a more desirable condition, where the recall and precision become higher. We modeled this performance estimation module as functions that map condition vectors into recall and precision. If enough labeled training samples are available, these functions are constructed by su- pervised machine learning. With these functions, the module can not only estimate the performance of cur- rent conditions, but also predict performance for any condition. The feedback module uses estimate functions to search for more suitable conditions around the cur- Figure 1: Example of ”easy” and “difficult” images for rent condition, where the predicted performance in- gesture/sign recognition; the difficulties arise from image creases. If a suitable condition is found, then the feed- noise, occlusions, motion blurs, etc. back module synthesizes visual hints to navigate the user into the suitable condition. For example, if the Table 1: Four categories of the classifier’s output. left position is predicted to have more suitable condi- Ground truth is: tions for the gesture recognition, the feedback module X X¯ draws an arrow-shaped computer graphic (CG) object Output TP: True positive FP: False positive X that induces the user to move a little to the left. of (Correct) (Type I error) The main contribution of this scheme proposes not classifier FN: False negative TN: True negative X¯ a specialized application but a practical and general- is: (Type II error) (Correct) ized scheme. Our scheme can improve the perfor- mance of the existing gesture interface by just adding two modules. No modification of existing gesture tured color and depth image cause ambiguities in im- classifiers is required. age analysis. Figure 1 shows actual hand depth im- This paper is structured as follows. In Section 2, ages captured by a Kinect sensor; there are various an overview of related works is given. The proposed images ranging from “easy” to “difficult” recognition. scheme is described in Section 3. In Section 4, we Although various approaches have been proposed to present the experimental evaluation, and we conclude overcome these difficulties in terms of CV or PR, ro- in Section 5. bust and accurate gesture recognition remains a dif- ficult task(Pavlovic et al., 1997; ?). In other words, there is no approach that can guarantee 100% accu- racy in gesture recognition. 2 RELATED WORK However, from the viewpoint of the usability en- gineering, the user interface should be designed to be In the fields of amusement or entertainment, a efficient to use and easy to learn. Nielsen’s(Nielsen, gesture-based interface is a practical technology. 2009) guidelines in usability engineering appeal for There are many commercial products, such as Mi- a gesture-based user interface to provide some func- crosoft’s Kinect sensors(Ren et al., 2013), Nintendo tions that help the user to diagnose how accurate the Wii, and Eye cam Sony, etc. However, despite these recognized result is, and to rectify the error when ges- latest technologies, there are still challenging prob- ture recognition fails. These features have already lems in gesture recognition. been proposed in many studies and are used in many From the viewpoint of computer vision (CV) and commercial products. However, the pattern of appli- pattern recognition (PR), gesture recognition still has cation design is not yet well discussed and formalized. challenges in accuracy and the robustness of measure- ment and recognition. For example, in hand gesture recognition, the difficulties arise from the complex structure of hands and the wide variations in their 3 COOPERATIVE GESTURE appearances. Moreover, the ambiguities of the sen- RECOGNITION sor’s observation make further difficulties for gesture recognition; e.g., when we use an RGB–D camera as In general, each algorithm in gesture recognition, the sensor, the pixel’s noise and occlusions on the cap- such as a feature detector or a gesture classifier, uses 211 ICPRAM2015-InternationalConferenceonPatternRecognitionApplicationsandMethods tational problems in handling high-dimensional fea- FN “difficult” condition tures, e.g., the curse of dimensionality; therefore, we for classifier need to design the instances of condition vectors care- TP FN fully. FP TP TN TN 3.1 Predicting Gesture Recognition “easy” condition Performance for classifier (a) Condition space Once the condition space is composed, the next prob- lem is to decide what kind of measure is appropriate for “appropriateness”. Our suggestion is that the use FN of recognition accuracy is simple and sufficient. TP Let us consider the gesture recognition process FN FP as a multi-class classifier of an input gesture. More TP Navigate specifically, we assume an one-versus-the-rest config- TN TN uration of binary classifiers; for each gesture class CX , the gesture recognition works as a binary-class clas- sifier FX that outputs X or X¯ , indicating whether the (b) User navigation input belongs to gesture CX or not. Next, we catego-
Recommended publications
  • Infosys to Demonstrate Next-Generation Natural User Interface Cable TV Concepts at the Cable Show’S “Imagine Park”
    PRESS RELEASE Infosys to Demonstrate Next-Generation Natural User Interface Cable TV Concepts at The Cable Show’s “Imagine Park” Leveraging device sensor capabilities and digital set-top boxes will enable rich, interactive television viewing experiences letting consumers “wave goodbye” to their remote controls BOSTON, MAY 22, 2012 – Infosys will showcase new and innovative ways that consumers may experience television in the future via multi-channel natural user interfaces at “Imagine Park,” an interactive, high-profile platform for introducing and demonstrating innovative new products and services at The Cable Show 2012. Rather than using a remote control, Infosys will show and discuss how digital consumers can use voice, facial-recognition and simple gesture-based movements to access their personalized content and interact with the set-top- box of the future. Natural user interfaces (NUI) – touch, voice, video and gesture interfaces – in devices ranging from smartphones and tablets to peripherals such as videogame consoles provide an opportunity for cable companies to deliver personalized interactive customer experiences. “Cable television innovation is crucial to serve the growing number of digital consumers who expect rich, interactive, personalized viewing experiences, and natural user interfaces are the next step in the evolution of TV entertainment,” said Mit Majumdar, head of U.S. cable practice at Infosys. “With our breadth and depth of expertise, Infosys provides cable operators the ability to capture the imagination of their customers by helping them quickly launch new technologies like NUI that allow consumers to access personalized TV with the wave of a hand or voice command.” From the perspective of cable multiple services operators, multi-channel user interfaces will enable service providers to increase customer loyalty, emphasize personalization and help add interactive revenue-generating channels to differentiate their television service offerings.
    [Show full text]
  • Natural Interaction in Augmented Reality Context
    Natural Interaction in Augmented Reality Context John Aliprantis1, Markos Konstantakis1, Rozalia Nikopoulou2, Phivos Mylonas2 and George Caridakis1 1 University of the Aegean, 81100 Mytilene, Greece {jalip, mkonstadakis, gcari}@aegean.gr 2 Ionian University 49100 Corfu, Greece [email protected], [email protected] Abstract. In recent years, immersive technologies like Virtual and Augmented Reality have been accelerating at an incredible pace, building innovative experiences and developing new interaction paradigms. Current research has widely explored gesture interaction with Augmented Reality interfaces, but usually requires users to manipulate input devices that could be cumbersome and obtrusive, thus preventing them from interacting efficiently with the 3D environment. Therefore, Natural User Interfaces and freehand gesture interaction are becoming more and more popular, improving the user’s engagement and sense of presence, providing more stimulating, user-friendly and non-obtrusive interaction methods. However, researchers argue about the impact of the interaction fidelity in usability and user satisfaction, questioning the level of naturalness that should characterize the interaction metaphors. Current paper proposes different gesture recognition techniques for three basic interaction categories (translation, rotation and scaling) in a Leap Motion Controller - Augmented Reality framework. A prototype is implemented in order to evaluate efficiency and usability of the proposed architecture. Finally, experimental results are discussed. Keywords: Natural interactionAugmented realityLeap motion controller Gesture recognition. 1 Introduction Over the last few years, Augmented Reality (AR) has developed into a cutting edge technology, providing new ways to interact with computer – generated information. By removing the boundaries between physical and virtual, AR has been able to create more engaging experiences, enhancing user’s enjoyment and satisfaction.
    [Show full text]
  • Natural User Interfaces and Accessibility
    Chapter 1 Natural User Interfaces and Accessibility he widespread adoption of mobile computing is a computers using actions related to everyday behavior, good thing for librarians who care about access such as touch, gestures, speech, and conversation.1 T for all. That’s because mobile devices make use The goal is to make it easy for humans to understand of natural user interfaces, and those interfaces are and use computers without having to learn compli- making computing easier for people of all ages and cated or abstract ways of doing things. Designers of abilities, as you’ll see in this report. these interfaces aim to create experiences that feel This trend, combined with the move toward multi- just as natural to a novice as to an expert user—and device ecosystems and the emphasis on students as for expert users it can feel like an extension of their creators with mobile apps, means that mobile learning body. is headed in a direction that is empowering for learn- ers of all abilities. There are other trends in mobile learning, but this Putting the Human before report focuses on these three: the Computer: The Move from GUI to NUI • natural user interfaces and accessibility • multi-device ecosystems NUIs are a new branch in the evolution of human- • content creation with mobile devices computer interaction, after GUIs (graphic user inter- faces). GUIs were designed to make computing easier That’s because there are synergies between these to learn than command-line interfaces, where you had trends that offer opportunities for those who care to remember specific commands and type them.
    [Show full text]
  • A Natural User Interface for Immersive Design Review Anastacia Macallister Iowa State University, [email protected]
    Mechanical Engineering Conference Presentations, Mechanical Engineering Papers, and Proceedings 2014 A Natural User Interface for Immersive Design Review Anastacia MacAllister Iowa State University, [email protected] Eliot H. Winer Iowa State University, [email protected] Siemens PLM Software The Boeing Company Follow this and additional works at: https://lib.dr.iastate.edu/me_conf Part of the Computer-Aided Engineering and Design Commons, Ergonomics Commons, and the Operational Research Commons Recommended Citation MacAllister, Anastacia; Winer, Eliot H.; Siemens PLM Software; and The Boeing Company, "A Natural User Interface for Immersive Design Review" (2014). Mechanical Engineering Conference Presentations, Papers, and Proceedings. 180. https://lib.dr.iastate.edu/me_conf/180 This Conference Proceeding is brought to you for free and open access by the Mechanical Engineering at Iowa State University Digital Repository. It has been accepted for inclusion in Mechanical Engineering Conference Presentations, Papers, and Proceedings by an authorized administrator of Iowa State University Digital Repository. For more information, please contact [email protected]. A Natural User Interface for Immersive Design Review Abstract As markets demand engineered products faster, waiting on the cyclical design processes of the past is not an option. Instead, industry is turning to concurrent design and interdisciplinary teams. When these teams collaborate, engineering CAD tools play a vital role in conceptualizing and validating designs. These tools require significant user investment to master, due to challenging interfaces and an overabundance of features. These challenges often prohibit team members from using these tools for exploring alternatives. This paper presents a method allowing users to interact with a design using intuitive gestures and head tracking, all while keeping the model in a CAD format.
    [Show full text]
  • Designing a Natural User Interface to Support Information Sharing Among
    SACJ 30(2) December 2018 Research Article Designing a Natural User Interface to support information sharing among co-located mobile devices Timothy Lee Sona , Janet Wessona , Dieter Vogtsa a Department of Computing Sciences, Nelson Mandela University, South Africa ABSTRACT Users of mobile devices share their information through various methods, which are supported by mobile devices. However, the information sharing process of these methods are typically redundant and sometimes tedious. This is because it may require the user to repeatedly perform a series of steps to share one or more selected files with another individual. The proliferation of mobile devices support new, more intuitive, and less complicated solutions to information sharing in the field of mobile computing. The aim of this paper is to present MotionShare, which is a NUI application that supports information sharing among co-located mobile devices. Unlike other existing systems, MotionShareÕs distinguishing attribute is its inability of relying on additional and assisting technologies in determining the positions of devices. A primary example is using an external camera to determine device positioning in a spatial environment. An analytical evaluation investigated the accuracy of device positioning and gesture recognition, where the results were positive. The empirical evaluation investigated any usability issues. The results of the empirical evaluation showed high levels of user satisfaction and that participants preferred touch gestures to point gestures. Keywords: information
    [Show full text]
  • Using Natural User Interfaces for Previsualization
    EAI Endorsed Transactions on Creative Technologies Research Article Using Natural User Interfaces for Previsualization Rainer Malaka, Tanja Döring∗, Thomas Fröhlich∗, Thomas Muender∗, Georg Volkmar∗, Dirk Wenig∗, Nima Zargham∗ Digital Media Lab, TZI, Bremen, Germany [email protected] Abstract INTRODUCTION: An important phase in the process of visual design for the narrative media is previsualization (previs). Professionals use complicated 3D software applications that are not especially designed for the purpose of previs which makes it difficult for the artists and non-technical users to create previs content. OBJECTIVES: The aim is to empower artists to express and visualize their ideas and creative capabilities in an optimal way. METHODS: We suggest using natural user interfaces (NUIs) and discuss suitable interactions for different previs tasks. We developed and evaluated a series of individual prototypes as well as a central overarching prototype following our NUI concepts. RESULTS: The results show that our NUI-based interaction methods were perceived highly positive and experts found it valuable for their work. CONCLUSION: With only a brief familiarization phase, NUIs can provide a convenient substitute to traditional design tools that require long training sessions. Received on 04 March 2021; accepted on 15 March 2021; published on 16 March 2021 Keywords: Previsualization, Natural User Interface, Virtual Reality, Animation, Film, Theatre, Visual Effects Copyright © 2020 Rainer Malaka et al., licensed to EAI. This is an open access article distributed under the terms of the Creative Commons Attribution license, which permits unlimited use, distribution and reproduction in any medium so long as the original work is properly cited. doi:10.4108/eai.16-3-2021.169030 1.
    [Show full text]
  • Next Generation Natural User Interface with Kinect
    Next Generation Natural User Interface with Kinect Ben Lower Developer Community Manager Microsoft Corporation Key Takeaways ● Kinect has evolved: ● Whether you did it -> How you did it ● One or two people -> A room of six people ● Kinect opens up amazing opportunities for building richer and more engaging experiences ● New generation of Kinect available later this month on Xbox One and next year on Windows ● Get involved now: ID@Xbox and Kinect for Windows Kinect is Evolving What is NUI? Natural User Interaction (NUI) is a completely new way to experience technology. It is a paradigm shift that allows us to go beyond only manual input to communicating with our technology in a more natural way. Multi-Modal Playoke Dance ● Playoke is a dance game for professional fitness clubs -> players dance along to famous songs ● 4 to 36 players can be play at the same time ● The Kinect takes a picture of the player and places the image on the screen next to others ● The dance video has been “tagged” so the Kinect can see the correct dance positions ● Movements of the all the players tracked in real time, analyzed & compared with others Playoke System Overview Kinect for Windows 1.8 SDK Kinect Fusion HTML5/JS Background Color App Model Removal API Color pixels added for Expanding access to “Green Screen” without new level of realism Kinect for web devs the actual screen Kinect Fusion Demo Kinect Fusion Color Photobombr Kinect Common Bridge ● Dead-simple Kinect integration into 3rd party libraries and graphics frameworks from MS Open Tech ● Collab with
    [Show full text]
  • User Interface Design Guidelines for Digital Television Virtual Remote Controls
    USER INTERFACE DESIGN GUIDELINES FOR DIGITAL TELEVISION VIRTUAL REMOTE CONTROLS A thesis submitted in fulfilment of the requirements for the degree of MASTER OF COMMERCE of RHODES UNIVERSITY by ALICIA VERONICA WENTZEL May 2015 Declaration I, Alicia Veronica Wentzel, declare that the dissertation entitled, “User Interface Design Guidelines for Digital Television Virtual Remote Controls”, which I hereby submit for the degree, Master of Commerce at Rhodes University, is my own work. I also declare that this dissertation has not previously been submitted by me for a degree at this or any other tertiary institution and that all the sources that I have used or quoted have been indicated and acknowledged by means of complete references. ________________ Alicia Veronica Wentzel Page i Abstract The remote control is a pivotal component in households worldwide. It helps users enjoy leisurely television (TV) viewing. The remote control has various user interfaces that people interact with. For example, the physical user interface includes the shape of the remote and the physical buttons; the logical user interface refers to how the information is laid out; and the graphical user interface refers to the colours and aesthetic features of the remote control. All of the user interfaces together with the context of use, cultural factors, social factors, and prior experiences of the user influences the ways people interact with their remote control and ultimately has an effect on their user experiences. Advances in the broadcasting sector and transformations of the TV physical remote control have compounded the simple remote control into a multifaceted, indispensable device, overcrowded with buttons.
    [Show full text]
  • Natural User Interfaces in Games for Mobile Devices
    FACULDADE DE ENGENHARIA DA UNIVERSIDADE DO PORTO Natural User Interfaces in Games for Mobile Devices Adelino Manuel de Sousa Lobão Master in Informatics and Computing Engineering Supervisor: Rui Pedro Amaral Rodrigues (Invited Auxiliar Professor at the Faculty of Engineering of the University of Porto) Second Supervisor: António Fernando Vasconcelos Cunha Castro Coelho (Auxiliar Professor at the Faculty of Engineering of the University of Porto) 13th July, 2011 Natural User Interfaces in Games for Mobile Devices Adelino Manuel de Sousa Lobão Master in Informatics and Computing Engineering Approved in oral examination by the committee: Chair: Jorge Manuel Gomes Barbosa (Auxiliar Professor at Faculty of Engineering of the University of Porto) External: Pedro Miguel de Jesus Dias (Auxiliar Professor at University of Aveiro) Supervisor: Rui Pedro Amaral Rodrigues (Invited Auxiliar Professor at Faculty of Engi- neering of the University of Porto) 13th July, 2011 Abstract Natural user interfaces are a relatively recent concept, they aim to eliminate the learning curve between the user and the interface, and translate natural body movements to actions. A good example of the application of natural user interfaces is the mobile devices. The incorporation of touch, face and voice recognition, motion detectors in these devices, has unlocked new forms of interactions and improved the communication between the user and the interface. One of the major drives of the incorporation of these interfaces in mobile devices was the iPhone and its multitouch interface. Never before has a mobile device had successfully implemented a non-tactile interface with so much success. Using the multitouch interface, it is possible to interact directly with the graphical elements displayed in the screen of the mobile device using multitouch gestures, improving the user experience and enhancing the interaction with the interfaces.
    [Show full text]
  • Evaluation of Natural User Interface: a Usability Study Based on the Leap Motion Device
    Available online at www.sciencedirect.com ScienceDirect Procedia Manufacturing 3 ( 2015 ) 5490 – 5495 6th International Conference on Applied Human Factors and Ergonomics (AHFE 2015) and the Affiliated Conferences, AHFE 2015 Evaluation of Natural User Interface: A Usability Study Based on The Leap Motion Device Christianne Falcaoa*, Ana Catarina Lemosb, Marcelo Soaresb a,bEngineering Departmentof Catholic University of Pernambuco, Recife, Pernambuco, Brazil bDesign Department of Federal University of Pernambuco, Recife, Pernambuco, Brazil Abstract Technologically successful products are identified bytheir easeof use. Tullis and Albert [9] pointed out that, the more technologically the product is, the less usable it will be perceived.For designers, many devices have been developed in order to improve the human-computerinteraction (HCI), such as drawing tablets. Recently, a new device was launched in the market promising a “touch-free” interaction based on the gestural interface called “Leap Motion”. This innovative device waives common inputs such as mouse and keyboard, and represents an innovative graphical user interface and userinteraction. The device enables the possibility for an image manipulation and creating artifacts like drawing directly into the air, without the use of a pen and a graphic tablet.This paper presents a survey to assess the interaction concept based on the Leap Motion with interface designer's activity and by using Photoshop CS6 software. The study was carried as ausability evaluation with five Designers who use the software in their work activities, but never used the Leap Motion device before.Users performed three pre- determined tasks and answered a user satisfaction questionnaire. As a result, enhancements were proposed for the Leap Motion user interface.
    [Show full text]
  • Web GIS in Practice X: a Microsoft Kinect Natural User Interface for Google Earth Navigation
    Kamel Boulos et al. International Journal of Health Geographics 2011, 10:45 INTERNATIONAL JOURNAL http://www.ij-healthgeographics.com/content/10/1/45 OF HEALTH GEOGRAPHICS EDITORIAL Open Access Web GIS in practice X: a Microsoft Kinect natural user interface for Google Earth navigation Maged N Kamel Boulos1*, Bryan J Blanchard2, Cory Walker2, Julio Montero2, Aalap Tripathy2 and Ricardo Gutierrez-Osuna2 Abstract This paper covers the use of depth sensors such as Microsoft Kinect and ASUS Xtion to provide a natural user interface (NUI) for controlling 3-D (three-dimensional) virtual globes such as Google Earth (including its Street View mode), Bing Maps 3D, and NASA World Wind. The paper introduces the Microsoft Kinect device, briefly describing how it works (the underlying technology by PrimeSense), as well as its market uptake and application potential beyond its original intended purpose as a home entertainment and video game controller. The different software drivers available for connecting the Kinect device to a PC (Personal Computer) are also covered, and their comparative pros and cons briefly discussed. We survey a number of approaches and application examples for controlling 3-D virtual globes using the Kinect sensor, then describe Kinoogle, a Kinect interface for natural interaction with Google Earth, developed by students at Texas A&M University. Readers interested in trying out the application on their own hardware can download a Zip archive (included with the manuscript as additional files 1, 2, &3) that contains a ‘Kinnogle installation package for Windows PCs’. Finally, we discuss some usability aspects of Kinoogle and similar NUIs for controlling 3-D virtual globes (including possible future improvements), and propose a number of unique, practical ‘use scenarios’ where such NUIs could prove useful in navigating a 3-D virtual globe, compared to conventional mouse/3-D mouse and keyboard-based interfaces.
    [Show full text]
  • Kinect E Openni a Supporto Delle NUI (Natural User Interface) Applications
    Alma Mater Studiorum · Universita` di Bologna Campus di Cesena SCUOLA DI INGEGNERIA E ARCHITETTURA Corso di Laurea in Ingegneria Informatica Kinect e OpenNI a supporto delle NUI (Natural User Interface) applications Elaborato in Fondamenti di Informatica A Relatore: Presentata da: Chiar.mo Prof. MILZONI ALESSANDRO VIROLI MIRKO Sessione 2° Anno Accademico 2013 - 2014 Dedica: A tutti coloro che mi hanno permesso di raggiungere questo obbiettivo . Introduzione Le nuove tecnologie stanno diventando sempre pi`unaturali e intuitive. Le persone utilizzano gesti e parole per interagire con i propi PC e dispositivi, tali modi naturali di interagire con le tecnologie rendono il loro funzionamento pi`usemplice. Le NUI (Natural User Interface) applications si concentrano di agevolare l'impiego dei futuri paradigmi informatici in maniera del tutto naturale. In questa tesi si `e voluto fare uno studio generale su questo nuovo tipo di inter- faccia concentrandosi soprattutto sul framework OpenNI creato appositamente per lo sviluppo delle NUI application arrivato alla nuova versione la 2.0, cercando di capire se effettivamente questa libreria con le sue funzionalit`apossa aiutare e favorire gli sviluppatori. Come caso di studio mi sono concentrato sull'applicazione illustrata nella tesi dell' Ing. Simone Costanzi, sulla parte sviluppata sfruttando la vecchia versone di OpenNI 1.5 per la rilevazione degli utenti e della loro attenzione, confrontandola con una nuova applicazione sviluppata da me sfruttando questa volta le nuove funzionalit`a introdotte dalla nuova versione di OpenNI 2.0 e verificare se effettivamente si presentano miglioramenti funzionali e dal punto di vista delle prestazioni. I miglioramenti percepiti sono molti, dall'intruduzione di nuove funzionalit`a ad eventi che ci informano della presenza di uno o pi`unuovi utenti, ad una pi`usem- plice e intuitiva stesura del codice grazie all'introduzione di nuove API fino ad un miglioramento delle performance percepito da una esecuzione pi`ufluida dell'applicazione.
    [Show full text]