CS320n –Visual Programming

Slides:



Advertisements
Similar presentations
Based on LabVIEW 2011 Student Edition
Advertisements

Technology in the Classroom Website & Assessment Development.
Iframes & Images Using HTML.
Linking Your Web Pages Together. Links… index.htmunit4.htm Evaluation of web graphics GIF vs. JPEG Web photo album To link the lines in index.htm to the.
Welcome! Workshop 2 of 7.
Add Images to Improve Your Presentation Day 8. You will learn to Understand Graphics Formats Find Graphics Create Your Own Images Insert an Image on Your.
Introduction to HTML Lists, Images, and Links. Before We Begin Save another file in Notepad Save another file in Notepad Open your HTML, then do File>Save.
First Bytes - LabVIEW. Today’s Session Introduction to LabVIEW Colors and computers Lab to create a color picker Lab to manipulate an image Visual ProgrammingImage.
Chapter 6 Arrays & Clusters. LabVIEW Arrays > Collection of Elements > Same Data Type > Variable-Sized > One or More Dimensions.
CS320n –Visual Programming Introduction to LabVIEW.
CS320n –Visual Programming LabVIEW Control Structures.
Reverse Engineering In Rational Rose. Steps to take… Set up new Java project Click on class path.
Introduction to Raster Graphics Resize an image until it is pixelated.
Graphics and Animation Chapter 8. 8 Graphics in Multimedia Graphics are an element that virtually all multimedia applications include.
Design of Bio-Medical Virtual Instrumentation Tutorial 3.
Internet Vocabulary 1-21 State Test Vocabulary. Address address, Internet address, and web address. A code or series of letters numbers and/or.
 Scaling an image is resizing the image in a graphic editing software so it is the proper size before adding it to a site.  Important NOTE: If you insert.
Part I MVRT 2011 – 2012 Season Introduction to LabVIEW.
CS320n –Visual Programming More LabVIEW Control Structures.
Macromedia Dreamweaver 8 Revealed LINKS WORKING WITH.
1.Open your MP3 file made in the previous lesson. 2.Where you normally click ‘Design’ use the drag down box to select ‘Photo Album’ 3.In the centre of.
An Overview of LabVIEW by: The Software User-Interface Group!
Notes Chapter 10—Adding Graphics. There are two kinds of graphics on the Internet: those you can use on your own Web pages, and those you cannot.  Many.
CS320n –Visual Programming
CS320n –Visual Programming More LabVIEW Foundations.
Creating interactive web pages using Fireworks Creating a 5 page mock up.
Lesson 6 Links. Creating Folders  For every web site/page, you need to create a separate folder  The computer cannot find links if they are not stored.
1 2/22/05CS120 The Information Era Chapter 4 Basic Web Page Construction TOPICS: Images and placing pages on the server.
GRAPHICS. PURPOSE OF GRAPHICS IN WEB DESIGN Graphics add visual/aesthetic appeal to the information on the web page, helping to maintain viewer interest.
Chapter 6 Arrays & Clusters. LabVIEW Arrays > Collection of Elements > Same Data Type > Variable-Sized > One or More Dimensions.
Photo Story Activity Find someone in the room you DO NOT KNOW Sit down with them and find out their name, what they teach and 3 interesting facts about.
Multimedia Subject: Informatics of Technology II year
Understanding Web Graphics
Save your modified slide as a JPEG picture: Click “File”
Image Formats.
Chapter 2 – Introduction to the Visual Studio .NET IDE
File Management.
HTML Images CS 1150 Spring 2017.
Edit PowerPoint file using Microsoft PowerPoint: 
Chapter A - Getting Started with Dreamweaver MX 2004
Graphics and Animation
More elements 10 Basic elements.
CS320n –Visual Programming
Edit PowerPoint file using Microsoft PowerPoint: 
How to Customize Your Teens in the Driver Seat Poster
Edit PowerPoint file using Microsoft PowerPoint: 
How to Customize Your Teens in the Driver Seat Poster
Edit PowerPoint file using Microsoft PowerPoint: 
Using AMOS With SPSS Files.
How to Use a Mouse The One for a computer.
Edit PowerPoint file using Microsoft PowerPoint: 
Edit PowerPoint file using Microsoft PowerPoint: 
Edit PowerPoint file using Microsoft PowerPoint: 
Edit PowerPoint file using Microsoft PowerPoint: 
How to Customize Your Teens in the Driver Seat Poster
Instructions for Windows users:
Instructions for Windows users:
Instructions for Windows users:
HTML Images CS 1150 Fall 2016.
5.5 Adding Photo Gallery Module
CiDA DA201 Exam Revision.
Step-by-Step Banner Creation Guide
EET 2259 Unit 9 Arrays Read Bishop, Sections 6.1 to 6.3.
CA203 Presentation Application
Edit PowerPoint file using Microsoft PowerPoint: 
Edit PowerPoint file using Microsoft PowerPoint: 
Edit PowerPoint file using Microsoft PowerPoint: 
Graphics and Animation
News Article Thumbnails TEMPLATE
Creating Digital Graphics
Presentation transcript:

CS320n –Visual Programming Clusters and Images

What We Will Do Today Look at clusters in LabVIEW and start working with images Visual Programming Clusters and Images

Clusters Arrays are used to hold many elements that are of the same data type A cluster is used to hold together data of different types normally fewer elements than an array but some of the elements may be arrays themselves Visual Programming Clusters and Images

Cluster Example Take a name and an age and put them together Name = string Age = int The “Bundle” function is used to group together different elements into a cluster number of input can vary drag down on button of function to add more inputs Visual Programming Clusters and Images

Creating a Cluster Bundle Function Clusters can be used to reduce the number of wires in a diagram. Like a high level view of data. Analogous to high level methods / functions in Alice. Visual Programming Clusters and Images

Opening Images in LabVIEW LabView provides a way to open image files jpg, png, and bmp are image types different ways of saving an image on a computer Specify location of image with a path control Visual Programming Clusters and Images

Picture functions To open a picture in LabVIEW use a path control and wire to a Read JPEG File function Note the output on the Read JPEG File function Visual Programming Clusters and Images

Image is a Cluster Lots of Data! indicates arrays Visual Programming Clusters and Images

Looking at the Raw Image Data Use an Unbundle function and an array indicator in the image cluster right click on image output and select create -> indicator Unbundle Right click on this output terminal Visual Programming Clusters and Images

Class work Link on the class web page to an image of the UT tower how many pixels in the picture? (Find answer using LabVIEW, not some other graphics program) Visual Programming Clusters and Images