GuZhenDio: Using a String Instrument Interface to Control Live-Action Sports Video Streams

Size: px
Start display at page:

Download "GuZhenDio: Using a String Instrument Interface to Control Live-Action Sports Video Streams"

Transcription

1 GuZhenDio: Using a String Instrument Interface to Control Live-Action Sports Video Streams ABSTRACT Calvin Ching Department of Electrical and Computer Engineering University of British Columbia 2329 West Mall Vancouver, BC V6T 1Z4 calvin.k.w.ching@gmail.com This paper introduced the GuZhenDio, a prototype built to explore the effectiveness of using a string instrument interface to control live-action sports video streams. We explored whether the timing, precision, coordination, and high proprioception skills humans can develop on a string instrument interface could be transferrable from making music to controlling another form of spatio-temporal data. User studies were performed and the initial findings showed the GuZhen- Dio as a promising interface. CCS Concepts Information systems Information systems applications; General and reference Experimentation; Keywords spatio-temporal data; bimanual asymmetry; string instrument interface; 1. INTRODUCTION Live-action sporting events are often multi-billion dollar businesses for broadcasting companies. As a result, broadcasting companies have embraced the latest technologies and invested in different resources to gain a competitive advantage. As an example, Turner Network Television partnered with Intel to provide a 360 degree experience at the 2016 NBA All-Star game [8]. These live-action camera angles and technologies provide viewers with immersive experience that take them right at court or field level. With so many different cameras and functions such as zoom in/out, an entire television and production crew is needed to control these components. Live-action sporting events pose additional challenges since the action is often fast paced and unpredictable due to the nature of sports. Permission to make digital or hard copies of all or part of this work for personal or classroom use is granted without fee provided that copies are not made or distributed for profit or commercial advantage and that copies bear this notice and the full citation on the first page. To copy otherwise, to republish, to post on servers or to redistribute to lists requires specific permission and/or a fee. HIT2016, Vancouver, BC, Canada. c UBC Yingying Wang Department of Electrical and Computer Engineering University of British Columbia 2329 West Mall Vancouver, BC V6T 1Z4 dora93wang@gmail.com Controlling so many cameras and features in the context of sports becomes a spatio-temporal challenge. That is, it takes coordination between camera systems, precision and speed in selecting the correct camera to broadcast, and high level of spatial selection and temporal coordination to effectively control the many variable components. As such, these requirements also tend to describe string musicians who need to precisely select and pluck specific strings at a specific time. If musicians are capable of developing the coordination, quickness, timing, precision, and high proprioception that are needed to perform musical scores on a string interface, like a guitar or a guzhen, then perhaps these skills can be translated to use the string interface to control live-action camera sports video streams since both tasks involve mapping strategies for control of spatio-temporal data. This paper explores this idea to determine the effectiveness of using a string instrument interface to control live-action camera sports video streams. In the following sections, the paper will discuss some relevant work done by others that is related to our research context. Then it will present a description of the implementation of our research prototype, named GuZhenDio. The paper will then detail the user testing strategy to evaluate our prototype and the results. Lastly, it will summarize our research with a conclusion and relevant future work. 2. BACKGROUND AND RELATED WORK A number of research and related work have been proposed over the years for sports broadcasting. The Focus + Context interface scheme proposed by Sarkar et al. [10] displays the focus within the context in a single continuous view like the fisheye lens, which eliminates the spatial and temporal separation. And Foote et al. [1] conducted a touch screen interface based on Focus + Context scheme and the interface was able to produce live multi-camera sports broadcasts. Kuzuoka et al.[3] proposed a touch interface for remote camera controlling. When the finger of a user touches the touch display, corresponding object would come to the center of the view and the direction and velocity could also be determined with fingers. In 2002, Liu et al. [5] proposed a general real-time camera control interface which combined a pan-tilt-zoom camera with a context camera. Users could draw a box on the area they would like to see in the context camera view and the pan-tilt-zoom camera would automatically zoom in that area. The drawback for this is that the user needs to continuously draw and switch between the two

2 Table 1: String Sensing Interface Serial Output Number Position Value Range Details 1-1, 0, 1 Output from Potentiometer 1 2-1, 0, 1 Output from Potentiometer 2 3-1, 0, 1 Output from Potentiometer 3 4 0, 1 Output from Capacitive Sensor 1 0: user is not touching string 1 1: the last pressed string is string 1 5 0, 1 Output from Capacitive Sensor 2 0: user is not touching string 2 1: the last pressed string is string 2 6 0, 1 Output from Capacitive Sensor 3 0: user is not touching string 3 1: the last pressed string is string 3 cameras. There has also been work done to explore giving the power of broadcast control to viewers. Matthews [6] conducted a system letting the viewer to choose camera views which eliminate the role of director in sports broadcasting. And the Free View Television (FTV) proposed by Masayuki [11] generated a new image unifying the visual information with multiple images caught by spatially distributed cameras for better human understanding. The drawback for FTV is that the overhead of establishing the camera networks leads to a heavy budget. The usage of a string instrument interface is also based on research done by Yves Guiard. In Guiard s theoretical framework for the study of asymmetry in the context of human bimanual action, it is suggested that the human s two hands are used differently [2]. A human s non-preferred hand tends to work on a coarse level, providing the frame of reference and context for the preferred hand. The preferred hand typically controls the finer details of a particular task and follows in the frame of reference that was set up by the non-preferred hand. Playing a string instrument is an example of the asymmetric tasks assigned to each hand. For example for a guitar, the non-preferred hand leads, setting the frame of reference by pressing the correct strings on the correct frets. The preferred hand works within the frame of reference and provides the finer details in guitar playing by plucking the correct strings with a particular force. Taylor et. al introduced a new interface to apply a mapping strategy for controlling a different type of spatio-temporal data. Instead of sports broadcasting, Taylor created VPlay, a multi-touch tabletop application that allows users to support and augment the practice of video jockeying [12]. The goal was to explore whether a more interactive interface with direct manipulation, bimanual controls, and increased physical access can be a more effective means for video jockeying. Their research concluded that VPlay showed promise as an effective interface. 3. IMPLEMENTATION The following section details the implementation of our research prototype. The goal was to create a simplified version of a string-like instrument that acts as an interface to a video controlling software. The prototype in whole is shown in Figure 1. Figure 1: GuZhenDio Prototype The implementation of the prototype was divided into two main components, the string-like instrument interface and the video controlling software. 3.1 String-like Instrument Interface The main tasks of the string-like instrument interface are to be able to perform finger sensing and output the sensed data to the video controlling software. The hardware platform consists of three strings that need to detect when a user plucks a particular string with his or her dominant hand and

3 when a user presses onto a particular string with his or her non-dominant hand. Two types of sensors were used to provide the finger sensing requirements. Detecting finger plucking is done using the capacitive sensing capabilities of the Arduino Duemilanove development board. Three metal guitar strings are connected to three digital I/O pins of the Arduino board. Using the Capacitive Sensing Library provided by Arduino Playground, it is able to sense the electrical capacitance of human body [9]. Contact with a metal string results in a different capacitance value sensed on the corresponding digital I/O pin. Three linear membrane potentiometers (one for each string) were attached on the fingerboard. When there is contact between a string and a linear potentiometer, the resistance within the potentiometer changes depending on where the contact is made. The three potentiometers are connected to the analog pins on the Arduino. Each pin contains an analog to digital converter which can then be processed by the ATMEGA328P microcontroller on the Arduino. The video controlling software is coded using Quartz Composer, which is a OS X software by Apple for processing and rendering graphical data using a graphical programming language [4]. Quartz Composer is able to interface to Arduino serially by using the Kineme Serial I/O plugin [7]. The plugin when pointed to the correct serial device at the correct serial I/O configurations (e.g. baud rate, data bits, etc.), is able to receive the serial data from an Arduino and use it as a String within the Quartz Composer program. Figure 3 provides a logic overview of the video controlling software design. Figure 3: Logic Overview of the Video Controlling Software Interface Figure 2: Picture of the String Interface The raw sensor data received on the ATMEGA328P are further processed to be output via the serial interface on the Arduino board. The data are represented as six numbers separated by a space and ends in a \n as shown below: The final graphical user interface (GUI) shows the three videos on the left side of the program while the main output video is shown on a larger rendering surface on the right side. Figure 4 shows a screenshot of the GUI. # # # # # # Table1 describes what each of the numbers represent and the possible values of each. All the components are mounted onto a wooden board for ease of transport. Figure 2 shows a picture of the hardware interface. 3.2 Video Controlling Software The video controlling software provides a graphical representation of the video streams. It takes the serial output from the Arduino board and uses that as input to control the three video streams and the final output video. The mapping strategies to control the videos are summarized in Table 2. The mappings are chosen to take advantage of Guiard?s work on the asymmetry in the context of human bimanual action as described in Section 2.0. Table 2: Video Control Mapping Control Control Level Interface Mapping Camera Selection Fine String Plucking Camera Zoom Coarse String Pressing Figure 4: Video Controlling Software GUI 4. TESTING AND RESULTS The following section details the testing we performed using the GuZhenDio prototype. Afterwards, the results are presented and discussed within the context of the research scope and topic. 4.1 Test Setup The GuZhenDio was tested by seven users in our user testing. The seven users have a wide range of experience

4 Table 3: User Response Summary Question Item Average Response/Score (1 = strongly agree; 7 = strongly disagree) Easy to follow instructions 1.71 In general, task 1 is easy 1.57 In general, task 2 is easy 1.71 In general, task 3 is easy 3.43 Task 3 is easier to do with non-dominant hand 4.29 The second time doing a task is easier than the first 1.43 The more experience using the interface, the less I have to look at the interface to perform a task 1.57 GuZhenDio is easy to use 2.14 GuZhenDio is fun to use 1.86 (from a lot of experience to no experience) with different string instruments, including guitar, violin, and cello. The breakdown of the user experience is shown in Figure 5. Each user was given a brief one to two minute introduction to give each a sense of what the research topic is about. Instructions on how the GuZhenDio string interface controls the video controlling software were also explained to each user. The test consisted of asking users to control three video streams of pre-recorded videos of two people playing a table tennis match. Three cameras were used to record the table tennis match: one camera behind player A, one camera behind player B, and one camera from the side capturing both players. Each user was given three tasks to complete twice. The tasks get progressively more complicated and so the user can get to learn how the GuZhenDio works. The first task consists of walking through the user with selecting different cameras and zooming in/out of the videos. The content of the videos are ignored for the first task. For the second task, the user is asked to select and zoom in/out the camera closest to the player performing the serve. And as soon as the player has served, the user needs to select the side camera video while the rally is ongoing. The user performs this task for at least three rallies. The third task requires the user to choose the camera that is closest to the player hitting the table tennis ball. Ultimately, the user needs to quickly select different camera views in a fast pace manner. Figure 5: User Testing User Experience Breakdown 4.2 Results The users were given a questionnaire to fill in immediately after they finish with the user study test to get an idea of their experience using the GuZhenDio. The results are summarized in Table 3. As summarized in Table 3, Aall users find the first task to be simple to do, rating the easiness of the task with an average of 1.57 on a scale of 1 to 7 (with 1 being easy and 7 being difficult). The second task was more difficult, with the users rating the task to be 1.71 in the difficulty scale. Users find the third task to be most difficult, giving it an average rating of These difficulty ratings were expected as each task got progressively harder. The second and the third tasks required users to use the string interface while concentrating on the content of the videos. Furthermore, the third task required users to exhibit timing, precision, and coordination in order to follow the table tennis ball during a rally. The questionnaire was also designed to attempt to answer different parts of our research question. Based on the user?s responses, the mapping strategy (Table 2) is effective as their responses tend to suggest that camera selection is best performed using their dominant hand versus their non-dominant hand. The users also agree that the string interface can be easily controlled without having to look at the actual interface. This shows that the users are able to control the interface with high proprioception, a skill that is highly helpful in controlling spatio-temporal data. Lastly, all users strongly agree that multiple repetition of using the interface improves their ability to effectively use and control the GuZhenDio. 5. CONCLUSION AND FUTURE WORK In this study, GuZhenDio is a string instrument interface created to explore whether it can be an effective means to control live-action camera sports video streams. Using sensors, the interface is able to detect user plucking and pressing pressing three strings. These actions are mapped to two different camera controlling functions: camera selection and camera zoom. Due to the scope and limited resource for this research, future work can be done to expand on these mappings to other string affordances. For example, the pitch can be mapped to camera panning and string vibration levels can be mapped to camera tilt. With pan and tilt in addition to camera selection and zoom, the string-like instrument interface can have more refined control of the video streams. Based on our user research, we find that using a string instrument interface to control live-action camera sports video streams shows promise. The seven users were put through different tasks and given a questionnaire in order to help us validate different parts of our research topic. The responses showed that the GuZhenDio prototype can be easily learned

5 to adopt the necessary timing, precision, coordination, and high proprioception to control spatio-temporal data such as live-action video streams. The responses regarding the mapping strategy confirms the works of Guiard relating to the asymmetry in the context of human bimanual action. [12] S. Taylor, S. Izadi, D. Kirk, R. Harper, and A. Garcia-Mendoza. Turning the tables: an interactive surface for vjing. In Proceedings of the SIGCHI Conference on Human Factors in Computing Systems, pages ACM, ACKNOWLEDGMENTS We sincerely appreciate the great help Sidney and Victor offered during the project. Plenty of valuable suggestions enabled us to decide the project and further discussion and timely reply helped us get rid of obstacles and move forward to realize our idea. Also, thanks for taking us to the workshop, looking for sensors and offering various abundant resources. Thank you very much. 7. REFERENCES [1] E. Foote, P. Carr, P. Lucey, Y. Sheikh, and I. Matthews. One-man-band: A touch screen interface for producing live multi-camera sports broadcasts. In Proceedings of the 21st ACM international conference on Multimedia, pages ACM, [2] Y. Guiard. Asymmetric division of labor in human skilled bimanual action: The kinematic chain as a model. Journal of motor behavior, 19(4): , [3] H. Kuzuoka, T. Kosuge, and M. Tanaka. Gesturecam: A video communication system for sympathetic remote collaboration. In Proceedings of the 1994 ACM conference on Computer supported cooperative work, pages ACM, [4] M. D. Library. Introduction to quartz composer user guide. documentation/graphicsimaging/conceptual/ QuartzComposerUserGuide/qc intro/qc intro.html, [5] Q. Liu, D. Kimber, J. Foote, L. Wilcox, and J. Boreczky. Flyspec: A multi-user video camera system with hybrid human and automatic control. In Proceedings of the tenth ACM international conference on Multimedia, pages ACM, [6] J. H. Matthews III. Interactive television system and method for viewer control of multiple camera viewpoints in broadcast programming, Feb US Patent 5,600,368. [7] K. I. Media. Serial io. QuartzComposerPatches/SerialIO/category, [8] I. Newsroom. Intel redefines the fan experience for nba all-star weekend 2016 [press release]. https: //newsroom.intel.com/news-releases/intel-redefinesthe-fan-experience-for-nba-all-star-weekend-2016/, [9] A. Playground. Capacitive sensing library. CapacitiveSensor?from=Main.CapSense, [10] M. Sarkar and M. H. Brown. Graphical fisheye views of graphs. In Proceedings of the SIGCHI conference on Human factors in computing systems, pages ACM, [11] M. Tanimoto. Free viewpoint television-ftv. IEICE Communications Society GLOBAL NEWSLETTER Vol. 2, page 2, 2007.

Interactive Campaign Planning for Marketing Analysts

Interactive Campaign Planning for Marketing Analysts Interactive Campaign Planning for Marketing Analysts Fan Du University of Maryland College Park, MD, USA fan@cs.umd.edu Sana Malik Adobe Research San Jose, CA, USA sana.malik@adobe.com Eunyee Koh Adobe

More information

Makey Makey: Improvising Tangible and Nature-Based User Interfaces

Makey Makey: Improvising Tangible and Nature-Based User Interfaces Makey Makey: Improvising Tangible and Nature-Based User Interfaces Beginner s Mind Collective Jay Silver Eric Rosenbaum MIT Media Lab Cambridge, MA beginners-mind@media.mit.edu Keywords Prototyping, tangible

More information

IMPROVING LIVE PERFORMANCE IN HTTP ADAPTIVE STREAMING SYSTEMS

IMPROVING LIVE PERFORMANCE IN HTTP ADAPTIVE STREAMING SYSTEMS IMPROVING LIVE PERFORMANCE IN HTTP ADAPTIVE STREAMING SYSTEMS Kevin Streeter Adobe Systems, USA ABSTRACT While HTTP adaptive streaming (HAS) technology has been very successful, it also generally introduces

More information

Pattern Density and Role Modeling of an Object Transport Service

Pattern Density and Role Modeling of an Object Transport Service Pattern Density and Role Modeling of an Object Transport Service Dirk Riehle. SKYVA International. 25 First Street, Cambridge, MA 02129, U.S.A. E-mail: driehle@skyva.com or riehle@acm.org Roger Brudermann.

More information

Projection simulator to support design development of spherical immersive display

Projection simulator to support design development of spherical immersive display Projection simulator to support design development of spherical immersive display Wataru Hashimoto, Yasuharu Mizutani, and Satoshi Nishiguchi Faculty of Information Sciences and Technology, Osaka Institute

More information

Storage Architecture and Software Support for SLC/MLC Combined Flash Memory

Storage Architecture and Software Support for SLC/MLC Combined Flash Memory Storage Architecture and Software Support for SLC/MLC Combined Flash Memory Soojun Im and Dongkun Shin Sungkyunkwan University Suwon, Korea {lang33, dongkun}@skku.edu ABSTRACT We propose a novel flash

More information

Gesture-Based 3D Mesh Modeler

Gesture-Based 3D Mesh Modeler Gesture-Based 3D Mesh Modeler Roland Carlos 1, Clarence Dalan 1, Aaron Sanchez 1, Kevin Tolentino 1 and Florante R. Salvador 1, * 1De La Salle University, Manila *Corresponding Author: florante.salvador@dlsu.edu.ph

More information

TOOLS FOR 360 VIDEO IN PREMIERE

TOOLS FOR 360 VIDEO IN PREMIERE Everyone knows what a curve is, until he has studied enough mathematics to become confused through the countless number of possible exceptions. TOOLS FOR 360 VIDEO IN PREMIERE ~ Felix Klein College of

More information

Context Ontology Construction For Cricket Video

Context Ontology Construction For Cricket Video Context Ontology Construction For Cricket Video Dr. Sunitha Abburu Professor& Director, Department of Computer Applications Adhiyamaan College of Engineering, Hosur, pin-635109, Tamilnadu, India Abstract

More information

Contextion: A Framework for Developing Context-Aware Mobile Applications

Contextion: A Framework for Developing Context-Aware Mobile Applications Contextion: A Framework for Developing Context-Aware Mobile Applications Elizabeth Williams, Jeff Gray Department of Computer Science, University of Alabama eawilliams2@crimson.ua.edu, gray@cs.ua.edu Abstract

More information

The 3D Terrain Interactive Technique Based on Gesture Recognition Yanyan Li1, a, Xiaomeng Xu2, b, Jiayu Sun3, c, Haimeng Zhao4, d*

The 3D Terrain Interactive Technique Based on Gesture Recognition Yanyan Li1, a, Xiaomeng Xu2, b, Jiayu Sun3, c, Haimeng Zhao4, d* Joint International Information Technology, Mechanical and Electronic Engineering Conference (JIMEC 2016) The 3D Terrain Interactive Technique Based on Gesture Recognition Yanyan Li1, a, Xiaomeng Xu2,

More information

BIM Navigation with Hand-Based Gesture Control on Sites. Chao-Chung Yang 1 and Shih-Chung Kang 2

BIM Navigation with Hand-Based Gesture Control on Sites. Chao-Chung Yang 1 and Shih-Chung Kang 2 785 BIM Navigation with Hand-Based Gesture Control on Sites Chao-Chung Yang 1 and Shih-Chung Kang 2 1 Department of Civil Engineering, National Taiwan University, Rm. 611, No.188, Sec. 3, Xinhai Rd., Da

More information

Senior Project Write Up

Senior Project Write Up Robert Burton Senior Project Write Up Motion Controlled Graphics Applications Abstract! This project implements a new control scheme for the OpenGL racing game Crusin Pangea[3] using the motion tracking

More information

Report on Periscope booth project Study group: International Design Project 2016: Team A

Report on Periscope booth project Study group: International Design Project 2016: Team A Report on Periscope booth project Study group: International Design Project 2016: Team A Zhang, Xuebing, electronic engineer Linke, Anna Natasha, mechanical engineer Svetlichnaya, Ekaterina, mechanical

More information

Natural Viewing 3D Display

Natural Viewing 3D Display We will introduce a new category of Collaboration Projects, which will highlight DoCoMo s joint research activities with universities and other companies. DoCoMo carries out R&D to build up mobile communication,

More information

IoT Based Traffic Signalling System

IoT Based Traffic Signalling System IoT Based Traffic Signalling System Ashok. P.V B.Tech Graduate, Department of Information Technology, SivaSankari.S Assistant Professor, Department of Information Technology, Vignesh Mani B.Tech Graduate,

More information

Generating Annotations for How-to Videos Using Crowdsourcing

Generating Annotations for How-to Videos Using Crowdsourcing Generating Annotations for How-to Videos Using Crowdsourcing Phu Nguyen MIT CSAIL 32 Vassar St. Cambridge, MA 02139 phun@mit.edu Abstract How-to videos can be valuable teaching tools for users, but searching

More information

Putting the Touch in Multi-Touch: An in-depth look at the future of interactivity. Gary L. Barrett, Chief Technical Officer at Touch International

Putting the Touch in Multi-Touch: An in-depth look at the future of interactivity. Gary L. Barrett, Chief Technical Officer at Touch International Putting the Touch in Multi-Touch: An in-depth look at the future of interactivity Gary L. Barrett, Chief Technical Officer at Touch International Introduction Multi-touch touch screens are fast becoming

More information

Tantalis GATOR: SEARCH GUIDE

Tantalis GATOR: SEARCH GUIDE Tantalis GATOR: SEARCH GUIDE Introduction...1 Tantalis GATOR Home Page...2 Tantalis GATOR Log in Hints... 2 Search by Legal Description Primary Parcel...3 Survey Parcel Query Search Hints... 4 Search by

More information

C H A P T E R Introduction

C H A P T E R Introduction C H A P T E R 1 Introduction M ultimedia is probably one of the most overused terms of the 90s (for example, see [Sch97]). The field is at the crossroads of several major industries: computing, telecommunications,

More information

Key Frame Extraction and Indexing for Multimedia Databases

Key Frame Extraction and Indexing for Multimedia Databases Key Frame Extraction and Indexing for Multimedia Databases Mohamed AhmedˆÃ Ahmed Karmouchˆ Suhayya Abu-Hakimaˆˆ ÃÃÃÃÃÃÈÃSchool of Information Technology & ˆˆÃ AmikaNow! Corporation Engineering (SITE),

More information

Simi Reality Motion Systems release their new Simi Motion 2012 System 8.5!

Simi Reality Motion Systems release their new Simi Motion 2012 System 8.5! Simi Reality Motion Systems release their new Simi Motion 2012 System 8.5! Simi is now releasing their new Simi Motion version 8.5.338 2012 after intensive development. The most important addition is the

More information

Middle East Technical University

Middle East Technical University Middle East Technical University CENG 491 Initial Design Report for DigiMuse GOBIT M. Burhan Şentürk M. Yiğit Yıldırım Kamila Kuchalieva Ezgi Berberoğlu 1 Introduction...4 1.1 Problem Definition...4 1.2

More information

Object-Oriented Modeling with UML: A Study of Developers Perceptions

Object-Oriented Modeling with UML: A Study of Developers Perceptions Object-Oriented Modeling with UML: A Study of Developers Perceptions Ritu Agarwal and Atish P. Sinha The object-oriented (OO) approach provides a powerful and effective environment for modeling and building

More information

Web Annotator. Dale Reed, Sam John Computer Science Department University of Illinois at Chicago Chicago, IL

Web Annotator. Dale Reed, Sam John Computer Science Department University of Illinois at Chicago Chicago, IL Web Annotator Dale Reed, Sam John Computer Science Department University of Illinois at Chicago Chicago, IL 60607-7053 reed@uic.edu, sjohn@cs.uic.edu Abstract The World Wide Web is increasingly becoming

More information

Open Orchestra: A High-Fidelity Immersive Music Simulator

Open Orchestra: A High-Fidelity Immersive Music Simulator BCNET Conference 2011 Vancouver, May 3, 2011. Open Orchestra: A High-Fidelity Immersive Music Simulator John Roston, McGill Mark Zuberbuhler, UBC Objectives Provide a music student practicing alone the

More information

Wrapper: An Application for Evaluating Exploratory Searching Outside of the Lab

Wrapper: An Application for Evaluating Exploratory Searching Outside of the Lab Wrapper: An Application for Evaluating Exploratory Searching Outside of the Lab Bernard J Jansen College of Information Sciences and Technology The Pennsylvania State University University Park PA 16802

More information

Programming Languages Research Programme

Programming Languages Research Programme Programming Languages Research Programme Logic & semantics Planning Language-based security Resource-bound analysis Theorem proving/ CISA verification LFCS Logic Functional "Foundational" PL has been an

More information

Viz Arena allows broadcasters to superimpose animated 3D graphics over live coverage of any sports event. Viz Arena

Viz Arena allows broadcasters to superimpose animated 3D graphics over live coverage of any sports event. Viz Arena Viz Arena allows broadcasters to superimpose animated 3D graphics over live coverage of any sports event. Viz Arena Viz Arena Enhancing the game experience Viz Arena enables broadcasters to superimpose

More information

Portable Rostrum with Automated Height Controller Based on PIC Microcontroller

Portable Rostrum with Automated Height Controller Based on PIC Microcontroller Portable Rostrum with Automated Height Controller Based on PIC Microcontroller Muhamad Fairus Adzha bin Muhamad Raslani 1, Mohd Fauzi Bin Abdul Aziz 2, Nik Izudin bin Nik Ramli 3 1,2,3 Electrical Engineering

More information

Data-driven Approaches to Simulation (Motion Capture)

Data-driven Approaches to Simulation (Motion Capture) 1 Data-driven Approaches to Simulation (Motion Capture) Ting-Chun Sun tingchun.sun@usc.edu Preface The lecture slides [1] are made by Jessica Hodgins [2], who is a professor in Computer Science Department

More information

Camera Positioning System

Camera Positioning System Camera Positioning System Team 79 Members: Junjiao Tian, Jialu Li, and Weicheng Jiang Spring 2017 TA: John Capozzo Table of Contents 1 Introduction 1.1 Objective 1.2 Background 1.3 High-level requirement

More information

Strategies for Training and Implementation Home

Strategies for Training and Implementation Home A Guide to unitedstreaming Digital Resources Strategies for Training and Implementation Presentation Menu Overview and Key Features Passcodes, Search Tools, Content Management, & Teacher Tools Implementation

More information

ASIAGRAPH 2008 The Intermediate View Synthesis System For Soccer Broadcasts

ASIAGRAPH 2008 The Intermediate View Synthesis System For Soccer Broadcasts ASIAGRAPH 2008 The Intermediate View Synthesis System For Soccer Broadcasts Songkran Jarusirisawad, Kunihiko Hayashi, Hideo Saito (Keio Univ.), Naho Inamoto (SGI Japan Ltd.), Tetsuya Kawamoto (Chukyo Television

More information

Toward Spatial Queries for Spatial Surveillance Tasks

Toward Spatial Queries for Spatial Surveillance Tasks MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.com Toward Spatial Queries for Spatial Surveillance Tasks Yuri A. Ivanov, Christopher R. Wren TR2006-051 May 2006 Abstract Surveillance systems

More information

Offering Access to Personalized Interactive Video

Offering Access to Personalized Interactive Video Offering Access to Personalized Interactive Video 1 Offering Access to Personalized Interactive Video Giorgos Andreou, Phivos Mylonas, Manolis Wallace and Stefanos Kollias Image, Video and Multimedia Systems

More information

Team: XeroDual. EEL 4924 Electrical Engineering Design. Final Report 3 August Project Ehrgeiz. Team Name: XeroDual

Team: XeroDual. EEL 4924 Electrical Engineering Design. Final Report 3 August Project Ehrgeiz. Team Name: XeroDual Page 1/20 EEL 4924 Electrical Engineering Design Final Report 3 August 2009 Project Ehrgeiz Team Name: XeroDual Reinier Santos yayan26@ufl.edu Project Abstract: This project aims to design a human interface

More information

How to Exploit Abstract User Interfaces in MARIA

How to Exploit Abstract User Interfaces in MARIA How to Exploit Abstract User Interfaces in MARIA Fabio Paternò, Carmen Santoro, Lucio Davide Spano CNR-ISTI, HIIS Laboratory Via Moruzzi 1, 56124 Pisa, Italy {fabio.paterno, carmen.santoro, lucio.davide.spano}@isti.cnr.it

More information

The Role of Converged and Hyper-converged Infrastructure in IT Transformation

The Role of Converged and Hyper-converged Infrastructure in IT Transformation Enterprise Strategy Group Getting to the bigger truth. ESG Research Insights Brief The Role of Converged and Hyper-converged Infrastructure in IT Transformation The Quantified Effects of Organizational

More information

Multidimensional Transcoding for Adaptive Video Streaming

Multidimensional Transcoding for Adaptive Video Streaming Multidimensional Transcoding for Adaptive Video Streaming Jens Brandt Lars Wolf IBR Technische Universität Braunschweig Mühlenpfordtstrasse 23, 38106 Braunschweig, Germany {brandt wolf}@ibr.cs.tu-bs.de

More information

Video Diffusion: A Routing Failure Resilient, Multi-Path Mechanism to Improve Wireless Video Transport

Video Diffusion: A Routing Failure Resilient, Multi-Path Mechanism to Improve Wireless Video Transport Video Diffusion: A Routing Failure Resilient, Multi-Path Mechanism to Improve Wireless Video Transport Jinsuo Zhang Yahoo! Inc. 701 First Avenue Sunnyvale, CA 94089 azhang@yahoo-inc.com Sumi Helal Dept

More information

MODEL-BASED MOTION ANALYSIS OF FACTORY WORKERS USING MULTI- PERSPECTIVE VIDEO CAMERAS

MODEL-BASED MOTION ANALYSIS OF FACTORY WORKERS USING MULTI- PERSPECTIVE VIDEO CAMERAS MODEL-BASED MOTION ANALYSIS OF FACTORY WORKERS USING MULTI- PERSPECTIVE VIDEO CAMERAS Kazunori Sakaki, Takako Sato and Hiroshi Arisawa Yokohama National University Abstract: Key words: Motion simulation

More information

Tips on DVD Authoring and DVD Duplication M A X E L L P R O F E S S I O N A L M E D I A

Tips on DVD Authoring and DVD Duplication M A X E L L P R O F E S S I O N A L M E D I A Tips on DVD Authoring and DVD Duplication DVD Authoring - Introduction The postproduction business has certainly come a long way in the past decade or so. This includes the duplication/authoring aspect

More information

A Real time Service for Mobile Wallpaper

A Real time Service for Mobile Wallpaper Indian Journal of Science and Technology, Vol 8(S5), 37 43, March 2015 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 DOI : 10.17485/ijst/2015/v8iS5/61465 A Real time Service for Mobile Wallpaper Jong-Chan

More information

CSC 170 Introduction to Computers and Their Applications. Computers

CSC 170 Introduction to Computers and Their Applications. Computers CSC 170 Introduction to Computers and Their Applications Lecture #4 Digital Devices Computers At its core, a computer is a multipurpose device that accepts input, processes data, stores data, and produces

More information

UNIT 2 TOPICS IN COMPUTER SCIENCE. Exploring Computer Science 2

UNIT 2 TOPICS IN COMPUTER SCIENCE. Exploring Computer Science 2 UNIT 2 TOPICS IN COMPUTER SCIENCE Exploring Computer Science 2 ACM - ASSOCIATION FOR COMPUTING MACHINERY The Association for Computing Machinery (ACM) is a U.S.-based international learned society for

More information

User Interface Engineering FS 2013

User Interface Engineering FS 2013 User Interface Engineering FS 2013 Interactive Surfaces & Gesture Based Interfaces 04.10.2013 1 Classroom Visit Teaching at ETH Didactics course: Teaching at ETH: Committed and skilled Today we have a

More information

MONITOR AND CONTROL OF AN EXCAVATOR ROBOT

MONITOR AND CONTROL OF AN EXCAVATOR ROBOT QUEEN S UNIVERSITY DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING ELEC 49X PROJECT PROPOSAL MONITOR AND CONTROL OF AN EXCAVATOR ROBOT Submitted By: Group 13 Faculty Supervisor: Dr. K. Hashtrudi-Zaad

More information

12/19/2016. Types of Education Media. Print Media. Projected & non-projected media. Audio, Visual & Audiovisual. Media

12/19/2016. Types of Education Media. Print Media. Projected & non-projected media. Audio, Visual & Audiovisual. Media Types of Education Media Education Media There are different ways to classify media Print media, non-print media and electronic media Print Media They include: books, journals, magazines, newspapers, workbook,

More information

Interactive PTZ Camera Control System Using Wii Remote and Infrared Sensor Bar

Interactive PTZ Camera Control System Using Wii Remote and Infrared Sensor Bar Interactive PTZ Camera Control System Using Wii Remote and Infrared Sensor Bar A. H. W. Goh, Y. S. Yong, C. H. Chan, S. J. Then, L. P. Chu, S. W. Chau, and H. W. Hon International Science Index, Computer

More information

What do I get out of it?

What do I get out of it? What do I get out of it? Upon completion of the Langara PLUS Program, you are awarded a Statement of Achievement. In addition, you will be issued a letter that outlines the number of events and workshops

More information

Canny Edge Based Self-localization of a RoboCup Middle-sized League Robot

Canny Edge Based Self-localization of a RoboCup Middle-sized League Robot Canny Edge Based Self-localization of a RoboCup Middle-sized League Robot Yoichi Nakaguro Sirindhorn International Institute of Technology, Thammasat University P.O. Box 22, Thammasat-Rangsit Post Office,

More information

Available online at ScienceDirect. Procedia Computer Science 60 (2015 )

Available online at   ScienceDirect. Procedia Computer Science 60 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 60 (2015 ) 1263 1270 19th International Conference on Knowledge Based and Intelligent Information and Engineering Systems

More information

Redesign Workshop: Involving Software Developers Actively in Usability Engineering

Redesign Workshop: Involving Software Developers Actively in Usability Engineering Redesign Workshop: Involving Software Developers Actively in Usability Engineering Nis Bornoe nis@cs.aau.dk Jane Billestrup jane@cs.aau.dk Jesper Lumbye Andersen TC Electronic Aarhus, Denmark jesperla@tcelectronic.com

More information

Under My Finger: Human Factors in Pushing and Rotating Documents Across the Table

Under My Finger: Human Factors in Pushing and Rotating Documents Across the Table MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.com Under My Finger: Human Factors in Pushing and Rotating Documents Across the Table Clifton Forlines, Chia Shen, Frederic Vernier TR2005-070

More information

Digitization of 3D Objects for Virtual Museum

Digitization of 3D Objects for Virtual Museum Digitization of 3D Objects for Virtual Museum Yi-Ping Hung 1, 2 and Chu-Song Chen 2 1 Department of Computer Science and Information Engineering National Taiwan University, Taipei, Taiwan 2 Institute of

More information

A Reliable B-Tree Implementation over Flash Memory

A Reliable B-Tree Implementation over Flash Memory A Reliable B-Tree Implementation over Flash Xiaoyan Xiang, Lihua Yue, Zhanzhan Liu, Peng Wei Department of Computer Science and Technology University of Science and Technology of China, Hefei, P.R.China

More information

Ad hoc networking using Wi-Fi during natural disasters: overview and improvements.

Ad hoc networking using Wi-Fi during natural disasters: overview and improvements. Ad hoc networking using Wi-Fi during natural disasters: overview and improvements. Matthijs Gielen University of Twente P.O.Box 217, 7500AE Enschede The Netherlands m.w.gielen@student.utwente.nl ABSTRACT

More information

Wireless Vehicular Blind-Spot Monitoring Method and System Progress Report. Department of Electrical and Computer Engineering University of Manitoba

Wireless Vehicular Blind-Spot Monitoring Method and System Progress Report. Department of Electrical and Computer Engineering University of Manitoba Wireless Vehicular Blind-Spot Monitoring Method and System Progress Report Department of Electrical and Computer Engineering University of Manitoba Prepared by: Chen Liu Xiaodong Xu Faculty Supervisor:

More information

Characterization of the formation structure in team sports. Tokyo , Japan. University, Shinjuku, Tokyo , Japan

Characterization of the formation structure in team sports. Tokyo , Japan. University, Shinjuku, Tokyo , Japan Characterization of the formation structure in team sports Takuma Narizuka 1 and Yoshihiro Yamazaki 2 1 Department of Physics, Faculty of Science and Engineering, Chuo University, Bunkyo, Tokyo 112-8551,

More information

Automated Tennis - Image Processing and Launcher. Group 14 Michael Rathbun Aviel Yashar Khoa Hoang Kyle Willnow

Automated Tennis - Image Processing and Launcher. Group 14 Michael Rathbun Aviel Yashar Khoa Hoang Kyle Willnow Automated Tennis - Image Processing and Launcher Group 14 Michael Rathbun Aviel Yashar Khoa Hoang Kyle Willnow Motivation Make tennis as convenient as bowling Appeal to the lazy and luxurious Increase

More information

Introducing Evaluation

Introducing Evaluation Chapter 12 Introducing Evaluation 1 The aims Explain the key concepts used in evaluation. Introduce different evaluation methods. Show how different methods are used for different purposes at different

More information

EFFECTS OF KEY SIZE AND SPACING ON THE COMPLETION TIME AND ACCURACY OF INPUT TASKS ON SOFT KEYPADS USING TRACKBALL AND TOUCH INPUT

EFFECTS OF KEY SIZE AND SPACING ON THE COMPLETION TIME AND ACCURACY OF INPUT TASKS ON SOFT KEYPADS USING TRACKBALL AND TOUCH INPUT EFFECTS OF KEY SIZE AND SPACING ON THE COMPLETION TIME AND ACCURACY OF INPUT TASKS ON SOFT KEYPADS USING TRACKBALL AND TOUCH INPUT Martin Schedlbauer Department of Computer Science University of Massachusetts,

More information

Improving Touch Based Gesture Interfaces Ridhô Jeftha University of Cape Town Computer Science Student Rondebosch Cape Town 03 July 2012

Improving Touch Based Gesture Interfaces Ridhô Jeftha University of Cape Town Computer Science Student Rondebosch Cape Town 03 July 2012 Improving Touch Based Gesture Interfaces Ridhô Jeftha University of Cape Town Computer Science Student Rondebosch Cape Town 03 July 2012 mail@ridhojeftha.com ABSTRACT The lack of affordance in gesture

More information

The PXI Modular Instrumentation Architecture

The PXI Modular Instrumentation Architecture The PXI Modular Instrumentation Architecture Overview The PXI (PCI extensions for Instrumentation) specification defines a rugged PC platform for measurement and automation. PXI modular instrumentation

More information

Hard- and Software for Interactive Surfaces

Hard- and Software for Interactive Surfaces Mensch-Maschine-Interaktion 2 Hard- and Software for Interactive Surfaces Prof. Dr. Andreas Butz 1 Hardware for Interactive Surfaces (Visual) output: Display quite well understood simple solution: projection:

More information

Available online at ScienceDirect. Procedia Technology 18 (2014 )

Available online at   ScienceDirect. Procedia Technology 18 (2014 ) Available online at www.sciencedirect.com ScienceDirect Procedia Technology 18 (2014 ) 140 144 International workshop on Innovations in Information and Communication Science and Technology, IICST 2014,

More information

Creating Loopable Animations By Ryan Bird

Creating Loopable Animations By Ryan Bird Creating Loopable Animations By Ryan Bird A loopable animation is any-length animation that starts the same way it ends. If done correctly, when the animation is set on a loop cycle (repeating itself continually),

More information

Video Analysis for Browsing and Printing

Video Analysis for Browsing and Printing Video Analysis for Browsing and Printing Qian Lin, Tong Zhang, Mei Chen, Yining Deng, Brian Atkins HP Laboratories HPL-2008-215 Keyword(s): video mining, video printing, user intent, video panorama, video

More information

Chapter 1: Introduction

Chapter 1: Introduction Chapter 1: Introduction This dissertation will describe the mathematical modeling and development of an innovative, three degree-of-freedom robotic manipulator. The new device, which has been named the

More information

Task analysis based on observing hands and objects by vision

Task analysis based on observing hands and objects by vision Task analysis based on observing hands and objects by vision Yoshihiro SATO Keni Bernardin Hiroshi KIMURA Katsushi IKEUCHI Univ. of Electro-Communications Univ. of Karlsruhe Univ. of Tokyo Abstract In

More information

How to use LIRN.net to find reliable resources

How to use LIRN.net to find reliable resources How to use LIRN.net to find reliable resources Please direct questions pertaining to LIRN to heidi@expression.edu or call 510.594.6955. That s Heidi s, the librarian, direct line. Heidi is also available

More information

Lesson Plan. Session Title: Cutting Edge Technology

Lesson Plan. Session Title: Cutting Edge Technology Lesson Plan Course Title: Principles of Information Technology Lesson Duration: 7 hours Session Title: Cutting Edge Technology Performance Objective: Upon completion of this assignment, the student will

More information

Video Inter-frame Forgery Identification Based on Optical Flow Consistency

Video Inter-frame Forgery Identification Based on Optical Flow Consistency Sensors & Transducers 24 by IFSA Publishing, S. L. http://www.sensorsportal.com Video Inter-frame Forgery Identification Based on Optical Flow Consistency Qi Wang, Zhaohong Li, Zhenzhen Zhang, Qinglong

More information

One Grove Base Shield board this allows you to connect various Grove units (below) to your Seeeduino board; Nine Grove Grove units, consisting of:

One Grove Base Shield board this allows you to connect various Grove units (below) to your Seeeduino board; Nine Grove Grove units, consisting of: GROVE - Starter Kit V1.0b Introduction The Grove system is a modular, safe and easy to use group of items that allow you to minimise the effort required to get started with microcontroller-based experimentation

More information

Prediction-based Directional Search for Fast Block-Matching Motion Estimation

Prediction-based Directional Search for Fast Block-Matching Motion Estimation Prediction-based Directional Search for Fast Block-Matching Motion Estimation Binh P. Nguyen School of Information and Communication Technology, Hanoi University of Technology, Vietnam binhnp@it-hut.edu.vn

More information

UANP 6013 INFORMATICS IN SOCIETY

UANP 6013 INFORMATICS IN SOCIETY UANP 6013 INFORMATICS IN SOCIETY INDIVIDUAL ASSIGNMENT NO1 TITLE: The ipad and i BY HASLINA MD SARKAN PAN 153022 FOR DR RASIMAH CHE MOHD YUSOFF 1 INTRODUCTION The current technology trend indicates that

More information

2QWKH6XLWDELOLW\RI'HDG5HFNRQLQJ6FKHPHVIRU*DPHV

2QWKH6XLWDELOLW\RI'HDG5HFNRQLQJ6FKHPHVIRU*DPHV 2QWKH6XLWDELOLW\RI'HDG5HFNRQLQJ6FKHPHVIRU*DPHV Lothar Pantel Pantronics lothar.pantel@pantronics.com Lars C. Wolf Technical University Braunschweig Muehlenpfordtstraße 23 3816 Braunschweig, Germany wolf@ibr.cs.tu-bs.de

More information

Motion analysis for broadcast tennis video considering mutual interaction of players

Motion analysis for broadcast tennis video considering mutual interaction of players 14-10 MVA2011 IAPR Conference on Machine Vision Applications, June 13-15, 2011, Nara, JAPAN analysis for broadcast tennis video considering mutual interaction of players Naoto Maruyama, Kazuhiro Fukui

More information

CAMPSNA: A Cloud Assisted Mobile Peer to Peer Social Network Architecture

CAMPSNA: A Cloud Assisted Mobile Peer to Peer Social Network Architecture CAMPSNA: A Cloud Assisted Mobile Peer to Peer Social Network Architecture Yuan-ni Liu Hong Tang, Guo-feng Zhao The School of Communication and Information Engineering of ChongQing University of Posts and

More information

live streaming tools+tips

live streaming tools+tips MELISSA S favorite live streaming tools+tips to live stream like a pro! Impacting Online Conversation, Amplification & Applause THE POSSIBILITIES ARE ENDLESS! A LIVE Show is the right choice for you if:

More information

Motion Simulation of a Modular Robotic System

Motion Simulation of a Modular Robotic System Motion Simulation of a Modular Robotic System Haruhisa KUROKAWA, Kohji TOMITA, Eiichi YOSHIDA, Satoshi MURATA and Shigeru KOKAJI Mechanical Engineering Laboratory, AIST, MITI Namiki 1-2, Tsukuba, Ibaraki

More information

A Video Optimization Framework for Tracking Teachers in the Classroom

A Video Optimization Framework for Tracking Teachers in the Classroom A Video Optimization Framework for Tracking Teachers in the Classroom Lele Ma College of William and Mary lma03@email.wm.edu Yantao Li Southwest University yantaoli@swu.edu.cn Gang Zhou College of William

More information

An Agent-Based Multimedia Intelligent Platform for Collaborative Design

An Agent-Based Multimedia Intelligent Platform for Collaborative Design I. J. Communications, Network and System Sciences, 2008, 3, 207-283 Published Online August 2008 in SciRes (http://www.scirp.org/journal/ijcns/). An Agent-Based Multimedia Intelligent Platform for Collaborative

More information

LabVIEW Experiment 1 Light Sensor Calibration Using Arduino Data Acquisition (Arduino DAQ)

LabVIEW Experiment 1 Light Sensor Calibration Using Arduino Data Acquisition (Arduino DAQ) Spring 2015 LabVIEW Experiment 1 Light Sensor Calibration Using Arduino Data Acquisition (Arduino DAQ) Experiment Objectives Experience LabVIEW capabilities through learning exercises that design and implement

More information

CAMPSNA: A Cloud Assisted Mobile Peer to Peer Social Network Architecture

CAMPSNA: A Cloud Assisted Mobile Peer to Peer Social Network Architecture CAMPSNA: A Cloud Assisted Mobile Peer to Peer Social Network Architecture Yuan-ni Liu Hong Tang, Guo-feng Zhao The School of Communication and Information Engineering of ChongQing University of Posts and

More information

Conversations at the Kitchen Table Anna Bartlett, Ben Papp, Spencer Perry, Jake Zaslav

Conversations at the Kitchen Table Anna Bartlett, Ben Papp, Spencer Perry, Jake Zaslav Electronic Musical Instrument Design Spring 2018 Anna E. Bartlett Conversations at the Kitchen Table Anna Bartlett, Ben Papp, Spencer Perry, Jake Zaslav 1. Introduction Conversations at the Kitchen Table

More information

A Case for Merge Joins in Mediator Systems

A Case for Merge Joins in Mediator Systems A Case for Merge Joins in Mediator Systems Ramon Lawrence Kirk Hackert IDEA Lab, Department of Computer Science, University of Iowa Iowa City, IA, USA {ramon-lawrence, kirk-hackert}@uiowa.edu Abstract

More information

An Event-based Optical Flow Algorithm for Dynamic Vision Sensors

An Event-based Optical Flow Algorithm for Dynamic Vision Sensors An Event-based Optical Flow Algorithm for Dynamic Vision Sensors Iffatur Ridwan and Howard Cheng Department of Mathematics and Computer Science University of Lethbridge, Canada iffatur.ridwan@uleth.ca,howard.cheng@uleth.ca

More information

CLARITY. CONNECTIVITY. QUALITY. HD VISUAL COMMUNICATION SYSTEMS WORLD-CLASS CONNECTIVITY SPECIALIST COMMUNICATIONS CAMERAS CRYSTAL-CLEAR IMAGE QUALITY

CLARITY. CONNECTIVITY. QUALITY. HD VISUAL COMMUNICATION SYSTEMS WORLD-CLASS CONNECTIVITY SPECIALIST COMMUNICATIONS CAMERAS CRYSTAL-CLEAR IMAGE QUALITY CLARITY. CONNECTIVITY. QUALITY. HD VISUAL COMMUNICATION SYSTEMS Specialist Cameras CRYSTAL-CLEAR IMAGE QUALITY THE ULTIMATE IN SOUND SHARING SPECIALIST COMMUNICATIONS CAMERAS INCREDIBLY EASY OPERATION

More information

Incremental Observable-Area Modeling for Cooperative Tracking

Incremental Observable-Area Modeling for Cooperative Tracking Incremental Observable-Area Modeling for Cooperative Tracking Norimichi Ukita Takashi Matsuyama Department of Intelligence Science and Technology Graduate School of Informatics, Kyoto University Yoshidahonmachi,

More information

Copyright 2011 please consult the authors

Copyright 2011 please consult the authors Alsaleh, Slah, Nayak, Richi, Xu, Yue, & Chen, Lin (2011) Improving matching process in social network using implicit and explicit user information. In: Proceedings of the Asia-Pacific Web Conference (APWeb

More information

!!!!!! Portfolio Summary!! for more information July, C o n c e r t T e c h n o l o g y

!!!!!! Portfolio Summary!! for more information  July, C o n c e r t T e c h n o l o g y Portfolio Summary July, 2014 for more information www.concerttechnology.com bizdev@concerttechnology.com C o n c e r t T e c h n o l o g y Overview The screenplay project covers emerging trends in social

More information

The architecture of a web service-based remote control service system

The architecture of a web service-based remote control service system Loughborough University Institutional Repository The architecture of a web service-based remote control service system This item was submitted to Loughborough University's Institutional Repository by the/an

More information

COMP 4801 Final Year Project. Ray Tracing for Computer Graphics. Final Project Report FYP Runjing Liu. Advised by. Dr. L.Y.

COMP 4801 Final Year Project. Ray Tracing for Computer Graphics. Final Project Report FYP Runjing Liu. Advised by. Dr. L.Y. COMP 4801 Final Year Project Ray Tracing for Computer Graphics Final Project Report FYP 15014 by Runjing Liu Advised by Dr. L.Y. Wei 1 Abstract The goal of this project was to use ray tracing in a rendering

More information

Multimedia Systems. Part 1. Mahdi Vasighi

Multimedia Systems. Part 1. Mahdi Vasighi Multimedia Systems Part 1 Mahdi Vasighi www.iasbs.ac.ir/~vasighi Department of Computer Science and Information Technology, Institute for Advanced Studies in Basic Sciences, Zanjan, Iran Teaching Plan

More information

A Study on Metadata Extraction, Retrieval and 3D Visualization Technologies for Multimedia Data and Its Application to e-learning

A Study on Metadata Extraction, Retrieval and 3D Visualization Technologies for Multimedia Data and Its Application to e-learning A Study on Metadata Extraction, Retrieval and 3D Visualization Technologies for Multimedia Data and Its Application to e-learning Naofumi YOSHIDA In this paper we discuss on multimedia database technologies

More information

Polar and Polygon Path Traversal of a Ball and Plate System

Polar and Polygon Path Traversal of a Ball and Plate System Polar and Polygon Path Traversal of a Ball and Plate System Aneeq Zia Electrical Engineering Department, LUMS School of Science and Engineering D.H.A, Lahore Cantt, 54792, Pakistan aneeq91@hotmail.com

More information

DesignMinders: A Design Knowledge Collaboration Approach

DesignMinders: A Design Knowledge Collaboration Approach DesignMinders: A Design Knowledge Collaboration Approach Gerald Bortis and André van der Hoek University of California, Irvine Department of Informatics Irvine, CA 92697-3440 {gbortis, andre}@ics.uci.edu

More information

A Novel Statistical Distortion Model Based on Mixed Laplacian and Uniform Distribution of Mpeg-4 FGS

A Novel Statistical Distortion Model Based on Mixed Laplacian and Uniform Distribution of Mpeg-4 FGS A Novel Statistical Distortion Model Based on Mixed Laplacian and Uniform Distribution of Mpeg-4 FGS Xie Li and Wenjun Zhang Institute of Image Communication and Information Processing, Shanghai Jiaotong

More information