Digital Image Processing: Introduction

Similar documents
C++ for Image Processing

Introduction. Stefano Ferrari. Università degli Studi di Milano Elaborazione delle immagini (Image processing I)

Colour Image Segmentation Technique for Screen Printing

Limitations of Human Vision. What is computer vision? What is computer vision (cont d)?

dr hab. Paweł Strumiłło

Computerized Tomography, X-rays, and the Radon Transform

VECTORAL IMAGING THE NEW DIRECTION IN AUTOMATED OPTICAL INSPECTION

Michał Strzelecki, Paweł Strumiłło

ECE 468 / CS 519 Digital Image Processing. Introduction

Colorado School of Mines Computer Vision Professor William Hoff

Mouse Control using a Web Camera based on Colour Detection

MODERN VOXEL BASED DATA AND GEOMETRY ANALYSIS SOFTWARE TOOLS FOR INDUSTRIAL CT

WHAT IS GIS - AN INRODUCTION

Introduction. Selim Aksoy. Bilkent University

Introduction to Pattern Recognition

Color image processing: pseudocolor processing

B.A IN GRAPHIC DESIGN

Readings in Image Processing

1. Introduction to image processing

Computer Animation and Visualisation. Lecture 1. Introduction

Introduction. Chapter 1

Basic 3D reconstruction in Imaris 7.6.1

Line Monitoring and Control in Subsea Networks

Digital Image Processing EE368/CS232

Automatic Detection of PCB Defects

Applications of Deep Learning to the GEOINT mission. June 2015

PREPARING PHOTOS for PRINTING

CT scanning. By Mikael Jensen & Jens E. Wilhjelm Risø National laboratory Ørsted DTU. (Ver /9/07) by M. Jensen and J. E.

Investigating World Development with a GIS

Analecta Vol. 8, No. 2 ISSN

Digital image processing

A Proposal for OpenEXR Color Management

Contents. X-ray and Computed Tomography. Characterization of X-rays. Production of X-rays

Image Normalization for Illumination Compensation in Facial Images

Automated Optical Inspection is one of many manufacturing test methods common in the assembly of printed circuit boards. This list includes:

MassArt Studio Foundation: Visual Language Digital Media Cookbook, Fall 2013

COLOR-BASED PRINTED CIRCUIT BOARD SOLDER SEGMENTATION

Digital Remote Sensing Data Processing Digital Remote Sensing Data Processing and Analysis: An Introduction and Analysis: An Introduction

WHAT You SHOULD KNOW ABOUT SCANNING

Introduction. Chapter Scope of Electrical Engineering

Mapping Solar Energy Potential Through LiDAR Feature Extraction

Image Processing Based Automatic Visual Inspection System for PCBs

Robot Board Sub-System Testing. Abstract. Introduction and Theory. Equipment. Procedures. EE 101 Spring 2006 Date: Lab Section # Lab #6

For questions regarding use of the NSF Logo, please

Computer Vision: Machine Vision Filters. Computer Vision. Optical Filters. 25 August 2014

Robot Perception Continued

3D Viewer. user's manual _2

Improvement and storage of conventional mammography images using techniques of digital image processing

Extraction of Satellite Image using Particle Swarm Optimization

An Algorithm for Classification of Five Types of Defects on Bare Printed Circuit Board

Seeing in black and white

COMMERCIAL PHOTOGRAPHY Basic Digital Photography

Personal Identity Verification (PIV) IMAGE QUALITY SPECIFICATIONS FOR SINGLE FINGER CAPTURE DEVICES

Big Data Quality or Quantity. by Jorgen Pedersen and Tip Franklin

Signature Region of Interest using Auto cropping

3D Model of the City Using LiDAR and Visualization of Flood in Three-Dimension

DIGITAL IMAGE PROCESSING AND ANALYSIS

Machine Learning: Overview

GUIDE TO POST-PROCESSING OF THE POINT CLOUD

HSI BASED COLOUR IMAGE EQUALIZATION USING ITERATIVE n th ROOT AND n th POWER

Introduction to Digital Resolution

INTRODUCTION IMAGE PROCESSING >INTRODUCTION & HUMAN VISION UTRECHT UNIVERSITY RONALD POPPE

Aperture, Shutter speed and iso

Digital Imaging and Image Editing

PCB defect detection based on pattern matching and segmentation algorithm

Computer Graphics. Dr. S.M. Malaek. Assistant: M. Younesi

Scanners and How to Use Them

SQL Simple Queries. Chapter 3.1 V3.0. Napier University Dr Gordon Russell

Lectures 6&7: Image Enhancement

Applying Deep Learning to Car Data Logging (CDL) and Driver Assessor (DA) October 22-Oct-15

(Refer Slide Time 00:56)

INFORMING A INFORMATION DISCOVERY TOOL FOR USING GESTURE

Digital Image Processing

Understanding Megapixel Camera Technology for Network Video Surveillance Systems. Glenn Adair

High Resolution Planetary Imaging

Visualization of 2D Domains

RelaViz Graph Visualization of Learned Relations Between Entities. Joel Ferstay - joelaf@cs.ubc.ca

19th International Conference on Mechatronics and Machine Vision in Practice (M2VIP12), 28-30th Nov 2012, Auckland, New-Zealand

: Introduction to Machine Learning Dr. Rita Osadchy

Volume visualization I Elvins

Using Image J to Measure the Brightness of Stars (Written by Do H. Kim)

Lecture 14. Point Spread Function (PSF)

Comparing Plant and Animal Cells

Science Investigations: Investigating Astronomy Teacher s Guide

Comparison of Satellite Imagery and Conventional Aerial Photography in Evaluating a Large Forest Fire

14.1 Scanning photographs

Image Analysis Using the Aperio ScanScope

Introduction to Imagery and Raster Data in ArcGIS

Scanning Scanning images. cover

Overview Basic Design Studio A (MCD1330) Visual Arts Studio A (MCD1340) Drawing A (MCD1270)... 4

BCC Multi Stripe Wipe

Transcription:

Digital : Introduction Slides by Brian Mac Namee Brian.MacNamee@comp.dit.ie Materials found at: Slides: http://www.comp.dit.ie/bmacnamee/materials/dip/lectures/1-introduction.ppt Lectures: http://homepages.inf.ed.ac.uk/rbf/books/vernon/ Course Website: http://www.comp.dit.ie/bmacnamee

2 References Digital, Rafael C. Gonzalez & Richard E. Woods, Addison-Wesley, 2002 Much the material that follows is taken from this book Machine Vision: Automated Visual Inspection and Robot Vision, David Vernon, Prentice Hall, 1991 Available online at: homepages.inf.ed.ac.uk/rbf/books/vernon/

3 Contents This lecture will cover: What is a digital image? What is digital image processing? History digital image processing State the art examples digital image processing Key stages in digital image processing

s taken from Gonzalez & Woods, Digital (2002) 4 What is a Digital? A digital image is a representation a twodimensional image as a finite set digital values, called picture elements or pixels

s taken from Gonzalez & Woods, Digital (2002) 5 What is a Digital? (cont ) Pixel values typically represent gray levels, colours, heights, opacities etc Remember digitization implies that a digital image is an approximation a real scene 1 pixel

6 What is a Digital? (cont ) Common image formats include: 1 sample per point (B&W or Grayscale) 3 samples per point (Red, Green, and Blue) 4 samples per point (Red, Green, Blue, and Alpha, a.k.a. Opacity) For most this course we will focus on grey-scale images

7 What is Digital? Digital image processing focuses on two major tasks Improvement pictorial information for human interpretation image data for storage, transmission and representation for autonomous machine perception Some argument about where image processing ends and fields such as image analysis and computer vision start

8 What is DIP? (cont ) The continuum from image processing to computer vision can be broken up into low-, mid- and high-level processes Low Level Process Input: Output: Examples: Noise removal, image sharpening Mid Level Process Input: Output: Attributes Examples: Object recognition, segmentation High Level Process Input: Attributes Output: Understanding Examples: Scene understanding, autonomous navigation In this course we will stop here

s taken from Gonzalez & Woods, Digital (2002) 9 History Digital Early 1920s: One the first applications digital imaging was in the newspaper industry The Bartlane cable picture transmission service Early digital image s were transferred by submarine cable between London and New York Pictures were coded for cable transfer and reconstructed at the receiving end on a telegraph printer

s taken from Gonzalez & Woods, Digital (2002) 10 History DIP (cont ) Mid to late 1920s: Improvements to the Bartlane system resulted in higher quality images New reproduction processes based on photographic techniques Increased number tones in reproduced images Improved digital image Early 15 tone digital image

s taken from Gonzalez & Woods, Digital (2002) 11 History DIP (cont ) 1960s: Improvements in computing technology and the onset the space race led to a surge work in digital image processing 1964: Computers used to improve the quality images the moon taken by the Ranger 7 probe Such techniques were used in other space missions including the Apollo landings A picture the moon taken by the Ranger 7 probe minutes before landing

s taken from Gonzalez & Woods, Digital (2002) 12 History DIP (cont ) 1970s: Digital image processing begins to be used in medical applications 1979: Sir Godfrey N. Hounsfield & Pr. Allan M. Cormack share the Nobel Prize in medicine for the invention tomography, the technology behind Computerised Axial Tomography (CAT) scans Typical head slice CAT image

13 History DIP (cont ) 1980s - Today: The use digital image processing techniques has exploded and they are now used for all kinds tasks in all kinds areas enhancement/restoration Artistic effects Medical visualisation Industrial inspection Law enforcement Human computer interfaces

s taken from Gonzalez & Woods, Digital (2002) 14 Examples: Enhancement One the most common uses DIP techniques: improve quality, remove noise etc

15 Examples: The Hubble Telescope Launched in 1990 the Hubble telescope can take images very distant objects However, an incorrect mirror made many Hubble s images useless processing techniques were used to fix this

16 Examples: Artistic Effects Artistic effects are used to make images more visually appealing, to add special effects and to make composite images

s taken from Gonzalez & Woods, Digital (2002) 17 Examples: Medicine Take slice from MRI scan canine heart, and find boundaries between types tissue with gray levels representing tissue density Use a suitable filter to highlight edges Original MRI a Dog Heart Edge Detection

s taken from Gonzalez & Woods, Digital (2002) 18 Examples: GIS Geographic Information Systems Digital image processing techniques are used extensively to manipulate satellite imagery Terrain classification Meteorology

s taken from Gonzalez & Woods, Digital (2002) 19 Examples: GIS (cont ) Night-Time Lights the World data set Global inventory human settlement Not hard to imagine the kind analysis that might be done using this data

s taken from Gonzalez & Woods, Digital (2002) 20 Examples: Industrial Inspection Human operators are expensive, slow and unreliable Make machines do the job instead Industrial vision systems are used in all kinds industries Can we trust them?

21 Examples: PCB Inspection Printed Circuit Board (PCB) inspection Machine inspection is used to determine that all components are present and that all solder joints are acceptable Both conventional imaging and x-ray imaging are used

s taken from Gonzalez & Woods, Digital (2002) 22 Examples: Law Enforcement processing techniques are used extensively by law enforcers Number plate recognition for speed cameras/automated toll systems Fingerprint recognition Enhancement CCTV images

23 Examples: HCI Try to make human computer interfaces more natural Face recognition Gesture recognition Does anyone remember the user interface from Minority Report? These tasks can be extremely difficult

24 Key Stages in Digital Restoration Morphological Enhancement Segmentation Acquisition Object Recognition Problem Domain Colour Compression Representation & Description

s taken from Gonzalez & Woods, Digital (2002) 25 Key Stages in Digital : Aquisition Restoration Morphological Enhancement Segmentation Acquisition Object Recognition Problem Domain Colour Compression Representation & Description

s taken from Gonzalez & Woods, Digital (2002) 26 Key Stages in Digital : Enhancement Restoration Morphological Enhancement Segmentation Acquisition Object Recognition Problem Domain Colour Compression Representation & Description

s taken from Gonzalez & Woods, Digital (2002) 27 Key Stages in Digital : Restoration Restoration Morphological Enhancement Segmentation Acquisition Object Recognition Problem Domain Colour Compression Representation & Description

s taken from Gonzalez & Woods, Digital (2002) 28 Key Stages in Digital : Morphological Restoration Morphological Enhancement Segmentation Acquisition Object Recognition Problem Domain Colour Compression Representation & Description

s taken from Gonzalez & Woods, Digital (2002) 29 Key Stages in Digital : Segmentation Restoration Morphological Enhancement Segmentation Acquisition Object Recognition Problem Domain Colour Compression Representation & Description

s taken from Gonzalez & Woods, Digital (2002) 30 Key Stages in Digital : Object Recognition Restoration Morphological Enhancement Segmentation Acquisition Object Recognition Problem Domain Colour Compression Representation & Description

s taken from Gonzalez & Woods, Digital (2002) 31 Key Stages in Digital : Representation & Description Restoration Morphological Enhancement Segmentation Acquisition Object Recognition Problem Domain Colour Compression Representation & Description

32 Key Stages in Digital : Compression Restoration Morphological Enhancement Segmentation Acquisition Object Recognition Problem Domain Colour Compression Representation & Description

33 Key Stages in Digital : Colour Restoration Morphological Enhancement Segmentation Acquisition Object Recognition Problem Domain Colour Compression Representation & Description

34 Summary We have looked at: What is a digital image? What is digital image processing? History digital image processing State the art examples digital image processing Key stages in digital image processing Next time we will start to see how it all works