CLOUD DIGITISER 2014!

Size: px
Start display at page:

Download "CLOUD DIGITISER 2014!"

Transcription

1 CLOUD DIGITISER 2014 Interactive measurements of point cloud sequences July 2014 Cloud Digitiser Manual 1

2 CLOUD DIGITISER Interactive measurement of point clouds Bill Sellers July 2014 Introduction Photogrammetric reconstruction of video clips produces a folder with sequentially numbered.ply files containing the reconstructed point clouds. However these are uncalibrated both in terms of orientation and also scale. Typically these clouds will need to be oriented and scaled to match some desired coordinate system. Once this has been completed, it is generally useful to be able to measure features visible in the point clouds and to produce series of position data as objects move. Cloud Digitiser is a program written to assist these activities. Installation The installation method depends on the platform. On a Mac, you simply double click the supplied.dmg file and drag the application icon into the Applications folder (or elsewhere if preferred) on your hard disk. On Windows, you need to uncompress the.zip file into a folder and drag this folder to a convenient location on your hard drive. All the files within the folder must be present for the application to work. On Linux you will need to compile the application from source using the Qt system. Once installed, you can run the application by double-clicking its icon. Basic Operation The program allows you to select a ply file and will display it on a set of 4 panes representing views from the X, Y and Z directions. The 4th view is a user specified orientation. The program provides a series of tools that let you re-orient and scale the 3D file and once you are happy with this, it allows you to write out the 4x4 homogenous matrix that represents the final transformation that you have performed. Once this matrix is stored in a file, you can use the batch mode to apply this transformation to all the ply files in a folder. You can also generate the matrix externally if the tools available are not suitable. The program also allows you to take measurements on point cloud data and will automatically save all measurements made since it was started. These can be saved as a text file for use elsewhere. Cloud Digitiser Manual 2

3 Main Window Figure 1. Main Window showing the controls and menus available. Interaction with the window contents is primarily by a series of buttons at the top of the window. Their functions are as follows: Select Point tool. Selects points within a user specified radius of the location clicked in any pane. Select Line tool. Selects points within a user specified radius of the line drawn in any pane. A click with no drag deselects all points. Select Rectangle tool. Selects points within a rectangle drawn in any pane. A click with no drag deselects all points. Drag tool. When selected, it allows the contents of the window panes to be dragged and rotated. This affects the view not the model. Nudge tool. When selected the x, y and z keys cause a small rotation about the X, Y and Z axes. If the shift key is pressed then the direction of rotation is reversed. The model is affected. Cloud Digitiser Manual 3

4 Fit Point tool. Fits a point to the selected points in the views. Generates a point. Fit Line tool. Fits a line to the selected points in the views. Generates a point and a direction vector. Fit Plane tool. Fits a plane to the selected points in the views. Generates a point and a normal vector. Left Arrow tool. Opens the ply file alphabetically previous to the current one in the same folder. Right Arrow tool. Opens the ply file alphabetically subsequent to the current one in the same folder Best Fit tool. Moves the view point so that the whole model is visible in all the window pains. Cloud Digitiser Manual 4

5 There are also a series of menus that allow other functions. Preferences Activates the preferences dialog box. Quit CloudDigitiser Quits the program. Cloud Digitiser Manual 5

6 Open PLY File Allows the user to choose the ply file to open. Apply Transformation Matrix Allows the user to apply a transformation matrix that has previously been stored in a file on disk. The format is simply 16 floating point numbers separated by whitespace representing the homogeneous transformation array. Save As New PLY File Save the currently open ply file as a new file including any transformations that have been applied. Save Transformation Matrix Save the current transformation matrix Save Measurements Save the text file containing all the measurements since the program was started. Cloud Digitiser Manual 6

7 Rotate to X Rotate the model so that the currently fitted vector is oriented along the X axis. A line or plane must have been fitted to provide the vector. Rotate to Y Rotate the model so that the currently fitted vector is oriented along the Y axis. A line or plane must have been fitted to provide the vector. Rotate to Z Rotate the model so that the currently fitted vector is oriented along the Z axis. A line or plane must have been fitted to provide the vector. Rotate to X about Z Rotate the model around the Z axis so that the currently fitted vector is oriented as closely to the X axis as possible. A line or plane must have been fitted to provide the vector. Rotate to Y about Z Rotate the model around the Z axis so that the currently fitted vector is oriented as closely to the Y axis as possible. A line or plane must have been fitted to provide the vector. Cloud Digitiser Manual 7

8 Rotate to Z about X Rotate the model around the X axis so that the currently fitted vector is oriented as closely to the Z axis as possible. A line or plane must have been fitted to provide the vector. Rotate 180 about X Rotate the model 180 around the X axis. Rotate 180 about Y Rotate the model 180 around the Y axis. Rotate 180 about Z Rotate the model 180 around the Z axis. Set Origin Sets the model's origin to be the currently fitted point. A point, line or plane must have been previously fitted. Calibrate Point Activate the calibration dialog box. Cloud Digitiser Manual 8

9 Batch Transform Activate the batch transform dialog box. Measurements At (almost) any point when there is a model loaded and none of the dialog boxes are visible, the keyboard can be used to make measurements. This is done by positioning the mouse over the point desired and pressing any letter or digit key. When the key is pressed a point is calculated from the mean of the points within a user specified radius of the clicked point. This point is labelled on the model using the letter of number, and stored in the measurements file associated with the filename of the current ply file. Thus a maximum of 36 measurements can be taken from each ply file. The ply file itself is not altered. If you want to delete a particular measurement then shift-click the letter. The measurements file starts with a number that specifies the number of ply files measured. Then each ply file starts with the pathname on a separate line, followed by the number of measurements taken on that ply file. Each measurement starts with the single character for that measurement followed by the x, y and z coordinates. This should be fairly straightforward to parse in Matlab, R or whatever analysis package you use. Cloud Digitiser Manual 9

10 You can rapidly step through a series of ply files in a folder using the left and right cursor keys or the left and right tool buttons. If you take no measurements on a file, then it will still create a section but it will contain no measurements. Preferences Dialog This dialog allows the basic options to be set. Use pixels for selection sphere If checked, the selection sphere radius is in screen pixels. If unchecked the selection sphere radius is in the current model coordinates (which may be uncalibrated). Cloud Digitiser Manual 10

11 Load previous file at startup If desired the program can automatically load the last file that was opened in the previous session. Selection sphere radius Point and line selections select all points within a certain radius of the screen selected region. It is specified her and the units depends on the selection sphere units chosen above. Camera distance CloudDigitiser uses a parallel projection so camera distance does not affect the shape of the image. However this distance is used for clipping and for Z-buffering so it should be big enough but not to big. 10 time the likely model size if often a good number. Maximum display points Cloud digitiser will load all the points in the ply file into memory. However it will only display a uniform subsample. If performance appears slow then it may be useful to reduce this. Nudge angle (degrees) The angles the nudge buttons move the model by for each key press. Colours Sets the colours of the user interface elements. Cloud Digitiser Manual 11

12 World Calibration Dialog This dialog allows the scale of the model to be changed. The values in Model are the X, Y, Z coordinates of the last fitted point. When OK is clicked, the program will calculate the scale factor(s) necessary to scale from this X, Y, Z position to the world X, Y, Z position that should be specified by the user. If Uniform Scale is selected then only a single scale factor is applied uniformly to all 3 axes. It is calculated using the largest World/Model scale factor so in this case it would be 1/ The sign of the scale factor is ignored. If a scale factor has been calcuated externally - perhaps from the separation of the cameras - then this value can be put in the Fixed Scale box and the Fixed Scale checkbox selected. In this case, all other settings are ignored. Cloud Digitiser Manual 12

13 Batch Process Dialog This is the front end for applying a transformation matrix to all the ply files in a folder. You specify the Source Folder that contains the untransformed ply files; the Destination Folder that probably should be empty because any name clashes will lead to files being overwritten; and the Transformation File which is a text file containing the homogeneous transformation matrix as a series of 16 floating point numbers. WARNING: this procedure can take an appreciable amount of time and the program currently does not allow any interaction one it has been started. Also this program will overwrite files in the Destination Folder if their names match. Suggested Workflow Here is the suggested workflow to take measurements from a series of ply files stored in a folder. 1. Open one of the original ply files. It will display in an arbitrary orientation and origin. 2. Select something to represent the up direction. This can be a vertical line, a set of points arranged vertically, or a horizontal plane (because the normal will be vertical). 3. Fit a line or a plane to the points as required to generate a suitable vertical vector. 4. Use the Rotate to Z menu option to rotate the model so that the fitted line is vertical. 5. If it makes sense you can now define one of the other directions by selecting points, a line or a plane. Use the Rotate to X about Z or Rotate to Y about Z menu options to orient this additional direction. Generally speaking you should only specify one additional direction since this will automatically define the missing axis. Cloud Digitiser Manual 13

14 6. You model may now be upside down. Use Rotate 180 about X or Rotate 180 about Y to fix this. 7. Select a point to define the origin of the model. 8. Fit a point to the selected point. 9. Use the Set Origin menu to define the origin. 10. Select a point of known world coordinates on the model. 11. Fit a point to the selected point. 12. Use the Calibrate Point menu option to pop up the World Calibration Dialog. Type the coordinates of the know point into the World section and make sure that Uniform Scale is checked and that Fixed Scale is not checked.if the scale factor is known externally - perhaps from the camera positions extracted from the bundle file - then instead of 10 and 11, just check the Fixed Scale box and type in the known scale factor. Click OK. 13. You can now save the transformation matrix using the Save Transformation Matrix menu option. 14. Create an empty folder to store all the new ply files you are going to create. 15. Use the Batch Transform menu option to pop up the Batch Process Dialog. Set the Source Folder to the folder containing all the raw ply files, set the Destination Folder to the newly created empty folder, set the Click OK. to the newly created transformation file. 16. Click OK and go and make a cup of tea. It will take several minutes to process all those ply files. Potentially several hours if you have a lot of them or they are very large. 17. Select the New Measurements menu item. This is because the measurements file contains every file you have opened since you started the program and this will include the raw ply file that you probably do not want to include in the measurements file. 18. Open the first transformed ply file in the new folder. 19. Move the mouse over the positions you want to measure. Click a letter or number key for each point you want to measure. You need to decide in advance how the characters will code for the measurements that you want and you need to be consistent. If you press a character more than once, then the last position is the one saved. You can also shift-click to delete measurement points. This makes correcting mistakes easy. Measurements are also automatically copied into the clipboard for easy pasting into other programs: handy if you only want a few measurements. Cloud Digitiser Manual 14

15 20. Once you have all the measurements you want for a ply file, open the next one using either the Open PLY File menu option, the left and right cursor keys, or the left and right tool buttons. You can go back to a file you have already measure and add or change existing measurements there. 21. Periodically (and before you quit) make sure you save the measurement file using Save Measurements. This is an XML text file with an obvious structure that is suitable for reading into your favourite analysis package. Both R and Matlab habe XML reading facilities, or you can read it into Excel and export as CSV if you prefer. Cloud Digitiser Manual 15

1 ImageBrowser Software User Guide

1 ImageBrowser Software User Guide 1 ImageBrowser Software User Guide Table of Contents (1/2) Chapter 1 Try It! ImageBrowser Chapter 2 What is ImageBrowser? Chapter 3 Starting ImageBrowser... 4 Downloading Images to Your Computer... 9 Printing

More information

Appendix A How to create a data-sharing lab

Appendix A How to create a data-sharing lab Appendix A How to create a data-sharing lab Creating a lab involves completing five major steps: creating lists, then graphs, then the page for lab instructions, then adding forms to the lab instructions,

More information

DinoXcope User Manual

DinoXcope User Manual DinoXcope User Manual Contents 1 System Requirements 1 Installation 2 Adding a time stamp to the live view 3 Capturing an image 4 Creating a real time movie 5 Creating a time-lapse movie 6 Drawing on an

More information

1 ImageBrowser Software Guide

1 ImageBrowser Software Guide 1 ImageBrowser Software Guide Table of Contents (1/2) Chapter 1 Try It! ImageBrowser Starting ImageBrowser -------------------------------------------------- 4 Importing Images to Your Computer ---------------------------------

More information

Generative Drafting. Page 1 1997 2001 DASSAULT SYSTEMES. IBM Product Lifecycle Management Solutions / Dassault Systemes

Generative Drafting. Page 1 1997 2001 DASSAULT SYSTEMES. IBM Product Lifecycle Management Solutions / Dassault Systemes Generative Drafting Page 1 Tutorial Objectives Description This Tutorial is an introduction to Generative Drafting. Message To show how CATIA V5 allows the user to automatically generate associative drafting

More information

A. OPENING POINT CLOUDS. (Notepad++ Text editor) (Cloud Compare Point cloud and mesh editor) (MeshLab Point cloud and mesh editor)

A. OPENING POINT CLOUDS. (Notepad++ Text editor) (Cloud Compare Point cloud and mesh editor) (MeshLab Point cloud and mesh editor) MeshLAB tutorial 1 A. OPENING POINT CLOUDS (Notepad++ Text editor) (Cloud Compare Point cloud and mesh editor) (MeshLab Point cloud and mesh editor) 2 OPENING POINT CLOUDS IN NOTEPAD ++ Let us understand

More information

AODA Mouse Pointer Visibility

AODA Mouse Pointer Visibility AODA Mouse Pointer Visibility Mouse Pointer Visibility Helpful if you have trouble viewing the mouse pointer. Microsoft Windows based computers. Windows XP Find the pointer 1. Click the Start button or

More information

Understand the Sketcher workbench of CATIA V5.

Understand the Sketcher workbench of CATIA V5. Chapter 1 Drawing Sketches in Learning Objectives the Sketcher Workbench-I After completing this chapter you will be able to: Understand the Sketcher workbench of CATIA V5. Start a new file in the Part

More information

Canterbury Maps Quick Start - Drawing and Printing Tools

Canterbury Maps Quick Start - Drawing and Printing Tools Canterbury Maps Canterbury Maps Quick Start - Drawing and Printing Tools Quick Start Guide Standard GIS Viewer 2 Canterbury Maps Quick Start - Drawing and Printing Tools Introduction This document will

More information

Kaspersky Password Manager USER GUIDE

Kaspersky Password Manager USER GUIDE Kaspersky Password Manager USER GUIDE Dear User! Thank you for choosing our product. We hope that this documentation helps you in your work and provides answers you may need. Any type of reproduction or

More information

MS Word 2007. Microsoft Outlook 2010 Mailbox Maintenance

MS Word 2007. Microsoft Outlook 2010 Mailbox Maintenance MS Word 2007 Microsoft Outlook 2010 Mailbox Maintenance INTRODUCTION... 1 Understanding the MS Outlook Mailbox... 1 BASIC MAILBOX MAINTENANCE... 1 Mailbox Cleanup... 1 Check Your Mailbox Size... 1 AutoDelete

More information

Solar-Generation Data Visualization Software Festa Operation Manual

Solar-Generation Data Visualization Software Festa Operation Manual Solar-Generation Data Visualization Software Festa Operation Manual Please be advised that this operation manual is subject to change without notice. FL-003 CONTENTS INTRODUCTION Chapter1: Basic Operations

More information

Creating Hyperlinks & Buttons InDesign CS6

Creating Hyperlinks & Buttons InDesign CS6 Creating Hyperlinks & Buttons Adobe DPS, InDesign CS6 1 Creating Hyperlinks & Buttons InDesign CS6 Hyperlinks panel overview You can create hyperlinks so that when you export to Adobe PDF or SWF in InDesign,

More information

Operating Instructions (For Document Manager and Document Viewer)

Operating Instructions (For Document Manager and Document Viewer) Operating Instructions (For Document Manager and Document Viewer) Software Model No. DP-C262/C322 Editing Documents General Description System Requirements Document Management Menus Explanation Basic Operations

More information

Tutorial for Tracker and Supporting Software By David Chandler

Tutorial for Tracker and Supporting Software By David Chandler Tutorial for Tracker and Supporting Software By David Chandler I use a number of free, open source programs to do video analysis. 1. Avidemux, to exerpt the video clip, read the video properties, and save

More information

Plotting: Customizing the Graph

Plotting: Customizing the Graph Plotting: Customizing the Graph Data Plots: General Tips Making a Data Plot Active Within a graph layer, only one data plot can be active. A data plot must be set active before you can use the Data Selector

More information

MEDILINK ESI 2011+ (R2) How To: Use the Medilink Document Management System. Casey Pittman Developer - APS Medilink 2011/08/12

MEDILINK ESI 2011+ (R2) How To: Use the Medilink Document Management System. Casey Pittman Developer - APS Medilink 2011/08/12 How To: Use the Medilink Document Management System Casey Pittman Developer - APS Medilink 2011/08/12 Table Of Contents Table Of Contents... ii Introduction... 1 Getting Started... 1 1 Document Management

More information

KaleidaGraph Quick Start Guide

KaleidaGraph Quick Start Guide KaleidaGraph Quick Start Guide This document is a hands-on guide that walks you through the use of KaleidaGraph. You will probably want to print this guide and then start your exploration of the product.

More information

Design document Goal Technology Description

Design document Goal Technology Description Design document Goal OpenOrienteering Mapper is a program to draw orienteering maps. It helps both in the surveying and the following final drawing task. Support for course setting is not a priority because

More information

Creating Interactive PDF Forms

Creating Interactive PDF Forms Creating Interactive PDF Forms Using Adobe Acrobat X Pro Information Technology Services Outreach and Distance Learning Technologies Copyright 2012 KSU Department of Information Technology Services This

More information

Installation Windows Next Linux Mac Navigator Navigator Help Show Navigator at Startup PR Wizard New PR Campaign PR Manager

Installation Windows Next Linux Mac Navigator Navigator Help Show Navigator at Startup PR Wizard New PR Campaign PR Manager bluevizia PR Manager is a modern, easy-to-use software tool for the successful development and management of the internal and external communications of the company. Installation Windows Double-click with

More information

Outlook Email. Moving and deleting email. Moving emails

Outlook Email. Moving and deleting email. Moving emails Moving and deleting email Email is stored in a series of folders within your email account. To make it easier to find and manage important emails, you may wish to move them between folders. For less important

More information

GelAnalyzer 2010 User s manual. Contents

GelAnalyzer 2010 User s manual. Contents GelAnalyzer 2010 User s manual Contents 1. Starting GelAnalyzer... 2 2. The main window... 2 3. Create a new analysis... 2 4. The image window... 3 5. Lanes... 3 5.1 Detect lanes automatically... 3 5.2

More information

Bulk Image Downloader v3.0 User's Guide

Bulk Image Downloader v3.0 User's Guide Page 1 2010 Antibody Software Ltd www.antibody-software.com www.bulkimagedownloader.com Table of Contents...1 1. What is Bulk Image Downloader?...4 2. Bulk Image Downloader Applications...4 Bulk Image

More information

In-Class Lab Assignment

In-Class Lab Assignment In-Class Lab Assignment Prepared by Ms. Delores J. Reaves Please bring copy to class!!!!! Introduction to Windows (the Operating System) Understanding File Management F ile management is the process of

More information

Hotspot Image Connector Page Guide

Hotspot Image Connector Page Guide Contents Differences between Xerte and Xerte Online Toolkits usage...2 Connector pages...2 The Hotspot Image Connector page...2 Properties of the Hotspot Image Connector Page...3 Hotspot Properties...3

More information

2013 Getting Started Guide

2013 Getting Started Guide 2013 Getting Started Guide The contents of this guide and accompanying exercises were originally created by Nemetschek Vectorworks, Inc. Vectorworks Fundamentals Getting Started Guide Created using: Vectorworks

More information

Toolbars and Tabs in SMART Notebook Software

Toolbars and Tabs in SMART Notebook Software Toolbars and Tabs in SMART Notebook Software This quick reference introduces you to the toolbar, full screen toolbar and side tabs in SMART Notebook collaborative learning software. Toolbar The SMART Notebook

More information

Linkage 3.2. User s Guide

Linkage 3.2. User s Guide Linkage 3.2 User s Guide David Rector Wednesday, April 06, 2016 Table of Contents Table of Contents... 2 Installation... 3 Running the Linkage Program... 3 Simple Mechanism Tutorial... 5 Mouse Operations...

More information

MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS

MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS Last Edited: 2012-07-09 1 Access to Outlook contacts area... 4 Manage Outlook contacts view... 5 Change the view of Contacts area... 5 Business Cards view... 6

More information

JustClust User Manual

JustClust User Manual JustClust User Manual Contents 1. Installing JustClust 2. Running JustClust 3. Basic Usage of JustClust 3.1. Creating a Network 3.2. Clustering a Network 3.3. Applying a Layout 3.4. Saving and Loading

More information

Creating a Poster in PowerPoint 2010. A. Set Up Your Poster

Creating a Poster in PowerPoint 2010. A. Set Up Your Poster View the Best Practices in Poster Design located at http://www.emich.edu/training/poster before you begin creating a poster. Then in PowerPoint: (A) set up the poster size and orientation, (B) add and

More information

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 PLEASE NOTE: The contents of this publication, and any associated documentation provided to you, must not be disclosed to any third party without

More information

Files Used in this Tutorial

Files Used in this Tutorial Generate Point Clouds Tutorial This tutorial shows how to generate point clouds from IKONOS satellite stereo imagery. You will view the point clouds in the ENVI LiDAR Viewer. The estimated time to complete

More information

User Guide 14 November 2015 Copyright GMO-Z.com Forex HK Limited All rights reserved.

User Guide 14 November 2015 Copyright GMO-Z.com Forex HK Limited All rights reserved. User Guide 14 November 2015 Copyright GMO-Z.com Forex HK Limited All rights reserved. Table of Contents Section ONE: Layout I. General View II. Quotes List III. Chart Window Section TWO: Drawing Tools

More information

Database Studio is the new tool to administrate SAP MaxDB database instances as of version 7.5.

Database Studio is the new tool to administrate SAP MaxDB database instances as of version 7.5. 1 2 3 4 Database Studio is the new tool to administrate SAP MaxDB database instances as of version 7.5. It replaces the previous tools Database Manager GUI and SQL Studio from SAP MaxDB version 7.7 onwards

More information

Smart Sync. Computer Classroom Management Software. What is SMART Sync? Table of Contents

Smart Sync. Computer Classroom Management Software. What is SMART Sync? Table of Contents Smart Sync Computer Classroom Management Software What is SMART Sync? SMART Sync software helps instructors manage the computers in their classroom. SMART Sync keeps a student engaged and focused, and

More information

Information Technology Solutions

Information Technology Solutions Connecting People, Process Information & Data Network Systems Diagnostic Testing Information Technology Solutions Getting started in Workflow Designer Prior Learning 1. While it helps to have some knowledge

More information

Lightworks v12. Quick Start Guide

Lightworks v12. Quick Start Guide Lightworks v12 Quick Start Guide Lightworks v12 Copyright and Disclaimer Copyright 2014 by EditShare This document, as well as any software described in it, is furnished under either a license or a confidentiality

More information

Adobe Illustrator CS5 Part 1: Introduction to Illustrator

Adobe Illustrator CS5 Part 1: Introduction to Illustrator CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Adobe Illustrator CS5 Part 1: Introduction to Illustrator Summer 2011, Version 1.0 Table of Contents Introduction...2 Downloading

More information

PowerPoint 2007: Basics Learning Guide

PowerPoint 2007: Basics Learning Guide PowerPoint 2007: Basics Learning Guide What s a PowerPoint Slide? PowerPoint presentations are composed of slides, just like conventional presentations. Like a 35mm film-based slide, each PowerPoint slide

More information

owncloud Configuration and Usage Guide

owncloud Configuration and Usage Guide owncloud Configuration and Usage Guide This guide will assist you with configuring and using YSUʼs Cloud Data storage solution (owncloud). The setup instructions will include how to navigate the web interface,

More information

Windows Movie Maker 2 Video Task Guide

Windows Movie Maker 2 Video Task Guide Windows Movie Maker 2 Video Task Guide This guide will instruct you how to get video footage from a DV camcorder to your computer. It will also give basic instructions for trimming footage and adding transitions.

More information

Smart Connection 9 Element Labels

Smart Connection 9 Element Labels 08 Smart Connection 9 Element Labels This document is part of the documentation for Smart Connection 9 and is an extract from the former Smart Connection 9 User Guide for InDesign. For more information

More information

13 Managing Devices. Your computer is an assembly of many components from different manufacturers. LESSON OBJECTIVES

13 Managing Devices. Your computer is an assembly of many components from different manufacturers. LESSON OBJECTIVES LESSON 13 Managing Devices OBJECTIVES After completing this lesson, you will be able to: 1. Open System Properties. 2. Use Device Manager. 3. Understand hardware profiles. 4. Set performance options. Estimated

More information

QUICK START GUIDE EDI Claims Link for Windows version 3.1

QUICK START GUIDE EDI Claims Link for Windows version 3.1 QUICK START GUIDE EDI Claims Link for Windows version 3.1 System Requirements - Operating system: Windows 98 or later - Computer/Processor: Pentium 2, 233 MHz or greater - Memory: 64MB Ram - Initial application

More information

ADOBE ACROBAT 7.0 CREATING FORMS

ADOBE ACROBAT 7.0 CREATING FORMS ADOBE ACROBAT 7.0 CREATING FORMS ADOBE ACROBAT 7.0: CREATING FORMS ADOBE ACROBAT 7.0: CREATING FORMS...2 Getting Started...2 Creating the Adobe Form...3 To insert a Text Field...3 To insert a Check Box/Radio

More information

Windows 95. 2a. Place the pointer on Programs. Move the pointer horizontally to the right into the next window.

Windows 95. 2a. Place the pointer on Programs. Move the pointer horizontally to the right into the next window. Word Processing Microsoft Works Windows 95 The intention of this section is to instruct basic word processing skills such as creating, editing, formatting, saving and closing a new document. Microsoft

More information

CNC Transfer. Operating Manual

CNC Transfer. Operating Manual Rank Brothers Ltd CNC Transfer Operating Manual Manufactured by: Rank Brothers Ltd 56 High Street, Bottisham, Cambridge CB25 9DA, England Tel: +44 (0)1223 811369 Fax: +44 (0)1223 811441 Website: http://www.rankbrothers.co.uk/

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

WHAT S NEW IN WORD 2010 & HOW TO CUSTOMIZE IT

WHAT S NEW IN WORD 2010 & HOW TO CUSTOMIZE IT WHAT S NEW IN WORD 2010 & HOW TO CUSTOMIZE IT The Ribbon... 2 Default Tabs... 2 Contextual Tabs... 2 Minimizing and Restoring the Ribbon... 3 Customizing the Ribbon... 3 A New Graphic Interface... 5 Live

More information

Tracker Help. To start using Tracker, see getting started.

Tracker Help. To start using Tracker, see getting started. Tracker Help Tracker is a free video analysis and modeling tool built on the Open Source Physics (OSP) Java framework. Features include object tracking with position, velocity and acceleration overlays

More information

Introduction To Microsoft Office PowerPoint 2007. Bob Booth July 2008 AP-PPT5

Introduction To Microsoft Office PowerPoint 2007. Bob Booth July 2008 AP-PPT5 Introduction To Microsoft Office PowerPoint 2007. Bob Booth July 2008 AP-PPT5 University of Sheffield Contents 1. INTRODUCTION... 3 2. GETTING STARTED... 4 2.1 STARTING POWERPOINT... 4 3. THE USER INTERFACE...

More information

Embroidery Fonts Plus ( EFP ) Tutorial Guide Version 1.0505

Embroidery Fonts Plus ( EFP ) Tutorial Guide Version 1.0505 Embroidery Fonts Plus ( EFP ) Tutorial Guide Version 1.0505 1 Contents Chapter 1 System Requirements.................. 3 Chapter 2 Quick Start Installation.................. 4 System Requirements................

More information

GeoGebra. 10 lessons. Gerrit Stols

GeoGebra. 10 lessons. Gerrit Stols GeoGebra in 10 lessons Gerrit Stols Acknowledgements GeoGebra is dynamic mathematics open source (free) software for learning and teaching mathematics in schools. It was developed by Markus Hohenwarter

More information

Chapter 9. Editing Features. Learning Objectives

Chapter 9. Editing Features. Learning Objectives Chapter 9 Editing Features Learning Objectives After completing this chapter, you will be able to: Edit features. Edit sketches of the sketch based features. Edit the sketch plane of the sketch based features.

More information

MULTI-FIND/CHANGE. Automatication VERSION 1.02

MULTI-FIND/CHANGE. Automatication VERSION 1.02 MULTI-FIND/CHANGE Automatication VERSION 1.02 Automatication 2010 Automatication Limited The information in this document is furnished for informational use only, is subject to change without notice, and

More information

Within minutes you can transform your high-resolution digital image in to a DVquality movie that pans, zooms and rotates the once-still image.

Within minutes you can transform your high-resolution digital image in to a DVquality movie that pans, zooms and rotates the once-still image. Slick Motion gives you a simple and easy way to make your still images come alive. Within minutes you can transform your high-resolution digital image in to a DVquality movie that pans, zooms and rotates

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

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

Autodesk Fusion 360 Badge Guide: Design an F1 in Schools Trophy

Autodesk Fusion 360 Badge Guide: Design an F1 in Schools Trophy Autodesk Fusion 360 Badge Guide: Design an F1 in Schools Trophy Abstract: Gain basic understanding of creating 3D models in Fusion 360 by designing an F1 in Schools trophy. This badge may be claimed by

More information

Computer Basics: Tackling the mouse, keyboard, and using Windows

Computer Basics: Tackling the mouse, keyboard, and using Windows Computer Basics: Tackling the mouse, keyboard, and using Windows Class Description: Interested in learning how to use a computer? Come learn the computer basics at the Muhlenberg Community Library. This

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

Introduction to Autodesk Inventor for F1 in Schools

Introduction to Autodesk Inventor for F1 in Schools Introduction to Autodesk Inventor for F1 in Schools F1 in Schools Race Car In this course you will be introduced to Autodesk Inventor, which is the centerpiece of Autodesk s digital prototyping strategy

More information

File Management Utility User Guide

File Management Utility User Guide File Management Utility User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held

More information

LEGENDplex Data Analysis Software

LEGENDplex Data Analysis Software LEGENDplex Data Analysis Software Version 7.0 User Guide Copyright 2013-2014 VigeneTech. All rights reserved. Contents Introduction... 1 Lesson 1 - The Workspace... 2 Lesson 2 Quantitative Wizard... 3

More information

Tracker Help. Tracker Help

Tracker Help. Tracker Help Tracker Help Tracker Help Tracker is a free video analysis and modeling tool built on the Open Source Physics (OSP) Java framework. Features include object tracking with position, velocity and acceleration

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

Creating Drawings in Pro/ENGINEER

Creating Drawings in Pro/ENGINEER 6 Creating Drawings in Pro/ENGINEER This chapter shows you how to bring the cell phone models and the assembly you ve created into the Pro/ENGINEER Drawing mode to create a drawing. A mechanical drawing

More information

Windows XP File Management

Windows XP File Management Windows XP File Management As you work with a computer creating more and more documents, you need to find a way to keep this information organized. Without a good organizational method, all your files

More information

http://school-maths.com Gerrit Stols

http://school-maths.com Gerrit Stols For more info and downloads go to: http://school-maths.com Gerrit Stols Acknowledgements GeoGebra is dynamic mathematics open source (free) software for learning and teaching mathematics in schools. It

More information

Introduction to Microsoft PowerPoint

Introduction to Microsoft PowerPoint Introduction to Microsoft PowerPoint By the end of class, students should be able to: Identify parts of the work area. Create a new presentation using PowerPoint s design templates. Navigate around a presentation.

More information

Guide to Using AMS 4.0 Marking Software

Guide to Using AMS 4.0 Marking Software Guide to Using AMS 4.0 Marking Software Guide to Using AMS 4.0 Marking Software Contents System Requirements...2 Software Installation...2 Selecting the Output Device and Changing Settings...2 Definitions...

More information

PolyWorks V10 Beginner s Guide

PolyWorks V10 Beginner s Guide PolyWorks V10 Beginner s Guide February 2007 IMAlign IMEdit IMInspect IMMerge IMView InnovMetric Software Inc. 2014 Cyrille-Duquet, Suite 310 Québec, Québec, Canada, G1N 4N6 Tel.: (418) 688-2061 Fax: (418)

More information

Gear View Basic. User Help. Version 2.2.0. Written by: Product Documentation and R&D Date: August 2015 LX-DOC-GVB-2.2.0-UH-EN-REVA

Gear View Basic. User Help. Version 2.2.0. Written by: Product Documentation and R&D Date: August 2015 LX-DOC-GVB-2.2.0-UH-EN-REVA Gear View Basic User Help Version 2.2.0 Written by: Product Documentation and R&D Date: August 2015 2015 Lexmark International Technology, S.A. All rights reserved. No part of this publication may be reproduced,

More information

GoodReader User Guide. Version 1.0 GoodReader version 3.16.0

GoodReader User Guide. Version 1.0 GoodReader version 3.16.0 GoodReader User Guide Version 1.0 GoodReader version 3.16.0 Contents Operating GoodReader 1 Send PDF files to Your ipad 2 Copy Files with itunes 2 Copy Files to a Cloud Service 5 Download Files from the

More information

FleetFocus M5 Basic Application Navigation Manual

FleetFocus M5 Basic Application Navigation Manual FleetFocus M5 Basic Application Navigation Manual January, 2010 Release 2.4.0 998 Old Eagle School Road, Suite 1215 Wayne, PA19087 T: 610.687.9202 F: 610.971.9447 www.assetworks This software product and

More information

CONSTRUCTING SINGLE-SUBJECT REVERSAL DESIGN GRAPHS USING MICROSOFT WORD : A COMPREHENSIVE TUTORIAL

CONSTRUCTING SINGLE-SUBJECT REVERSAL DESIGN GRAPHS USING MICROSOFT WORD : A COMPREHENSIVE TUTORIAL CONSTRUCTING SINGLE-SUBJECT REVERSAL DESIGN GRAPHS USING MICROSOFT WORD : A COMPREHENSIVE TUTORIAL PATRICK GREHAN ADELPHI UNIVERSITY DANIEL J. MORAN MIDAMERICAN PSYCHOLOGICAL INSTITUTE This document is

More information

Instructions for Creating an Outlook E-mail Distribution List from an Excel File

Instructions for Creating an Outlook E-mail Distribution List from an Excel File Instructions for Creating an Outlook E-mail Distribution List from an Excel File 1.0 Importing Excel Data to an Outlook Distribution List 1.1 Create an Outlook Personal Folders File (.pst) Notes: 1) If

More information

How to build text and objects in the Titler

How to build text and objects in the Titler How to build text and objects in the Titler You can use the Titler in Adobe Premiere Pro to create text and geometric objects. There are three methods for creating text, each capable of producing either

More information

A computer running Windows Vista or Mac OS X

A computer running Windows Vista or Mac OS X lab File Management Objectives: Upon successful completion of Lab 2, you will be able to Define the terms file and folder Understand file and memory storage capacity concepts including byte, kilobyte,

More information

Understanding Files and Folders

Understanding Files and Folders Windows Files and Folders Overview Before I get into Windows XP's method of file management, let's spend a little space on a files and folder refresher course. (Just in case you forgot, of course.) The

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

SpaceClaim Introduction Training Session. A SpaceClaim Support Document

SpaceClaim Introduction Training Session. A SpaceClaim Support Document SpaceClaim Introduction Training Session A SpaceClaim Support Document In this class we will walk through the basic tools used to create and modify models in SpaceClaim. Introduction We will focus on:

More information

SURPASS HOSTING SERVICE GETTING STARTED AND OPERATIONS GUIDE

SURPASS HOSTING SERVICE GETTING STARTED AND OPERATIONS GUIDE SURPASS HOSTING SERVICE GETTING STARTED AND OPERATIONS GUIDE Welcome To Surpass Hosting Service. This document contains instructions to help you get up and running with your new service. The instructions

More information

C HAP TER 1 : G ETTI NG S TARTED 5 C HAP TER 2 : MANAG E MODE 7

C HAP TER 1 : G ETTI NG S TARTED 5 C HAP TER 2 : MANAG E MODE 7 Contents C HAP TER 1 : G ETTI NG S TARTED 5 Welcome to ACDSee Mac 5 C HAP TER 2 : MANAG E MODE 7 About Manage Mode 7 Browsing Files in the File List Pane 7 Browsing Using the Folders Pane 9 Browsing Files

More information

This tutorial assumes that Visual3D has been installed and that a model has been created as described in Tutorial #1.

This tutorial assumes that Visual3D has been installed and that a model has been created as described in Tutorial #1. C-Motion Online Documentation Visual3D : Tutorial : Data Visualization Objectives (# 1318) This tutorial assumes that Visual3D has been installed and that a model has been created as described in Tutorial

More information

How to make a line graph using Excel 2007

How to make a line graph using Excel 2007 How to make a line graph using Excel 2007 Format your data sheet Make sure you have a title and each column of data has a title. If you are entering data by hand, use time or the independent variable in

More information

Operating Systems: Microsoft Windows XP, Windows Vista or Windows 7 RAM: 2GB

Operating Systems: Microsoft Windows XP, Windows Vista or Windows 7 RAM: 2GB MRS Absolute security minimum System Requirements Operating Systems: Microsoft Windows XP, Windows Vista or Windows 7 RAM: 2GB Hard Drive: 1 primary partition for O/S and applications. (C:) 1 primary partition

More information

USER GUIDE. Unit 2: Synergy. Chapter 2: Using Schoolwires Synergy

USER GUIDE. Unit 2: Synergy. Chapter 2: Using Schoolwires Synergy USER GUIDE Unit 2: Synergy Chapter 2: Using Schoolwires Synergy Schoolwires Synergy & Assist Version 2.0 TABLE OF CONTENTS Introductions... 1 Audience... 1 Objectives... 1 Before You Begin... 1 Getting

More information

Recipes4Success. Animate a Rocket Ship. Frames 6 - Drawing Tools

Recipes4Success. Animate a Rocket Ship. Frames 6 - Drawing Tools Recipes4Success You can use the drawing tools and path animation tools in Frames to create illustrated cartoons. In this Recipe, you will draw and animate a rocket ship. 2014. All Rights Reserved. This

More information

email-lead Grabber Business 2010 User Guide

email-lead Grabber Business 2010 User Guide email-lead Grabber Business 2010 User Guide Copyright and Trademark Information in this documentation is subject to change without notice. The software described in this manual is furnished under a license

More information

Making Visio Diagrams Come Alive with Data

Making Visio Diagrams Come Alive with Data Making Visio Diagrams Come Alive with Data An Information Commons Workshop Making Visio Diagrams Come Alive with Data Page Workshop Why Add Data to A Diagram? Here are comparisons of a flow chart with

More information

QUICK START GUIDE EDI Claims Link for Windows version 3.5

QUICK START GUIDE EDI Claims Link for Windows version 3.5 QUICK START GUIDE EDI Claims Link for Windows version 3.5 System Requirements - Operating system: Windows XP or later - Computer/Processor: Pentium 2, 233 MHz or greater - Memory: 64MB Ram - Minimum Screen

More information

Microsoft Access 2010 Part 1: Introduction to Access

Microsoft Access 2010 Part 1: Introduction to Access CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Access 2010 Part 1: Introduction to Access Fall 2014, Version 1.2 Table of Contents Introduction...3 Starting Access...3

More information

Basic 2D Design Be sure you have the latest information!

Basic 2D Design Be sure you have the latest information! Basic 2D Design mastercam x getting started tutorials Basic 2D Design December 2011 Be sure you have the latest information! Information might have been changed or added since this document was published.

More information

File Management With Windows Explorer

File Management With Windows Explorer File Management With Windows Explorer Preamble: After you have created and saved numerous files using various programs, file management, the process of organizing and keeping track of all your files, can

More information

To export data formatted for Avery labels -

To export data formatted for Avery labels - Information used to create labels in the Client Data System (CDS) can be exported out of CDS and used to create labels in Microsoft Word, making it possible to customize the font style, size, and color.

More information

Digital Video Capture and Edit with imovie HD 6.0.2

Digital Video Capture and Edit with imovie HD 6.0.2 RESEARCH AND INSTRUCTIONAL SUPPORT REVISED: AUGUST 2006 Project Management Digital Video Capture and Edit with imovie HD 6.0.2 Plan out your time and process before beginning the capture and edit. A few

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