chapter 1. introduction fall 2003, 劉震昌. introduction one picture is worth more than ten...

25
Chapter 1. Introduction Fall 2003, 劉劉劉

Post on 20-Dec-2015

236 views

Category:

Documents


2 download

TRANSCRIPT

Chapter 1. Introduction

Fall 2003, 劉震昌

Introduction One picture is worth more than ten

thousand words.

=> Richness of image content

Why digital image processing?

Motivation: Improvement of pictorial information f

or human interpretation

Processing of image data for storage, transmission, and representation for autonomous machine perception

What is digital image? An image: 2-d function

I=f(x,y) I: intensity(or color) (x,y): coordinate When (x,y) and I are finite and discrete qu

antities -> digital image pixels, picture elements, image elements,

pels

Representing digital images

Pixels

Notice: pixel is not a square!

Side story of Lena

1972 playboy: Miss Nov. 1997 Lena

Representing digital images (cont.) Matrix form

f(0,0) f(0,1) … f(0,N-1)f(1,0) f(0,1) … f(1,N-1)

… …

f(M-1,0) f(M-1,1) … f(M-1,N-1)MxN

bits to store the image = M x N x kgray level = 2k

Matlab example loadlena.m Raw data

Dimension Pixel data type (integer, float, …)

Paradigm of image processing Low-level processing

Inputs and outputs are images Primitive operations: de-noise, enhancement,

sharpening, … Mid-level processing

Inputs are images, outputs are attributes extracted from images

Segmentation, classification,… High-level processing

“Make sense” of an ensemble of recognized objects by machines

Research fields

Low-level processing

Mid-level processing

High-level processing

Imageprocessing

Computervision

Early vision

Brain processing

Related fields Image processing

Inputs and outputs are images Extract attributes from images

Image analysis Computer vision (石勝文老師 )

Use computers to emulate human vision Related to artificial intelligence (AI)

Pattern Recognition

Outline Origins of digital image processing Source of digital images Fundamental steps in DIP Components of an image

processing system

Origins of digital image processing Newspaper industry in 1920s Telegraph printer, 5 gray levels

Origins of digital image processing (cont.) 15-tone in 1929

The rising of digital image processing Digital image processing

Digital image + digital computer processing

Modern digital computers 1940, John von Neumann

The rising of digital image processing (cont.)

1960s, for space program Jet Propulsion Lab(Pasadena, CA)

in 1964

Sources of digital images Electromagnetic(EM) energy 電磁波 Acoustic imaging Synthetic (computer-generated) imaging

超音波

EM images

EM images (cont.) The same objects in different EM

spectrum

Ultrasound images

Synthetic images

Fundamental steps in DIP

General DIPsystem

Summary Hopefully I have provided enough

motivation for you to take this course.