Car Advertisement for Android Application in Augmented Reality

Size: px
Start display at page:

Download "Car Advertisement for Android Application in Augmented Reality"

Transcription

1 Car Advertisement for Android Application in Augmented Reality Tan Siok Yee The National University of Malaysia Bangi, Selangor, Malaysia Haslina Arshad The National University of Malaysia Bangi, Selangor, Malaysia Waqas Khalid The National University of Malaysia Bangi, Selangor, Malaysia Abstract Many people find it difficult to imagine the real look and design of a car simply by looking at the pictures or posters advertised in the magazines and newspapers. The consumers do not have the opportunity to see different views of the car such as the rear, side and front view of the car due to their printed 2D nature. Therefore, this project aims to develop an application that can show a more comprehensive condition of the car to the consumers. The use of smart phones with android operating system as a delivery medium allows users to access this type of application anytime, anywhere. The 3D Perodua Myvi model is design using Blender software and export to.obj format. AndAR library is use to develop this application. By using this application, users can view different colors available in the market of Perdua Myvi car through their android smart phone. The users can also view the Perodua Myvi in a range of views including top, front, left, right, rear view and so on. The car can be rotated at 360 degrees due to the rotating abilities of this application. The users can use this application by scanning the marker provided in the advertising medium through the camera of the smart phone. Keywords: AndARToolkit, Android, AR Marketing, Mobile Augmented Reality I. Introduction The ultimate goal of Augmented Reality (AR) is to provide better management and ubiquitous access to information by using seamless techniques in which the interactive real world is combined with an interactive computer-generated world in one coherent environment. AR combines real world and digital data (Siltanen, 2012). It uses live video images, which the system processes digitally to add computer-generated graphics. In other words, the system augments the image with digital data. In the era of globalization, technology is rapidly growing from time to time. These emerging technological tools such as smart phones, tablets are now built in with cameras. This has attracted researchers to explore and develop applications based on AR (Juin, 2012). This paper is related to car adverting based on AR. This AR based car advertising in android environment can facilitate users to view 3D car model in different perspectives and views on top of the smart phone screen. AR based car advertising is an idea to attract the attention of consumers, especially for potential Proton Myvi buyers. AR based car advertising can convey information about the car to the consumer in an effective way. People cannot imagine a real car design when looking at advertising in newspapers or magazines. Users cannot see the situation of a car from a different view like rear view, side view or front view from the car advertising in the print media. Most of the people can only imagine the car through the photos posted in the print media. ISSN: Page 80

2 Therefore, the objective of this paper is to create a Perodua Myvi design in threedimensional form, develop an AR application based car advertisers and create a marker that can generate 3D models of cars and displayed visually in reality environments. Perodua Myvi is the top selling car in Malaysia since year 2006 (Ramlee, 2011). By using this application, users can see the real situation of Perodua Myvi in different color available in the market. Users can move, change the scale and rotate the Perodua Myvi in 360 degrees. Users can also make screenshots of the Perodua Myvi using this application. This application named it as MyviAR Application. This application is developed using android operating system because it is an open source (Bagal and Kale). Android platform used in MyviAR Application is Android (Gingerbread). MyviAR Application involves the design of 3D models Perodua Myvi using Blender software. This application is developed in Eclipse IDE using the AndAR library. The AR marker is created using online software called AR Marker Generator. 2. Literature Review 2.1 Augmented Reality (AR) In a nutshell, AR means combining virtual objects into the real world. However, AR still does not have a formal definition. Azuma et al. define AR as systems with three characteristics (Azuma et al., 2001): i. Combines real and virtual objects in a real environment; ii. Runs interactively, and in real time; and iii. Register (aligns) real and virtual object with each other. First feature of AR is to combine both the real world and the virtual world. Films such as Avatar which combined virtual objects into the real world cannot be considered as an AR because the film does not have interactive features. Fig. 1 shows the virtual reality continuum provided by Milgram et al. (Milgram et al., 1995). 2.2 Mobile AR Figure 1: Virtual Reality Continuum A mobile see-through display must be tracked with 6 degrees of freedom (6DOF) in order to display the correct image overlay. Tracking is a general problem in many applications, not only in AR but also in VR. Tracking is significantly more difficult in AR than VR due to the registration requirements. Registration is directly dependent on the tracking accuracy, making AR tracking become a very demanding task. Ideally, the resolution of both the tracking sub- ISSN: Page 81

3 system and the display should be that of the fovea of the human eye (Wagner and Schmalstieg, 2009). In broad terms, tracking technology can be divided into mechanical, source-based, source-less and optical as shown in Table 1. Mechanical tracking systems calculate the final orientation and position by traversing armature limbs, accumulating the relative position of each link. They are accurate but cumbersome and with limited motion range. Type Technology Example Machanical Amature SensAble Phantom Sourcebased Magnetic, Ultrasonic Polhemus FASTRAK Optical Fiducial markers, natural feature tracking A.R.T.AR Track, ARToolKit Hybrid Optical-Inertial InterSense IS-I-200 Vis Tracker Table 1: Tracking technology examples The principle behind source-based tracking is to measure the distance between sources and receivers. To achieve 6DOF tracking, three sources and three receivers must be used. Electromagnetic trackers emit a magnetic field while acoustic trackers transmit ultrasonic signals picked up by microphones. Both these trackers are unobtrusive and industry-proven but can only be used in controlled environments. GPS and WLAN sources can be used for positioning only. Inertial trackers are source-less devices that measure change in inertia. Accelerometers measure acceleration and yield position data when their output is integrated twice. Gyroscopes measure angular motion and work by sensing the change in direction of an angular momentum. Gyroscopes require calibration while accelerometers use dead reckoning and are hence prone to drift over time. The big advantage is that both technologies can be miniaturized and also deployed in unprepared environments. Compasses give absolute heading relative to the Earth s magnetic field. However, they are vulnerable to distortion. Optical tracking is based on analysis of video input and calculates either absolute camera pose relative to known geometries or camera motion relative to the previous frame from extracted features. These geometries can either be 3D objects or 2D markers called fiducials. Alternatively, one can speak of marker-less and marker-based tracking. Optical tracking requires a clear line of sight and computer vision algorithms are computationally heavy (Abawi et al., 2004). There are however several strengths: it is cheap, accurate and flexible and one single sensor provides 6DOF tracking. It is very well suited for video see-through displays presented in the next section. Cameras are readily available in mobile phones where coupled with a CPU for possible image analysis. It should be noted that optical tracking extends to nonvisible wavelengths e.g. infrared. Very accurate range measurements can also be obtained by another form of optical tracking: laser beams (Henrysson, 2007). This work is focused on the optical tracking using fiducial marker for cheap, accurate and faster tracking. 2.3 Fiducial Marker Fiducial markers are commonly used for providing the tracking required by the AR applications. ARToolKit is example for the fiducial tracking libraries (Schall et al., 2005). ARToolKit works by thresholding the video frame to obtain a binary image in which connected regions are detected and checked for square shape. The interior of a candidate square is then matched against templates to identify it and to obtain its principal rotation. From the principal rotation and the corners and edges, the camera pose relative to the marker is calculated. Fig. 2 illustrates the pipeline. In a single marker setup, the world coordinate system has its origin in the middle of the marker. Additional markers can be defined relative to the origin marker to extend tracking range or they can represent local coordinates of a scene subset or interaction ISSN: Page 82

4 prop. To be tracked, a marker must be completely visible and segmented from the background. One way to interact with the system is thus to detect if a marker has been obscured by example a finger gesture in front of the camera. Figure 2: Overview of ARToolKit pipeline Advantage with 2D fiducials is that they can be printed not only on a blank piece of paper but also in books and other printed media. This allows 2D printed media to be augmented with related interactive 3D animation. MagicBook is one example of how printed content can be mixed with 3D animation (Billinghurst et al., 2001). This transitional interface spans the Milgram continuum by not only augmenting a physical book with 3D content but also allowing the user to experience the virtual scene in VR mode. Digital content is viewed through handheld video see-through glasses, which resemble classic opera glasses (Henrysson, 2007). 3. Methodology MyviAR Application is developed using android operating system because it is the first software platform and operating system built for open and complete mobile device (Gong and Zhou, 2008). Android platform used in this application is Android (Gingerbread). 3D models Perodua Myvi is design using Blender software. The AR marker is created using AR Marker Generator and this application is developed in Eclipse IDE using the AndAR library D Perodua Myvi Car Model Design The software used to design 3D Perodua Myvi model in this paper is Blender. Although Blender is a software that is easier to use than other software like 3D Max, but car modeling is a complex process and requires a lot of technique. There are many problems that have been encountered during 3D Perodua Myvi modeling and require a long time to resolve. Firstly, the 3D car model design cannot be too complex because it will use a large memory space. Android smart phone could not support such a complex 3D model. To solve this problem, developers can use decimate function provided in Blender to reduce the total faces of the model which helps in reducing the memory space. After completing the design, developers must export the car model in.obj format as shown in Fig. 3. The obj class parcel is a library available in AndAR which acts as an advocate for objects, materials and textures. Although the.obj class parcel can support objects in AR, but there are some limitations that need to be addressed during the modeling. Among the restriction are: (Domhan et al., 2010) ISSN: Page 83

5 i. Every face must have normals specified ii. The object must be triangulated, this means exactly 3 vertices per face. iii. Basic materials and textures are supported. 3.2 Marker Design Figure 3: Export car model in.obj format. Marker design is an important process to determine whether the AR technology can be demonstrated at the end of the project. Marker must be designed in a square black background. Software used to design the marker is Photoshop. Black rectangle brings the most important attribute in marker. AndAR library can only detect the black squares. Images contained in the black square are not important because the images can be interchanged. Fig. 4 is the marker used in this project. The image in the black square is the Perodua logo. This marker needs to be stored in the.png format. Figure 4: Marker used in this project The next step is to print this marker on a paper and generate it using the online Marker Generator. Marker Generator will detect the marker and store in.pat format. Fig. 5 shows the successful detection and creation of the marker by the Marker Generator. Markers are then imported in.pat format into the Eclipse software to be used in this application. The marker used in MyviAR Application is named as "perodua.pat". ISSN: Page 84

6 Figure 5: Marker Generator successfully detect the markers 3.3 User Interaction in MyviAR Application The first step in this process is to import AndAR library into Eclipse software (Sood, 2012). Fig. 6 shows the Java code to create the menu button for the MyviAR Application. The layout of each menu button is in accordance with a written arrangement of Java code. There are four interaction technique in MyviAR Application. They are translate, rotate, scale and take a screen shot function provided for user to run this application. Fig. 7 shows the Java code needed to ensure that this application can detect the marker. Thus, the name written in Java code must be the same with the marker image name. private class ModelLoader extends AsyncTask<Void, Void, Void> { private String modelname2patternname (String modelname) { String patternname = "perodua"; return patternname; Marker Name } Figure 7: Java code to detect the marker ISSN: Page 85

7 public boolean oncreateoptionsmenu(menu menu) { menu.add(0, MENU_TRANSLATE, 0, res.gettext(r.string.translate)).seticon(r.drawable.translate); menu.add(0, MENU_ROTATE, 0, res.gettext(r.string.rotate)).seticon(r.drawable.rotate); menu.add(0, MENU_SCALE, 0, res.gettext(r.string.scale)).seticon(r.drawable.scale); menu.add(0, MENU_SCREENSHOT, 0, res.gettext(r.string.take_screenshot)).seticon(r.drawable.screenshoticon); return true; } public boolean onoptionsitemselected(menuitem item) { switch (item.getitemid()) { case MENU_SCALE: mode = MENU_SCALE; return true; case MENU_ROTATE: mode = MENU_ROTATE; return true; case MENU_TRANSLATE: mode = MENU_TRANSLATE; return true; case MENU_SCREENSHOT: new TakeAsyncScreenshot().execute(); return true; } return false; } ; Figure 6: Java code to create the menu button ISSN: Page 86

8 4. Result 4.1 Marker Detection The camera need to focus on marker all times so that the 3D Perodua Myvi can displayed. Figure 8 shows the results after the application is successful in detecting the marker. The selected car s color is "orange". Thus, the 3D Perodua Myvi model posted on smartphone screen is orange. Figure 8: 3D orange Perodua Myvi model displayed after successfully detect the marker 4.2 Translate Menu Translate function allow users to switch 3D Perodua Myvi model to any position by simply sliding a finger across the screen of smartphone. Fig. 9 shows the result after the user selected the translate menu. Fig. 10 shows the position of the 3D Perodua Myvi model successfully moved to the bottom after a user slide the finger downwards at screen of smartphone. Figure 9: Translate menu was selected ISSN: Page 87

9 4.3 Rotate Menu Figure 10: 3D Perodua Myvi model successfully moved to the bottom Rotate function allow user to rotate the car up to 360 degree to look at every view of the car. Fig. 11 shows the 3D Perodua Myvi model after rotated by sliding a finger on the screen of the smart phone. 4.4 Scale Menu Figure 11: 3D Perodua Myvi model after rotated Scale menu function is to allow users to change the size of the 3D Perodua Myvi model. The size of the model size can be enlarged by sliding the finger to the right on the screen of smartphone. Meanwhile, the size of the model can be reduced by sliding finger left on the screen of smartphones. Slide the finger to the top or bottom will not affect the size of the 3D Perodua Myvi model. Fig.12 shows the original size of the 3D Perodua Myvi model. Fig. 13 shows the 3D model has successfully increased in size by sliding a finger to the right on the screen of smartphone. Fig. 14 shows the model which was successfully reduced in size by sliding a finger to the left on the screen of smartphones. ISSN: Page 88

10 Figure 12: Original size of the 3D Perodua Myvi model Figure 13: 3D Perodua Myvi model has successfully increased it sizes Figure 14: 3D Perodua Myvi model has successfully reduced it sizes 4.5 Take a Screenshot Menu After the screenshot is taken, the image is stored in the smartphone s memory card. Figure 15 shows a after the screenshot process, a dialog is displayed to indicate that the screenshot was successful. ISSN: Page 89

11 5. Conclusion and Future Work Figure 15: Dialog Screenshot saved! is displayed MyviAR application consists of four functions in the options menu when presenting 3D Perodua Myvi model. The four function is to translate, rotate, and scale the take a screenshot. This advantage allows the user to view 3D Perodua Myvi models from the perspective of front, side and rear with just sliding a finger. Users also can enlarge the 3D Perodua Myvi model to see the design more clearly. Furthermore, this application contains a list of seven color of Perodua Myvi to facilitate users. Users can view the 3D Perodua Myvi model with different colors according to their desire. Fig. 16 shows the list of Perodua Myvi colors available in MyviAR Application. Figure 16: A list of seven color of Perodua Myvi For ease of use, navigation menu when presenting 3D Perodua Myvi model should be added. Researchers can add the "next" and the "previous" button so that the user can see the 3D Perodua Myvi model with different colors by a click away. Fig. 17 shows an example of an interface that contains the function "next" and "previous" and can be used by other researchers if they want to develop this application in the future. ISSN: Page 90

12 Figure 17: Example of an interface that contains the function "next" and "previous" References [1] ABAWI, D. F., BIENWALD, J. & DORNER, R. Accuracy in optical tracking with fiducial markers: an accuracy function for ARToolKit. Mixed and Augmented Reality, ISMAR Third IEEE and ACM International Symposium on, 2-5 Nov [2] AZUMA, R., BAILLOT, Y., BEHRINGER, R., FEINER, S., JULIER, S. & MACINTYRE, B Recent advances in augmented reality. Computer Graphics and Applications, IEEE, 21, [3] BAGAL, N. S. & KALE, N. Android open-source operating System for mobile devices. [4] BILLINGHURST, M., KATO, H. & POUPYREV, I The magicbook-moving seamlessly between reality and virtuality. Computer Graphics and Applications, IEEE, 21, 6-8. [5] DOMHAN, T., TIT07INA, K. & DER DUALEN HOCHSCHULE, G Augmented Reality on Android Smartphones. Studiengangs Informationstechni. Dualen Hochschule Baden- Württemberg Stuttgart. [6] GONG, L. & ZHOU, C Development and Research of Mobile Termination Application Based on Android [J]. Computer and modernization, 8, [7] HENRYSSON, A Bringing augmented reality to mobile phones. [8] JUIN, Y. C Katalog Kereta Berasaskan Realiti Tambahan Dalam Persikitaran Android. Universiti Kebangsaan Malaysia Bangi.. [9] MILGRAM, P., TAKEMURA, H., UTSUMI, A. & KISHINO, F. Augmented reality: A class of displays on the reality-virtuality continuum. Photonics for Industrial Applications, International Society for Optics and Photonics, [10] RAMLEE, J Perodua allocates RM613.2m for Capex. New Straits Times Press. [11] SCHALL, G., NEWMAN, J. & SCHMALSTIEG, D. Rapid and accurate deployment of fiducial markers for augmented reality. Proc. 10 th Computer Vision Winter Workshop (CVWW 2005). icg. tu-graz. ac. at/pub/pubobjects/schall05cvww [2005, [12] SILTANEN, S Theory and applications of marker-based augmented reality. [13] SOOD, R Pro Android augmented reality, Apress. [14] WAGNER, D. & SCHMALSTIEG, D Making augmented reality practical on mobile phones, part 1. Computer Graphics and Applications, IEEE, 29, ISSN: Page 91

Tracking devices. Important features. 6 Degrees of freedom. Mechanical devices. Types. Virtual Reality Technology and Programming

Tracking devices. Important features. 6 Degrees of freedom. Mechanical devices. Types. Virtual Reality Technology and Programming Tracking devices Virtual Reality Technology and Programming TNM053: Lecture 4: Tracking and I/O devices Referred to head-tracking many times Needed to get good stereo effect with parallax Essential for

More information

Context-aware Library Management System using Augmented Reality

Context-aware Library Management System using Augmented Reality International Journal of Electronic and Electrical Engineering. ISSN 0974-2174 Volume 7, Number 9 (2014), pp. 923-929 International Research Publication House http://www.irphouse.com Context-aware Library

More information

Example AR image. Augmented Reality. Augmented Reality. Milgram s Reality- Virtuality continuum. Why Augmented Reality? Is AR easier/harder than VR?

Example AR image. Augmented Reality. Augmented Reality. Milgram s Reality- Virtuality continuum. Why Augmented Reality? Is AR easier/harder than VR? Example AR image Augmented Reality Matt Cooper Youngkwan Cho, STAR system (Many slides based on the MUM2003 Tutorials by Mark Billinghurst and Mark Ollila) Milgram s Reality- Virtuality continuum Real

More information

Interior Design in Augmented Reality Environment

Interior Design in Augmented Reality Environment Interior Design in Augmented Reality Environment Viet Toan Phan Ph. D Candidate 1 School of Architecture & Civil engineering Kyungpook National University, Republic of Korea 2 Department of Industrial

More information

VIRTUAL TRIAL ROOM USING AUGMENTED REALITY

VIRTUAL TRIAL ROOM USING AUGMENTED REALITY VIRTUAL TRIAL ROOM USING AUGMENTED REALITY Shreya Kamani, Neel Vasa, Kriti Srivastava, D. J. Sanghvi College of Engineering, Mumbai 53 Abstract This paper presents a Virtual Trial Room application using

More information

CARDA: Content Management Systems for Augmented Reality with Dynamic Annotation

CARDA: Content Management Systems for Augmented Reality with Dynamic Annotation , pp.62-67 http://dx.doi.org/10.14257/astl.2015.90.14 CARDA: Content Management Systems for Augmented Reality with Dynamic Annotation Byeong Jeong Kim 1 and Seop Hyeong Park 1 1 Department of Electronic

More information

Mobile Application of Interactive Remote Toys with Augmented Reality

Mobile Application of Interactive Remote Toys with Augmented Reality Mobile Application of Interactive Remote Toys with Augmented Reality Chi-Fu Lin *, Pai-Shan Pa, and Chiou-Shann Fuh * * Deaprtment of Computer Science and Information Engineering, National Taiwan University

More information

Robot Perception Continued

Robot Perception Continued Robot Perception Continued 1 Visual Perception Visual Odometry Reconstruction Recognition CS 685 11 Range Sensing strategies Active range sensors Ultrasound Laser range sensor Slides adopted from Siegwart

More information

Tutorial. Making Augmented Reality Accessible for Everyone. Copyright (c) 2010 Human Interface Technology Laboratory New Zealand

Tutorial. Making Augmented Reality Accessible for Everyone. Copyright (c) 2010 Human Interface Technology Laboratory New Zealand Tutorial Making Augmented Reality Accessible for Everyone Copyright (c) 2010 Human Interface Technology Laboratory New Zealand Table of Contents ABOUT BuildAR... 3 BuildAR TUTORIAL... 4-13 Part 1 Installation..4

More information

A MOBILE SERVICE ORIENTED MULTIPLE OBJECT TRACKING AUGMENTED REALITY ARCHITECTURE FOR EDUCATION AND LEARNING EXPERIENCES

A MOBILE SERVICE ORIENTED MULTIPLE OBJECT TRACKING AUGMENTED REALITY ARCHITECTURE FOR EDUCATION AND LEARNING EXPERIENCES A MOBILE SERVICE ORIENTED MULTIPLE OBJECT TRACKING AUGMENTED REALITY ARCHITECTURE FOR EDUCATION AND LEARNING EXPERIENCES Sasithorn Rattanarungrot, Martin White and Paul Newbury University of Sussex ABSTRACT

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

Development of a Tracking Method for Augmented Reality Applied to Nuclear Plant Maintenance Work : (1) Barcode Marker

Development of a Tracking Method for Augmented Reality Applied to Nuclear Plant Maintenance Work : (1) Barcode Marker Development of a Tracking Method for Augmented Reality Applied to Nuclear Plant Maintenance Work : (1) Barcode Marker Hiroshi Shimoda, Hirotake Ishii, Masayuki Maeshima, Toshinori Nakai, Zhiqiang Bian

More information

Development of Educational System for Automotive Engineering based on Augmented Reality

Development of Educational System for Automotive Engineering based on Augmented Reality Development of Educational System for Automotive Engineering based on Augmented Reality Ildar Farkhatdinov 1, Jee-Hwan Ryu 2 1,2 School of Mechanical Engineering, Korea University of Technology and Education,

More information

A Study on M2M-based AR Multiple Objects Loading Technology using PPHT

A Study on M2M-based AR Multiple Objects Loading Technology using PPHT A Study on M2M-based AR Multiple Objects Loading Technology using PPHT Sungmo Jung, Seoksoo Kim * Department of Multimedia Hannam University 133, Ojeong-dong, Daedeok-gu, Daejeon-city Korea sungmoj@gmail.com,

More information

Guide To Creating Academic Posters Using Microsoft PowerPoint 2010

Guide To Creating Academic Posters Using Microsoft PowerPoint 2010 Guide To Creating Academic Posters Using Microsoft PowerPoint 2010 INFORMATION SERVICES Version 3.0 July 2011 Table of Contents Section 1 - Introduction... 1 Section 2 - Initial Preparation... 2 2.1 Overall

More information

Synthetic Sensing: Proximity / Distance Sensors

Synthetic Sensing: Proximity / Distance Sensors Synthetic Sensing: Proximity / Distance Sensors MediaRobotics Lab, February 2010 Proximity detection is dependent on the object of interest. One size does not fit all For non-contact distance measurement,

More information

PowerPoint 2013: Basic Skills

PowerPoint 2013: Basic Skills PowerPoint 2013: Basic Skills Information Technology September 1, 2014 1 P a g e Getting Started There are a variety of ways to start using PowerPoint software. You can click on a shortcut on your desktop

More information

Ubiquitous Tracking. martin.bauer@in.tum.de. Ubiquitous Tracking. Martin Bauer Oberseminar Augmented Reality. 20. Mai 2003

Ubiquitous Tracking. martin.bauer@in.tum.de. Ubiquitous Tracking. Martin Bauer Oberseminar Augmented Reality. 20. Mai 2003 martin.bauer@in.tum.de What we have GPS, but only outside ART DTrack, but only in the Lab AR Toolkit, but only with Line-of-Sight Gyroscope, but only with some drift Compass, but only with distortions

More information

Scanners and How to Use Them

Scanners and How to Use Them Written by Jonathan Sachs Copyright 1996-1999 Digital Light & Color Introduction A scanner is a device that converts images to a digital file you can use with your computer. There are many different types

More information

Mobile Application Design of Augmented Reality Digital Pet

Mobile Application Design of Augmented Reality Digital Pet Mobile Application Design of Augmented Reality Digital Pet 1 Chi-Fu Lin, 2 Sheng-Wen Lo, 2 Pai-Shan Pa, and 1 Chiou-Shann Fuh 1 Deaprtment of Computer Science and Information Engineering, National Taiwan

More information

CS-525V: Building Effective Virtual Worlds. Input Devices. Robert W. Lindeman. Worcester Polytechnic Institute Department of Computer Science

CS-525V: Building Effective Virtual Worlds. Input Devices. Robert W. Lindeman. Worcester Polytechnic Institute Department of Computer Science CS-525V: Building Effective Virtual Worlds Input Devices Robert W. Lindeman Worcester Polytechnic Institute Department of Computer Science gogo@wpi.edu Motivation The mouse and keyboard are good for general

More information

Part 21: Augmented Reality

Part 21: Augmented Reality Part 21: Augmented Reality Virtuelle Realität Wintersemester 2006/07 Prof. Bernhard Jung Overview Introduction to Augmented Reality Augmented Reality Displays Examples AR Toolkit an open source software

More information

Instructions to Create Your Rollup Poster in PowerPoint

Instructions to Create Your Rollup Poster in PowerPoint Instructions to Create Your Rollup Poster in PowerPoint THE IDEAL POSTER IS DESIGNED TO... Provide a brief overview of your research Encourage discussion Stand alone when you re not there to provide an

More information

Example Chapter 08-Number 09: This example demonstrates some simple uses of common canned effects found in popular photo editors to stylize photos.

Example Chapter 08-Number 09: This example demonstrates some simple uses of common canned effects found in popular photo editors to stylize photos. 08 SPSE ch08 2/22/10 11:34 AM Page 156 156 Secrets of ProShow Experts: The Official Guide to Creating Your Best Slide Shows with ProShow Gold and Producer Figure 8.18 Using the same image washed out and

More information

Situated Visualization with Augmented Reality. Augmented Reality

Situated Visualization with Augmented Reality. Augmented Reality , Austria 1 Augmented Reality Overlay computer graphics on real world Example application areas Tourist navigation Underground infrastructure Maintenance Games Simplify Qualcomm Vuforia [Wagner ISMAR 2008]

More information

Getting Started Guide

Getting Started Guide Getting Started Guide Contents Welcome to Corel VideoStudio Pro X6............................ 2 New Features and Enhancements................................ 4 Understanding the Workspace..................................

More information

Protocol for Microscope Calibration

Protocol for Microscope Calibration Protocol for Microscope Calibration A properly calibrated system is essential for successful and efficient software use. The following are step by step instructions on how to calibrate the hardware using

More information

Interference. Physics 102 Workshop #3. General Instructions

Interference. Physics 102 Workshop #3. General Instructions Interference Physics 102 Workshop #3 Name: Lab Partner(s): Instructor: Time of Workshop: General Instructions Workshop exercises are to be carried out in groups of three. One report per group is due by

More information

ARkanoid: Development of 3D Game and Handheld Augmented Reality

ARkanoid: Development of 3D Game and Handheld Augmented Reality ARkanoid: Development of 3D Game and Handheld Augmented Reality 1 Markus Santoso, 2 Lee Byung Gook 1 Ph.D Candidate, Visual Content Department, Dongseo University, South Korea. 2 Professor, Visual Content

More information

Kathy Au Billy Yi Fan Zhou Department of Electrical and Computer Engineering University of Toronto { kathy.au, billy.zhou }@utoronto.

Kathy Au Billy Yi Fan Zhou Department of Electrical and Computer Engineering University of Toronto { kathy.au, billy.zhou }@utoronto. ECE1778 Project Report Kathy Au Billy Yi Fan Zhou Department of Electrical and Computer Engineering University of Toronto { kathy.au, billy.zhou }@utoronto.ca Executive Summary The goal of this project

More information

A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA

A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA N. Zarrinpanjeh a, F. Dadrassjavan b, H. Fattahi c * a Islamic Azad University of Qazvin - nzarrin@qiau.ac.ir

More information

Sweet Home 3D user's guide

Sweet Home 3D user's guide 1 de 14 08/01/2013 13:08 Features Download Online Gallery Blog Documentation FAQ User's guide Video tutorial Developer's guides History Reviews Support 3D models Textures Translations Forum Report a bug

More information

Welcome to Corel VideoStudio Pro X5

Welcome to Corel VideoStudio Pro X5 Contents Welcome to Corel VideoStudio Pro X5............................ 2 New Features and Enhancements................................ 4 Getting to Know the Workspace.................................

More information

AR-media Player v2.3. INSTALLATION & USER GUIDE (February, 2013) (Windows XP/Vista/7)

AR-media Player v2.3. INSTALLATION & USER GUIDE (February, 2013) (Windows XP/Vista/7) INSTALLATION & USER GUIDE (February, 2013) (Windows XP/Vista/7) Inglobe Technologies 2008/2013 Copyright Copyright 2008/2013 Inglobe Technologies S.r.l. All rights reserved. No part of this publication

More information

Sensors and Cellphones

Sensors and Cellphones Sensors and Cellphones What is a sensor? A converter that measures a physical quantity and converts it into a signal which can be read by an observer or by an instrument What are some sensors we use every

More information

Bringing Augmented Reality to Mobile Phones

Bringing Augmented Reality to Mobile Phones Linköping Studies in Science and Technology Dissertations, No. 1145 Bringing Augmented Reality to Mobile Phones Anders Henrysson Department of Science and Technology Linköpings universitet Norrköping 2007

More information

Effective Interface Design Using Face Detection for Augmented Reality Interaction of Smart Phone

Effective Interface Design Using Face Detection for Augmented Reality Interaction of Smart Phone Effective Interface Design Using Face Detection for Augmented Reality Interaction of Smart Phone Young Jae Lee Dept. of Multimedia, Jeonju University #45, Backma-Gil, Wansan-Gu,Jeonju, Jeonbul, 560-759,

More information

Virtual Fitting by Single-shot Body Shape Estimation

Virtual Fitting by Single-shot Body Shape Estimation Virtual Fitting by Single-shot Body Shape Estimation Masahiro Sekine* 1 Kaoru Sugita 1 Frank Perbet 2 Björn Stenger 2 Masashi Nishiyama 1 1 Corporate Research & Development Center, Toshiba Corporation,

More information

Microsoft Publisher 2010 What s New!

Microsoft Publisher 2010 What s New! Microsoft Publisher 2010 What s New! INTRODUCTION Microsoft Publisher 2010 is a desktop publishing program used to create professional looking publications and communication materials for print. A new

More information

Fixplot Instruction Manual. (data plotting program)

Fixplot Instruction Manual. (data plotting program) Fixplot Instruction Manual (data plotting program) MANUAL VERSION2 2004 1 1. Introduction The Fixplot program is a component program of Eyenal that allows the user to plot eye position data collected with

More information

Unit A451: Computer systems and programming. Section 2: Computing Hardware 4/5: Input and Output Devices

Unit A451: Computer systems and programming. Section 2: Computing Hardware 4/5: Input and Output Devices Unit A451: Computer systems and programming Section 2: Computing Hardware 4/5: Input and Output Devices Input and Output devices Candidates should be able to: (a) understand the need for input and output

More information

A Comparison of Real and Virtual 3D Construction Tools with Novice Users

A Comparison of Real and Virtual 3D Construction Tools with Novice Users A Comparison of Real and Virtual 3D Construction Tools with Novice Users Hooman Baradaran, Wolfgang Stuerzlinger Interactive Systems Research Group Department of Computer Science York University Toronto,

More information

SMART MAINTENANCE. An Augmented Reality Platform for Training and Field Operations in the Manufacturing Industry. Graziano Terenzi, Giuseppe Basile

SMART MAINTENANCE. An Augmented Reality Platform for Training and Field Operations in the Manufacturing Industry. Graziano Terenzi, Giuseppe Basile SMART MAINTENANCE An Augmented Reality Platform for Training and Field Operations in the Manufacturing Industry Graziano Terenzi, Giuseppe Basile Inglobe Technologies Srl 1 SMART MAINTENANCE An Augmented

More information

3D Scanner using Line Laser. 1. Introduction. 2. Theory

3D Scanner using Line Laser. 1. Introduction. 2. Theory . Introduction 3D Scanner using Line Laser Di Lu Electrical, Computer, and Systems Engineering Rensselaer Polytechnic Institute The goal of 3D reconstruction is to recover the 3D properties of a geometric

More information

Mouse Control using a Web Camera based on Colour Detection

Mouse Control using a Web Camera based on Colour Detection Mouse Control using a Web Camera based on Colour Detection Abhik Banerjee 1, Abhirup Ghosh 2, Koustuvmoni Bharadwaj 3, Hemanta Saikia 4 1, 2, 3, 4 Department of Electronics & Communication Engineering,

More information

AR-media TUTORIALS OCCLUDERS. (May, 2011)

AR-media TUTORIALS OCCLUDERS. (May, 2011) AR-media TUTORIALS OCCLUDERS (May, 2011) Copyright Copyright 2008/2011 Inglobe Technologies S.r.l. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in

More information

E70 Rear-view Camera (RFK)

E70 Rear-view Camera (RFK) Table of Contents (RFK) Subject Page Introduction..................................................3 Rear-view Camera..............................................3 Input/Output...................................................4

More information

Blender 3D Animation

Blender 3D Animation Bachelor Maths/Physics/Computer Science University Paris-Sud Digital Imaging Course Blender 3D Animation Christian Jacquemin Introduction to Computer Animation Animation Basics animation consists in changing

More information

Intro to 3D Animation Using Blender

Intro to 3D Animation Using Blender Intro to 3D Animation Using Blender Class Instructor: Anthony Weathersby Class Objectives A primer in the areas of 3D modeling and materials An introduction to Blender and Blender s toolset Course Introduction

More information

Differentiation of 3D scanners and their positioning method when applied to pipeline integrity

Differentiation of 3D scanners and their positioning method when applied to pipeline integrity 11th European Conference on Non-Destructive Testing (ECNDT 2014), October 6-10, 2014, Prague, Czech Republic More Info at Open Access Database www.ndt.net/?id=16317 Differentiation of 3D scanners and their

More information

Chapter 1. Creating Sketches in. the Sketch Mode-I. Evaluation chapter. Logon to www.cadcim.com for more details. Learning Objectives

Chapter 1. Creating Sketches in. the Sketch Mode-I. Evaluation chapter. Logon to www.cadcim.com for more details. Learning Objectives Chapter 1 Creating Sketches in Learning Objectives the Sketch Mode-I After completing this chapter you will be able to: Use various tools to create a geometry. Dimension a sketch. Apply constraints to

More information

COMPACT GUIDE. Camera-Integrated Motion Analysis

COMPACT GUIDE. Camera-Integrated Motion Analysis EN 05/13 COMPACT GUIDE Camera-Integrated Motion Analysis Detect the movement of people and objects Filter according to directions of movement Fast, simple configuration Reliable results, even in the event

More information

3D U ser I t er aces and Augmented Reality

3D U ser I t er aces and Augmented Reality 3D User Interfaces and Augmented Reality Applications Mechanical CAD 3D Animation Virtual Environments Scientific Visualization Mechanical CAD Component design Assembly testingti Mechanical properties

More information

Microsoft Office PowerPoint 2013

Microsoft Office PowerPoint 2013 Microsoft Office PowerPoint 2013 Navigating the PowerPoint 2013 Environment The Ribbon: The ribbon is where you will access a majority of the commands you will use to create and develop your presentation.

More information

STMicroelectronics is pleased to present the. SENSational. Attend a FREE One-Day Technical Seminar Near YOU!

STMicroelectronics is pleased to present the. SENSational. Attend a FREE One-Day Technical Seminar Near YOU! SENSational STMicroelectronics is pleased to present the SENSational Seminar Attend a FREE One-Day Technical Seminar Near YOU! Seminar Sensors and the Internet of Things are changing the way we interact

More information

AR-media Plugin v2.3. for Autodesk 3ds Max. QUICK START GUIDE (September, 2013)

AR-media Plugin v2.3. for Autodesk 3ds Max. QUICK START GUIDE (September, 2013) QUICK START GUIDE (September, 2013) Inglobe Technologies 2008/2013 Copyright Copyright 2008/2013 Inglobe Technologies S.r.l. All rights reserved. No part of this publication may be reproduced, transmitted,

More information

Quick installation guide for the Vista Quantum QNVR Network Video Recorder

Quick installation guide for the Vista Quantum QNVR Network Video Recorder QNVR range Quick Instalation guide Quick installation guide for the Vista Quantum QNVR Network Video Recorder Full manual found on the CD supplied with the NVR Contents SCOPE OF USE... 3 1. FRONT PANEL

More information

One-Way Pseudo Transparent Display

One-Way Pseudo Transparent Display One-Way Pseudo Transparent Display Andy Wu GVU Center Georgia Institute of Technology TSRB, 85 5th St. NW Atlanta, GA 30332 andywu@gatech.edu Ali Mazalek GVU Center Georgia Institute of Technology TSRB,

More information

Creating a Poster in Powerpoint

Creating a Poster in Powerpoint Creating a Poster in Powerpoint January 2013 Contents 1. Starting Powerpoint 2. Setting Size and Orientation 3. Display a Grid 5. Apply a background 7. Add text to your poster 9. Add WordArt to your poster

More information

Microsoft PowerPoint 2010 Handout

Microsoft PowerPoint 2010 Handout Microsoft PowerPoint 2010 Handout PowerPoint is a presentation software program that is part of the Microsoft Office package. This program helps you to enhance your oral presentation and keep the audience

More information

How To Run A Factory I/O On A Microsoft Gpu 2.5 (Sdk) On A Computer Or Microsoft Powerbook 2.3 (Powerpoint) On An Android Computer Or Macbook 2 (Powerstation) On

How To Run A Factory I/O On A Microsoft Gpu 2.5 (Sdk) On A Computer Or Microsoft Powerbook 2.3 (Powerpoint) On An Android Computer Or Macbook 2 (Powerstation) On User Guide November 19, 2014 Contents 3 Welcome 3 What Is FACTORY I/O 3 How Does It Work 4 I/O Drivers: Connecting To External Technologies 5 System Requirements 6 Run Mode And Edit Mode 7 Controls 8 Cameras

More information

Kinect Interface to Play Computer Games with Movement

Kinect Interface to Play Computer Games with Movement Kinect Interface to Play Computer Games with Movement Program Install and Hardware Setup Needed hardware and software to use the Kinect to play computer games. Hardware: Computer running Windows 7 or 8

More information

Basic Principles of Inertial Navigation. Seminar on inertial navigation systems Tampere University of Technology

Basic Principles of Inertial Navigation. Seminar on inertial navigation systems Tampere University of Technology Basic Principles of Inertial Navigation Seminar on inertial navigation systems Tampere University of Technology 1 The five basic forms of navigation Pilotage, which essentially relies on recognizing landmarks

More information

Fireworks CS4 Tutorial Part 1: Intro

Fireworks CS4 Tutorial Part 1: Intro Fireworks CS4 Tutorial Part 1: Intro This Adobe Fireworks CS4 Tutorial will help you familiarize yourself with this image editing software and help you create a layout for a website. Fireworks CS4 is the

More information

Barcode Based Automated Parking Management System

Barcode Based Automated Parking Management System IJSRD - International Journal for Scientific Research & Development Vol. 2, Issue 03, 2014 ISSN (online): 2321-0613 Barcode Based Automated Parking Management System Parth Rajeshbhai Zalawadia 1 Jasmin

More information

GANTRY ROBOTIC CELL FOR AUTOMATIC STORAGE AND RETREIVAL SYSTEM

GANTRY ROBOTIC CELL FOR AUTOMATIC STORAGE AND RETREIVAL SYSTEM Advances in Production Engineering & Management 4 (2009) 4, 255-262 ISSN 1854-6250 Technical paper GANTRY ROBOTIC CELL FOR AUTOMATIC STORAGE AND RETREIVAL SYSTEM Ata, A., A.*; Elaryan, M.**; Gemaee, M.**;

More information

Excel 2007 Basic knowledge

Excel 2007 Basic knowledge Ribbon menu The Ribbon menu system with tabs for various Excel commands. This Ribbon system replaces the traditional menus used with Excel 2003. Above the Ribbon in the upper-left corner is the Microsoft

More information

SketchUp Instructions

SketchUp Instructions SketchUp Instructions Every architect needs to know how to use SketchUp! SketchUp is free from Google just Google it and download to your computer. You can do just about anything with it, but it is especially

More information

Augmented Reality Application for Live Transform over Cloud

Augmented Reality Application for Live Transform over Cloud International Journal of Research in Information Technology (IJRIT) www.ijrit.com ISSN 2001-5569 Augmented Reality Application for Live Transform over Cloud Mr. Udaykumar N Tippa 1 Dr. Sujata Terdal 2

More information

Sharing Presentations, Documents, and Whiteboards

Sharing Presentations, Documents, and Whiteboards Chapter 19 19 Sharing Presentations, Documents, and Whiteboards Your user role in an event determines your level of sharing. Whichever role you take, the following table describes the basic tasks associated

More information

Creating an invitation

Creating an invitation Creating an invitation Michaela Maginot About the author Michaela Maginot lives in Unterhaching, Germany, not too far from Munich. She graduated from the Deutschen Meisterschule für Mode (German Master

More information

CREATING A 3D VISUALISATION OF YOUR PLANS IN PLANSXPRESS AND CORTONA VRML CLIENT

CREATING A 3D VISUALISATION OF YOUR PLANS IN PLANSXPRESS AND CORTONA VRML CLIENT CREATING A 3D VISUALISATION OF YOUR PLANS IN PLANSXPRESS AND CORTONA VRML CLIENT 20-25 Minutes This topic is for users of PlansXpress Total Toolkit Edition. To upgrade to PlansXpress Total Toolkit, call

More information

SMART Board Training Packet. Notebook Software 10.0

SMART Board Training Packet. Notebook Software 10.0 SMART Board Training Packet Notebook Software 10.0 Chris de Treville Chris.deTreville@avispl.com 6301 Benjamin Road Suite 101 Tampa, FL 33634 p: 813.884.7168 f: 813.882.9508 SMART Board Welcome Center

More information

ANDROID TRAINING COURSE MODULES. Module-I: Introduction to Android. Introducing Android. Installing Development Tools. Using the Emulator.

ANDROID TRAINING COURSE MODULES. Module-I: Introduction to Android. Introducing Android. Installing Development Tools. Using the Emulator. ANDROID TRAINING COURSE MODULES Module-I: Introduction to Android Introducing Android. Installing Development Tools. Using the Emulator. Android developer tools. Eclipse, IDEs and Tools. Module-II: Introduction

More information

Create a Poster Using Publisher

Create a Poster Using Publisher Contents 1. Introduction 1. Starting Publisher 2. Create a Poster Template 5. Aligning your images and text 7. Apply a background 12. Add text to your poster 14. Add pictures to your poster 17. Add graphs

More information

Computer Aided Liver Surgery Planning Based on Augmented Reality Techniques

Computer Aided Liver Surgery Planning Based on Augmented Reality Techniques Computer Aided Liver Surgery Planning Based on Augmented Reality Techniques Alexander Bornik 1, Reinhard Beichel 1, Bernhard Reitinger 1, Georg Gotschuli 2, Erich Sorantin 2, Franz Leberl 1 and Milan Sonka

More information

Lenovo Miix 2 8. User Guide. Read the safety notices and important tips in the included manuals before using your computer.

Lenovo Miix 2 8. User Guide. Read the safety notices and important tips in the included manuals before using your computer. Lenovo Miix 2 8 User Guide Read the safety notices and important tips in the included manuals before using your computer. Notes Before using the product, be sure to read Lenovo Safety and General Information

More information

CREATE A 3D MOVIE IN DIRECTOR

CREATE A 3D MOVIE IN DIRECTOR CREATE A 3D MOVIE IN DIRECTOR 2 Building Your First 3D Movie in Director Welcome to the 3D tutorial for Adobe Director. Director includes the option to create three-dimensional (3D) images, text, and animations.

More information

Application of Augmented Reality to Industrial Tele-Training

Application of Augmented Reality to Industrial Tele-Training Application of Augmented Reality to Industrial Tele-Training Pierre Boulanger Department of Computing Science, University of Alberta, Alberta PierreB@cs.ualberta.ca Abstract Augmented Reality (AR) is a

More information

Quick Start Guide. U.S. Cellular Customer Service: 1-888-944-9400

Quick Start Guide. U.S. Cellular Customer Service: 1-888-944-9400 Quick Start Guide U.S. Cellular Customer Service: 1-888-944-9400 Getting to Know Your Tablet Microphone Camera Lens Infrared Sensor Power/Lock Key Volume Up/Down Keys Touch Screen Micro USB Charging Port

More information

Android /IOS Smart Phone Installation Manual

Android /IOS Smart Phone Installation Manual Android /IOS Smart Phone Installation Manual Install IP Camera Install Mobile Phone App Technaxx Security Software Register an Account Add Cameras under this account IP Network Camera Installation Procedure

More information

A new Optical Tracking System for Virtual and Augmented Reality Applications

A new Optical Tracking System for Virtual and Augmented Reality Applications IEEE Instrumentation and Measurement Technology Conference Budapest, Hungary, May 21 23, 2001 A new Optical Tracking System for Virtual and Augmented Reality Applications Miguel Ribo VRVis Competence Center

More information

Interactive Voting System. www.ivsystem.nl. IVS-Basic IVS-Professional 4.4

Interactive Voting System. www.ivsystem.nl. IVS-Basic IVS-Professional 4.4 Interactive Voting System www.ivsystem.nl IVS-Basic IVS-Professional 4.4 Manual IVS-Basic 4.4 IVS-Professional 4.4 1213 Interactive Voting System The Interactive Voting System (IVS ) is an interactive

More information

Microsoft Word 2010. Quick Reference Guide. Union Institute & University

Microsoft Word 2010. Quick Reference Guide. Union Institute & University Microsoft Word 2010 Quick Reference Guide Union Institute & University Contents Using Word Help (F1)... 4 Window Contents:... 4 File tab... 4 Quick Access Toolbar... 5 Backstage View... 5 The Ribbon...

More information

Interactive Cards A game system in Augmented Reality

Interactive Cards A game system in Augmented Reality Interactive Cards A game system in Augmented Reality João Alexandre Coelho Ferreira, Instituto Superior Técnico Abstract: Augmented Reality can be used on innumerous topics, but the point of this work

More information

A Review of Security System for Smart Home Applications

A Review of Security System for Smart Home Applications Journal of Computer Science 8 (7): 1165-1170, 2012 ISSN 1549-3636 2012 Science Publications A Review of Security System for Smart Home Applications Mohammad Syuhaimi Ab-Rahman and Mohd Ariff Razaly Department

More information

Creating an invitation

Creating an invitation Creating an invitation Michaela Maginot Concept and design Invitation complete with gift box, card, and transparent envelope. For more options, please visit www.corel.com/design collection. The goal was

More information

Update date: 2015-08-31

Update date: 2015-08-31 Intelligent network camera APP and PC software User manual Update date: 2015-08-31 This manual applies to Product firmware version:13.0.0.53 Android COT Pro version:v8.3 IOS COT Pro version:v8.2 CMS Client

More information

Pictorial User s Guide

Pictorial User s Guide S-T IMAGING Pictorial User s Guide Copyright 2008 ST Imaging, Inc. a division of Digital Check Corp. All Rights Reserved. Table of Contents Getting Started... 1 Adjust for Viewing...1 Loading Microfilm...2

More information

User Guide Installing the 3D Studio plug-ins

User Guide Installing the 3D Studio plug-ins Prev Menu Next Back p. 1 Life Forms & 3D Studio Max User Guide Installing the 3D Studio plug-ins Plug-ins for importing and exporting 3DS files are automatically installed with Life Forms. However, if

More information

Revision history: New comments added to: m)! Universal Driver

Revision history: New comments added to: m)! Universal Driver Revision history: 1.0! 17/07/2006! Initial draft 1.1! 18/07/2006! Added screen shot for picture slides. 1.2! 07/09/2006! New features added: s)! Support for QuickTime VR movies. t)! Support for PDF files

More information

Using Microsoft Word. Working With Objects

Using Microsoft Word. Working With Objects Using Microsoft Word Many Word documents will require elements that were created in programs other than Word, such as the picture to the right. Nontext elements in a document are referred to as Objects

More information

Microsoft PowerPoint 2010 Computer Jeopardy Tutorial

Microsoft PowerPoint 2010 Computer Jeopardy Tutorial Microsoft PowerPoint 2010 Computer Jeopardy Tutorial 1. Open up Microsoft PowerPoint 2010. 2. Before you begin, save your file to your H drive. Click File > Save As. Under the header that says Organize

More information

Intermediate Tutorials Modeling - Trees. 3d studio max. 3d studio max. Tree Modeling. 1.2206 2006 Matthew D'Onofrio Page 1 of 12

Intermediate Tutorials Modeling - Trees. 3d studio max. 3d studio max. Tree Modeling. 1.2206 2006 Matthew D'Onofrio Page 1 of 12 3d studio max Tree Modeling Techniques and Principles 1.2206 2006 Matthew D'Onofrio Page 1 of 12 Modeling Trees Tree Modeling Techniques and Principles The era of sprites and cylinders-for-trunks has passed

More information

Introduction to Smart Board. Table of Contents. Connection Basics 3. Using the Board (Basics) 4. The Floating Tools Toolbar 5-6

Introduction to Smart Board. Table of Contents. Connection Basics 3. Using the Board (Basics) 4. The Floating Tools Toolbar 5-6 Introduction to Smart Board Table of Contents Overview 2 Connection Basics 3 Using the Board (Basics) 4 The Floating Tools Toolbar 5-6 The Smartboard Smart Tool Buttons Collecting and Sharing Content with

More information

Adding Animation With Cinema 4D XL

Adding Animation With Cinema 4D XL Step-by-Step Adding Animation With Cinema 4D XL This Step-by-Step Card covers the basics of using the animation features of Cinema 4D XL. Note: Before you start this Step-by-Step Card, you need to have

More information

Introduction to the TI-Nspire CX

Introduction to the TI-Nspire CX Introduction to the TI-Nspire CX Activity Overview: In this activity, you will become familiar with the layout of the TI-Nspire CX. Step 1: Locate the Touchpad. The Touchpad is used to navigate the cursor

More information

Golfshot : Golf GPS User Guide

Golfshot : Golf GPS User Guide Golfshot : Golf GPS User Guide Version 3.0 Scorecard Version 3.0 QUICK TIPS: New in 3.0: Track Menu Track Menu Press the Golf Ball icon in the upper left corner to peel back the Track Menu. Here you can

More information

High speed 3D capture for Configuration Management DOE SBIR Phase II Paul Banks Paul.banks@tetravue.com

High speed 3D capture for Configuration Management DOE SBIR Phase II Paul Banks Paul.banks@tetravue.com High speed 3D capture for Configuration Management DOE SBIR Phase II Paul Banks Paul.banks@tetravue.com Advanced Methods for Manufacturing Workshop September 29, 2015 1 TetraVue does high resolution 3D

More information

Help. Contents Back >>

Help. Contents Back >> Contents Back >> Customizing Opening the Control Panel Control Panel Features Tabs Control Panel Lists Control Panel Buttons Customizing Your Tools Pen and Airbrush Tabs 2D Mouse and 4D Mouse Tabs Customizing

More information