Lab # 5 Detecting and reading barcodes

Slides:



Advertisements
Similar presentations
Bookseller Guide How to TOP-UP a National Book Token Electronic Gift Card using the Web Recommended solution for booksellers with broadband computer access.
Advertisements

How to Print Reports Using Jobs Queue Print the needed report. This is an example of how to print the progress report. Click the 9 th icon from the left.
Partitioning Two-digit numbers (horizontal) Two-digit numbers (vertical) Three-digit numbers (horizontal) Three-digit numbers.
Bookseller Guide How to do a BALANCE ENQUIRY on a National Book Token Electronic Gift Card using the Web Recommended solution for booksellers with broadband.
Digital Books and Hot Technologies BAM Conference October 2012.
Interface Programming 1 Week 15. Interface Programming 1 CALENDAR.
Task One – Digital print over watercolour Step 1 – Choose your digital image to be used.
Write Equations of Lines Chapter 2.4. From Lines to Equations.
Bookseller Guide How to SELL a National Book Token Electronic Gift Card using the Web Recommended solution for booksellers with broadband computer access.
Business Cards. Things to ask yourself... What is your type style saying about you? What colors are you using? Why? Are your colors readable? Does your.
Assessment Reports Due: 4/4/2011 (Monday) 150 Points.
Editing and/or altering this presentation is prohibited. Any use of the material from the presentation is prohibited, unless written permission is.
Editing and/or altering this presentation is prohibited. Any use of the material from the presentation is prohibited, unless written permission is.
Editing and/or altering this presentation is prohibited. Any use of the material from the presentation is prohibited, unless written permission is.
HCI/ComS 575X: Computational Perception Instructor: Alexander Stoytchev
HCI / CprE / ComS 575: Computational Perception
Creating With Code.
Getting Started with Dreamweaver Original by Patricia Setser 4/07 Updates by Margaret Lion 2010.
Project – Show me what you know! EXPLORING COMPUTER SCIENCE – LESSON 3-9.
Objective Understand concepts used to web-based digital media. Course Weight : 5%
Being a 5 th Grader: What It Means to Me Projects Photos Activities Favorite Sites What’s New Home Meet a 5 th Grader About My School May Being a.
My computer should look like this to display your scanner & digital camera drivers.
By Blake Stratton. Data Chapter The questionnaire is Printed on paper. People write or tick the boxes. Someone needs to type it in the computer. Some.
Grade 5 Adding Pictures to your post You can add images from: computerWeb AlYmamah School – ICT Teacher: Asma Sultan.
Barcoding Samples Using Webview2000 to barcode identify your grease and oil samples before shipping to MRG Labs for analysis.
Computer Security coursework 1 Dr Alexei Vernitski.
Create Report Entry What if I want to add scores that are not tied to an assignment?
When you first log in, this is the page you will see. It lists all the courses you’re enrolled in – and differentiates between those that are active and.
Delivering Business Value through IT Face feature detection using Java and OpenCV 1.
To register for classes, select “Register for Sections” under the registration section of the Credit Students Menu.
CASEGRADER 2007 DIRECTIONS For Students 1. Open a web browser In the Address type: 2 login.course.com OR cgoffice2007.course.com (no WWW !!)
The Kentucky Bluegrass Award Program Presented by Michelle Lemmon, Library Media Specialist Model Lab School.
ECommerce Strategies & Technologies Summer ‘04. meetings Location:Warren Weaver Hall room 101 Lectures:Tuesdays from 6:00 to 8:20 Instructor:Michael Lewis.
CHOOSE 1 OF THESE.
INPUT DEVICES. Keyboard & Mouse  Keyboard: Enter text and commands  Mouse: Point, Select & enter Commands.
Image from
Creating Web Pages in Word. Sharing Office Files Online Many Web pages are created using the HTML programming language. Web page editors are software.
OpenCV C++ Image Processing
Homework Drop Box on eChalk.  Step 1 – Create Homework Assignment  Step 2 - Students Submit Homework Assignments  Step 3 - Teacher Reviews Homework.
Making a Quiz – using graphics
5. 2 Proportions 5. 2 Extension: Graphing Proportional Relationships 5
ECE 533 Digital Image Processing
HCI / CprE / ComS 575: Computational Perception
How to create the code?.
Lab Safety Training Manual
Welcome to Academic Advising Tutorial-- Open College Nursing
Welcome to Academic Advising Tutorial-- Open College Nursing
All Things Possible With Padlet
Regional Drama Festival Poster Image
Getting Started with Dreamweaver
Chapter 2: Digital Image Fundamentals
European Computer Driving Licence
Chapter 2: Digital Image Fundamentals
HCI/ComS 575X: Computational Perception
MODULE 8: PRODUCTION.
HCI/ComS 575X: Computational Perception
Hello! This presentation is designed to be used with your students to help them join your class and create unique usernames and passwords.
Today’s Objectives Week 2 Announcements HTML Bonus Lab 1
Unit 2 Test Building a Web Page Test.
Joining an eService Class.
Get Started in 4 Easy Steps!
Joining an eService Class.
The Answer Pad Tips: What to do: Benefits: Snap & Share
Joining an eService Class.
Midterm Review October 23, 2006 ComS 207: Programming I (in Java)
Hello! This presentation is designed to be used with your students to help them join your class and create unique usernames and passwords.
Web Programming Assignment 4 - Extra Credit
CSSE463: Image Recognition Day 7
Guide to TURNITIN ACCOUNT UPDATE
HCI/ComS 575X: Computational Perception
Presentation transcript:

Lab # 5 Detecting and reading barcodes Step 1: read the following web page http://www.howstuffworks.com/upc.htm Step 2: Use images.google.com to find some examples of barcode images. Several are already posted on the web page for lab 5. ComS 401: Projects in Computing Iowa State University, FALL 2006

Some examples

Lab # 5 Detecting and reading barcodes Step 3: Write code that reads the barcode from the image and prints its 12 digits on the screen. You can do this in 2 ways: Read the barcode by interpreting the vertical lines Read the barcode by recognizing the human readable digits with your program.

What to Submit. Create and submit a web page with your original images, your result images, and your code. Your code must work on at least two barcodes that you selected from the web. You can use either matlab or OpenCV. Your grade will not depend on the method and/or platform that you choose.