• Aucun résultat trouvé

Digital Image Processing

N/A
N/A
Protected

Academic year: 2022

Partager "Digital Image Processing"

Copied!
281
0
0

Texte intégral

(1)

Digital Image

Processing

INSA GE – option TdSI – Master GE/GP

Thomas Grenier

Olivier Bernard

(2)

Digital Image

Processing

Module overview

Département Génie Electrique 5GE - TdSi

[email protected]

Summary

I. Introduction

„ DIP ?, Examples, Fundamental steps, components

II. Digital Image Fundamentals

„ Visual perception, Light

„ Image sensing, acquisition, sampling, quantization

„ Linear, and non linear operation

III. Discrete 2D Processing

„ Vector space, Convolution

„ Unitary Transform

(3)

Département GE - DIP - Thomas Grenier 3

Module organization

„ Courses

… 16h

„ TD

… 2x2h image

… + 2x2h related exercises

„ TP

… 2x4h

„ Project (mini-projet)

… matlab

Exam 2h-3h

(4)

Digital Image

Processing

Introduction

Département Génie Electrique 5GE - TdSi

[email protected]

Summary

I. Introduction

„ DIP ?, Examples, Fundamental steps, components

II. Digital Image Fundamentals

„ Visual perception, light

„ Image sensing, acquisition, sampling, quantization

„ Linear, and non linear operation

III. Discrete 2D Processing

Vector space, Convolution

(5)

Département GE - DIP - Thomas Grenier 3

Introduction

„ What is Digital Image Processing?

„ Examples of fields that use DIP

„ Fundamental steps in DIP

„ Components of an image processing system

Æ Book

Digital Image Processing, Gonzales, Prentice Hall (3Ed.)

What is a DIP ?

„ Image definition

… An image may be defined as a two-dimensional function, f(x,y)

„ x and y are spatial (plane) coordinates

„ the amplitude of f at any pair of coordinates (x,y) is

called intensity or gray level of the image at that point

(6)

Département GE - DIP - Thomas Grenier 5

What is a DIP ?

„ Image definition

… When f, x and y are all finite and discrete

quantities, the image is called a digital image

f(x 1 ,y 1 )= 179 = x

y

Gray level digital image

What is a DIP ?

„ Image definition

… The definition of f may be extended:

„ as a n-dimensional function,

… i.e. 3D: f(x,y,z) or image sequence f(x,y,t)

„ with amplitudes composed as a vector of data,

i.e. Color image: 3 components at each point, Complex number

x

(7)

Département GE - DIP - Thomas Grenier 7

What is a DIP ?

„ Pixel

… A digital image is composed of a finite number of elements, each of which has a particular location and value

… These elements are referred to as picture elements, image elements, pels, and pixels

… Pixel is the term most widely used to denote the elements of a digital image

What is a DIP ?

„ Digital Image Processing & related areas

… Image processing

„

Low-level processes

…

noise reducing, contrast enhancement, … … Image analysis

„

Mid-level processes

…

segmentation (partitioning an image into regions or objects)

…

classification (recognition) of objects, … … Computer vision

„

Ultimate goal: emulate human vision

„

High-level processes

…

learning, inferences making, actions taking

…

giving a sense to a set of recognized objects

…

perform the cognitive functions normally associated with vision

… no clear-cut boundaries…

(8)

Département GE - DIP - Thomas Grenier 9

What is a DIP ?

„ Digital Image Processing and human vision

… The field of DIP refers to processing digital images by means of a digital computer

computer(s) brain

processing by

computer(s) hand (manually)

analysis

all (Ultrasound, electron microscopy, …) accustomed to be

associated with image sources of images

Full spectrum visible band

electromagnetic spectrum of images

imaging machines

& DIP +CV humans

Examples of fields that use DIP

„ Many applications…

… Industrial inspection (anomalies detection, measuring (bench), tracking, monitoring… )

… Medical imaging (visualization, tumor detection, reconstruction, artifact correction, diseases quantification, …)

… Satellite Imaging (weather, environmental conditions monitoring,..) … microscopy (pharmaceutical, micro inspection , materials

characterization ,... )

(9)

Département GE - DIP - Thomas Grenier 11

Examples of fields that use DIP

„ Images based on radiation from electromagnetic spectrum

wikipedia

Examples

Left: in natural color (Landsat ETM+ bands 1,2,3 RGB)

Right: in false-color composite (Landsat ETM+ bands 4(near infrared),3,2 RGB). In this image vegetation appears in red, pink, and maroon; water appears in blue to black; urban and non-

Landsat images after the tsunami in Indonesia 2004,

(10)

Département GE - DIP - Thomas Grenier 13

Examples

In false-color composite (Landsat ETM+ bands 4,3,2 RGB). In this image vegetation appears in red, pink, and maroon; water appears in blue to black; urban and non-vegetated areas (including the tsunami damage regions) appear in bluish-greens and grays.

Landsat images before the tsunami in Indonesia 2004,

Before (14/05/02)

Examples Landsat images after the tsunami in Indonesia 2004, After

(29/12/04)

(11)

Département GE - DIP - Thomas Grenier 15

Examples of fields that use DIP

„ Industrial inspection, computer vision

Automate

convoyer

Booting out Camera

Machine vision (DIP inside)

Other sensors and actuators Lighting

„ Robust in respect of

… snapshot conditions

„ Lighting, camera settings...

… (tolerated) variations of the product to control or monitor

„ Shape, position, color....

… environment

„ Temperature, dust, moisture, place ...

… Human being

„ User-friendly, efficiency, ...

Computer vision constrains

(12)

Département GE - DIP - Thomas Grenier 17

Computer vision constrains

„ Real Time processing

Î Rate of the objects to control

t

T

o

= time between two objects

Snapshot

Choice: right / wrong

Image available

T

t

= Processing time

T t < T o

„ A good lighting, a good snapshot are better than an elaborate processing

… Image analysis can not bring any information that are not present in the image

„ For elaborate processing, you may use parallel processing

Technical solutions

T

o

= time between 2 objects

Obj.1 Obj.3

Proc.1

(13)

Département GE - DIP - Thomas Grenier 19

Fundamental steps in DIP

Acquisition

Pre-processing Low- and

mid- level

Processing Mid- and high- level Problem

domain

Extracted attributes

Image Image

Reconstruction Image restoration

Image filtering and enhancement Image compression

Multiresolution processing

Morphological processing Segmentation

Morphological processing Representation and description Measurements

Object recognition

… Sensors

Lighting

Image formation

Components of an image processing System

Processor

DSP, computer

Problem domain

Image sensors

Image displays

Image processing

software

Mass Storage

Specialized image processing

hardware

network

(14)

Département GE - DIP - Thomas Grenier 21

And you ?

„ Technical skills needed in computer vision (including DIP)

… Optics, physics

… Mechanics

… Electronics

… Control theory

… Image processing

… Artificial intelligence

… Computer science

… interpersonal relationship

… ...

Mars Rover

(15)

Digital Image

Processing

Digital Image Fundamentals

Département Génie Electrique 5GE - TdSi

[email protected]

Summary

I. Introduction

„ DIP ?, Examples, Fundamental steps, components

II. Digital Image Fundamentals

„ Visual perception, light

„ Image sensing, acquisition, sampling, quantization

„ Linear, and non linear operations

III. Discrete 2D Processing

„ Vector space, Convolution

„ Unitary Transform

IV. Image Improvement

„ Enhancement, restoration, geometrical modifications

(16)

Département GE - DIP - Thomas Grenier 3

Digital Image Fundamentals

„ Visual perception

„ Light

„ Image Sensing and Acquisition

„ Image Sampling and Acquisition

„ Basic relationships between pixels

„ Linear and nonLinear operations

Æ Books :

Digital Image Processing, Gonzales, Prentice Hall (3Ed.) Digital Image Processing, Jahne, Springer (6Ed.)

Visual perception

„ Human visual perception

Eyes + Brain

(17)

Département GE - DIP - Thomas Grenier 5

Visual perception

„ Brightness adaptation and discrimination

… Digital images are displayed as a discrete set of intensities ÎRange of light intensity levels to which the human visual

system can adapt?

Enormous: on the order of 10

10

Scotopic vision is the monochromatic vision of the eye in low light

Photopic vision is the vision of the eye under well-lit conditions. In humans and many animals, photopic vision allows color perception, mediated by cone cells.

Visual perception

„ Brightness adaptation & discrimination

(18)

Département GE - DIP - Thomas Grenier 7

Visual perception

„ Other examples of human perception phenomena:

optical illusions

Light and electromagnetic spectrum

„ A ‘light’ (illumination) source is needed to generate an image. The elements of the ‘scene’ should reflect or absorb the energy of that source (or be that

source)

„ Imaging is based predominantly on energy radiated by electromagnetic waves

„ Other methods for image generation exist

… Sound reflected on objects (ultrasound image)

(19)

Département GE - DIP - Thomas Grenier 9

„ Electromagnetic spectrum

Where:

c is the speed of light h is the Planck’s constant

s m c = 299 792 . 458 /

Hz meV

s J h

/ 13567 . 4

10 626069 .

6

34

=

Wavelength (m)

Photon energy (eV, J)

frequency

Light sources

„ Monochromatic (or achromatic) light

… Light that is void of color

„ Chromatic (color) light

… Light that spans the electromagnetic energy spectrum (from 0.43 to 0.79 µm)

„ Basic quantities used to describe the quality of sources

… Radiance (in Watts): total amount of energy that flows the light source

… Luminance (in lumens, lm): gives a measure of the amount of energy that an observer perceives from a light source

… Brightness (measurable ??): subjective descriptor of light perception (one of the key factors in describing color

sensation)

(20)

Département GE - DIP - Thomas Grenier 11

Light sources

„ Quality of these sources?

… Sun

… Candle

… Conventional incandescent light bulbs

… Fluorescent lamp

… Light-Emitting Diode (LED)

… Laser

… Xenon flash lamp

White LED

(21)

Département GE - DIP - Thomas Grenier 13

„ Flashes can be used for capturing quickly moving objects

Running water "frozen" by flash Xenon flash

Image Sensing and Acquisition

„ Sensor arrangements used to transform illumination energy into digital images

Single imaging sensor

Line sensor Array sensor

(22)

Département GE - DIP - Thomas Grenier 15

Image Sensing and Acquisition

„ Image acquisition (single and line sensors)

Image Sensing and Acquisition

„ Image acquisition (array sensor)

(23)

Département GE - DIP - Thomas Grenier 17

Image Sensing and Acquisition

„ Image acquisition

… camera, object and source positions

source

object

No details

Color

Texture details

Image Sensing and Acquisition

„ Image acquisition

… camera, object and source positions

reflection source

object

(24)

Département GE - DIP - Thomas Grenier 19

Image Sensing and Acquisition

„ Image acquisition:

… camera, object and source positions

reflection source

object

Image Sensing and Acquisition

„ Image acquisition: contre-jour (or backlighting)

… This effect usually

„ Hides details,

„ Causes a stronger contrast between light and dark,

„ Creates silhouettes,

„ Emphasizes lines and shapes.

Transmission: X, PET

(25)

Département GE - DIP - Thomas Grenier 21

Image Sampling and Quantization

„ Digitization : sampling and quantization

Continuous image projected

on an array sensor Result of image sampling and quantization

Image Sampling and Quantization

„ Definitions

Sampling:

Digitizing the coordinate values (spatial resolution)

Quantization:

Digitizing the amplitude values

(intensity levels)

(26)

Département GE - DIP - Thomas Grenier 23

Quantization

Æ Number of intensity levels typically is an integer power of two

(often 256 : 1 Byte = 8bits per pixel), the discrete levels are equally spaced

8 bits (256 levels) 4 bits (16 levels) 2 bits (4 levels)

• false contours appear

• quantification noise

• visible (eyes) effect under 6/7 bits

• quantification for the display : 8bits

„ Effects of reducing the number of intensity levels

Sampling

„ Effects of reducing spatial resolution

(27)

Département GE - DIP - Thomas Grenier 25

„ Sampling of function f(x,y)

f e (x,y) = f(x,y).Σ i Σ j δ( x - i ∆x , y - j ∆y )

∆x sampling distance in direction of x

∆y sampling distance in direction of y

x y

Σ

i

Σ

j

δ( x - i ∆x , y - j ∆y ): 2D Dirac comb

∆x ∆y

Sampling

Æ ∆x and ∆y limits ?

„ The dirac weight of is:

… The value of f(x,y) at x = i ∆x and y = j ∆y

… The ‘mean’ value of f(x,y) around (i ∆x , j ∆y)

f(x,y) is weighted by h and integrated over R

i.e: CCD Camera i.e.: video camera tube or pickup tube

~ ( , ) f i x j y ∆ ∆

Sampling f x y e f i x j y x i x y j y

j i

( , ) ~

( , ) ( , )

= ∑ ∑ ∆ ∆ δ

~ ( , ) ( , ) ( , )

f i x i y f x y h i x x j y y dxdy

∆ ∆ = ∫

R

∆ − ∆ −

(28)

Département GE - DIP - Thomas Grenier 27

Sampling

„ Sampling distances limits

… Sampling leads to a reduction in resolution,

„ structures of about the scale of the sampling distance and finer will be lost

… Sampling theorem

„ We will obtain a periodic structure correctly only if we take at least two samples per wavelength

„ Else : Moiré effect (‘aliasing’ for 1D signal)

Sampling distances: Moiré effect

(29)

Département GE - DIP - Thomas Grenier 29

Image representation

„ A rectangular grid is only the simplest geometry for a digital image (∆x=∆y)

„ Other geometrical arrangements of the pixels and geometric forms of the elementary cells are possible

The three possible regular grids in 2-D: left triangular grid, center square grid, right hexagonal grid

Pixel center

Basic relationships between pixels

„ Neighborhoods

… 4- and 8- neighbors of a pixel

N

4

N

8

(30)

Département GE - DIP - Thomas Grenier 31

Basic relationships between pixels

„ Adjacency

… Two pixels p and q are 4-adjacent if q is in the set N 4 (p)

… Two pixels p and q are 8-adjacent if q is in the set N 8 (p)

„ Connectivity

… A (digital) path from pixel p to pixel q is a sequence of distinct pixels where the next pixels is adjacent to the previous one

… Let S represent a subset of pixels in an image. Two pixels p and q are said to be connected in S if there exists a path between them consisting entirely of pixels in S

Basic relationships between pixels

„ Region

… Let R be a subset of pixels in an image. We call R a region of the image if R is a connected set

… Regions that are not adjacent are said to be

disjoint

(31)

Département GE - DIP - Thomas Grenier 33

Basic relationships between pixels

„ Boundaries

… The boundary (or border, or contour) of a region R is the set of points that are adjacent to points in the complement of R (the background)

… Or… the border of a region is the set of pixels in the region that have at least one ‘background’

neighbor

Basic relationships between pixels

„ Distances between to pixels f [i,j] et f ’[k,l]

• Euclidian Distance d f f e ( , ' ) = ( i k − ) 2x 2 + ( j l − ) 2y 2

City-Block distance d f f c ( , ′ = − ) i k x ∆ + − j l y

Taxicab, Manhattan distance, D

4

distance

• Chessboard distance

D

8

distance

• …

d f f b ( , ′ = ) max( i k x j l y − ∆ , − ∆ )

Euclidian vs City block distances

2 1 1 1 2 3

2 1 X 1 2 3

3 2 1 2

3 2 2 2

3 3 3 3

2 2 2 3

2 1 1 3

2 2 2 3

Chessboard distance

(32)

Département GE - DIP - Thomas Grenier 35

Linear and nonLinear operations

„ Important classification of an image-processing method

… Is it a linear or a a nonlinear method ?

„ Let H be a general operator

„ H is said to be a linear operator if

Î Tools: vector-matrix, PDE, set, and related operators (+,*, convolution)…

[ f ( x , y ) ] g ( x , y )

H =

[ ] [ ] [ ]

) , ( )

, (

) , ( )

, ( )

, ( )

, (

y x g a y

x g a

y x f H a y

x f H a y

x f a y

x f a H

j j i

i

j j

i i

j j i

i

+

=

+

=

+

(33)

Digital Image

Processing

Discrete 2D Processing

Département Génie Electrique 5GE - TdSi

[email protected]

Summary

I. Introduction

DIP, Examples, Fundamental steps, components

II. Digital Image Fundamentals

Visual perception, light

Image sensing, acquisition, sampling, quantization Linear and non linear operations

III. Discrete 2D Processing

Vector space, color space

Operations (arithmetic, geometric, convolution, …) Image Transformations

IV. Image Improvement

Enhancement, restoration, geometrical modifications

(34)

Département GE - DIP - Thomas Grenier 3

Discrete 2D Processing

Vector space, colour space Operations on images

Arithmetic operations

Set and logical operations Spatial operations

Geometric Convolution

Image transformations

Unitary Transforms

Vector space and Matrix

Vector and Matrix Operations

Vector

Spatial position of pixel Pixel intensities

once pixels have been represented as vectors, we can use the tools of vector-matrix theory

Euclidean distance

⎥ ⎦

⎢ ⎤

= ⎡ y x x

⎥ ⎥

⎢ ⎢

=

3 2 1

z z z

z i.e. : RBG

[ ]

1/2

(35)

Département GE - DIP - Thomas Grenier 5

Vector space and Matrix

Vector and Matrix Operations

Other vector forms

Joint Spatial-range domain

Image

As function

As matrix (MxN) As vector (MNx1) i.e. adding noise:

⎥ ⎦

⎢ ⎤

= ⎡

r s

x x x

⎥ ⎥

⎥ ⎥

⎢ ⎢

⎢ ⎢

= b g r x y x

r

f

s

y x

f ( , ) ⇔ ( x ) = x y

r

i x i f j

i x

I [ , ] ⇔ ( . ∆ , . ∆ ) =

i.e.

⎣ ⎦

r

r

s

k M k N

k x x I x

f [ ] = ( , ) ⇔ [ % , / ] = )

, ( ) , ( )

,

( x y f x y x y

g = + η

Ν F G = +

n f

g = + noise

Noiseless images

location intensities

Color spaces

Color fundamentals

Colors are seen as variable combinations of primary colors: Red, Green and Blue

Standardization of the specific wavelength values by the CIE (Commission Internationale de l’Eclairage)

Red = 700nm, green=546.1nm, blue=435.8nm

2 kinds of mixture

Mixture of light (additive primaries)

Mixture of pigment (subtractive primaries)

additive subtractive

(36)

Département GE - DIP - Thomas Grenier 7

Color spaces

3 Characteristics used to distinguish one color from another:

Brightness: achromatic notion of intensity Hue: dominant color perceived (wavelength)

Saturation: relative purity (or the amount of white light within a hue)

Chromaticity: hue+saturation

A color can be characterized by its brightness and chromaticity

Color spaces

Tristimulus values:

amount of red (X) green (Y) and blue(Z)

Trichromatic coefficients (not spatial position!)

Example:

Z Y X x X

+

= +

Z Y X y Y

+

= +

Z Y X z Z

+

= +

= 1 + +

x y z

(37)

Département GE - DIP - Thomas Grenier 9

Color spaces

CIE Chromaticity diagram

Color spaces

A color model (also called color space or color systems) is a specification of a coordinate system.

Color models in use may be

Hardware-driven (monitors, printers)

Application-driven (creation, color graphic animation, …)

Commonly used color models

RBG (monitors, color video cameras) CMY, CMYK (printing)

YUV (TV, MPEG, …)

HSI (similar to human description and interpretation of colors)

Pseudocolor and Look Up Tables

(38)

Département GE - DIP - Thomas Grenier 11

0

255

255

255

Maxwell triangle R+G+B=255

black blue

green

red

white

RGB color model

Additive synthesis of color (mixtures of light)

Display hardware

monitors

CRT, LCD, plasma graphic card

24 bits (3*8 bits) Images About 16M colors

Grey-levels images

R=G=B

CMY Color model

Cyan Magenta Yellow

Subtractive color model

Describes the color reflected by an illuminated surface absorbing certain wavelengths

Is needed by devices that deposit colored pigments

i.e. on paper

CMYK: black color added for true black

(39)

Département GE - DIP - Thomas Grenier 13

⎥ ⎥

⎢ ⎢

⎥ ⎥

⎢ ⎢

=

⎥ ⎥

⎢ ⎢

B G R . 311 . 0 522 . 0 211 . 0

322 . 0 274 . 0 596

. 0

114 . 0 587 . 0 299 . 0 Q

I Y

⎥ ⎥

⎢ ⎢

⎥ ⎥

⎢ ⎢

=

⎥ ⎥

⎢ ⎢

B G R . 100 . 0 515 . 0 615

. 0

437 . 0 289 . 0 147 . 0

114 . 0 587

. 0 299 . 0 V

U Y

YUV is better than RGB for information decorrelation Compression of color images

⎥ ⎥

⎢ ⎢

⎥ ⎥

⎢ ⎢

7 . 1 : V

3 . 5 : U

93 : Y

6 . 30 : B

2 . 36 : V

2 . 33 : R

YUV Color model

YUV: PAL; YIQ: NTSC

Y intensity (grey-levels!) (not yellow ☺ )

UV or IQ: chromaticity

HSI Color model

Hue Saturation and …

Intensity HSI, Brightness HSB, Lightness HSL, Value HSV (not exactly the same)

This model attempts to describe perceptual color relationships more accurately than RGB

( ) ( )

( )

( ) ( )( )

( ) ⎟⎟

⎜⎜

⎜ ⎜

− +

− +

= −

⎩ ⎨

>

= ≤

+

− +

=

+ +

=

2 2 1

1

2

1 cos

360

) , , min(

. 1 3

) 3 (

1

B G B R G

R

B R G R

G B if

G B H if

B G R

B G S R

G B R I

θ

θ θ

RGB HSI

2 2

1

( / )

tan V U S

U V H

Y L

UV UV

+

=

=

=

YUV HSL

UV polar coordinates HS

(40)

Département GE - DIP - Thomas Grenier 15

RGB YUV HSL CMY CMYK

Wikipedia, The gimp, http://www.couleur.org/

H

S

L Y

U

V

C

M

Y R

G

B

C

M

Y

B

Pseudocolor

Or false color visualization consists of

assigning colors to gray values based on

specified criteria, function(s), table(s) (LUT)

(41)

Département GE - DIP - Thomas Grenier 17

Operations on images

Arithmetic Operations

Application: Corrupted image g obtained by adding the noise η to a noiseless image f

assumptions :

at every pair of coordinates (x,y) the noise is uncorrelated the noise has zero average value

Noise reduction by summing (averaging) a set of noisy images

÷

×

− + , , ,

) , ( )

, ( )

,

( x y f x y x y

g = + η

) , ( )

,

( 1 .

y x y

x

g K σ η

σ =

55 ,

= 3 σ

45 ,

= 25

σ σ = 18 , 3

5 ,

= 13

σ σ = 11 , 6

1 2

6 4

Original

Noise Mean

Reduction

(42)

Département GE - DIP - Thomas Grenier 19

*, /

=

Shading pattern

Shading correction examples

Ultrasound image Knee of Guinea pig

MRI, 7 Telsa

Shading correction examples

(43)

Département GE - DIP - Thomas Grenier 21

Operations on images

Set and Logical Operations

Basic set operations

a is an element of the set A:

A set is represented with two braces

The set with no elements is called null or empty set:

Some operations

A B

A B A A B B

A B

A B A A B B

{ } • A b A a ∈ , ∉

{ w w B }

B

c

= ∉ AB AB

B A

difference complement intersection union

A-B

Operations on images

Set and Logical Operations

Logical operations

Binary image:

1 foreground 0 background

Operations:

AND, OR, NOT, XOR, AND-NOT, …

Applicable on binary images or gray-level images!

Fuzzy sets

For gradual transition from 0 to 1 (and 1 to 0)

1

0

(44)

Département GE - DIP - Thomas Grenier 23

Operations on images

Spatial Operations

Spatial operations are performed directly on the pixels of a given image.

3 categories:

Single pixel operations

Neighborhood operations, Convolution

Geometric spatial transformations and image registration

Operations on images

Spatial Operations - Single pixel operations

r: original intensity, s: new intensity,

T: a transformation function

)

(r

T

s =

(45)

Département GE - DIP - Thomas Grenier 25

Operations on images

Spatial Operations - Single pixel operations

Example T(r)

r 255

0 255

Negative Original

Operations on images

Spatial Operations - Neighborhood operations

S xy : set of coordinates of a neighborhood centered on a point (x,y) in an image f.

Neighborhood processing generates one

corresponding pixel in the output image g at the same (x,y) coordinates.

The value of that pixel in g is determined by a operation

involving the pixels in S xy .

(46)

Département GE - DIP - Thomas Grenier 27

Operations on images

Spatial Operations - Neighborhood operations

-1, -1, -1, -1, -1 -1, -1, -1, -1, -1 -1, -1, 24, -1, -1 -1, -1, -1, -1, -1 -1, -1, -1, -1, -1 Mean of S

xy

S

xy

S

xy

FIR filters…

=

Sxy

c r

c r n f

y m x g

) , (

) , . (

) 1 , (

Operations on images

Convolution

∑∑ ∈

=

H l k

l j k i f l k h j

i g

) , (

) ,

( ) , ( )

, (

Output image

Convolution mask

Impulse response Input image

g(x,y) = h(x,y)*f(x,y) (two-dimensional convolution)

i

(47)

Département GE - DIP - Thomas Grenier 29

W: 2x2 neighborhood

k={0;1} l={0;1} 1/4 1/4

1/4 h(k,l) = 1 /4 for each (k,l) 1/4

k

l

0 1

0 1

0 1 2 2 1 1 2 1 1 2 0 0

3/4 6/4 7/4 x 5/4 5/4 3/4 x x x x x

0 1 1 x 1 1 0 x x x x x

(rounded to the integer part)

Example of Mean Filter

⎪⎭

⎪ ⎬

⎪⎩

⎪ ⎨

⎧ − < < − < <

+

= +

else

N l N and M k M N if

l M k h

0 )

1 2 )(

1 2 (

1 )

, (

(zoom) 2x2 Mean Filter

Example of Mean Filter

(… interpolation)

(48)

Département GE - DIP - Thomas Grenier 31

Mean Filter 3x3 (k=-1,0,1 l=-1,0,1), Constant value h(k,l)=1/9

Example Mean Filter noise reduction

Problems?

Operations on images

Domain of convolution

(49)

Département GE - DIP - Thomas Grenier 33

Operations on images

Geometric spatial transformations and image registration

Geometric transformations modify the spatial relationship between pixels in an image

In terms of digital image processing, a geometric transformation consists of

A spatial transformation of coordinates

Intensity interpolation that assigns values to the spatially transformed pixel

{ ( , ) }

) ' ,'

( x y = T x y

Spatial transformations

Example

Shrink image to half its size

Affine transform:

Higher order

{ ( , ) } ( / 2 , / 2 ) )

' ,'

( x y = T x y = x y

[ ]

⎥ ⎥

⎢ ⎢

=

1 0 0 ].

1 , , [ 1 ,' ,'

32 31

22 21

12 11

t t

t t

t t y x y

x

[ x ,' y ,' 1 ] = [ x , y , x ², y ², xy ,..., 1 ]. T

(50)

Département GE - DIP - Thomas Grenier 35

Affine transform:

⎩ ⎨

=

⇒ =

⎥ ⎥

⎢ ⎢

y y

x x

' ' 1

0 0

0 1 0

0 0 1

⎩ ⎨

=

⇒ =

⎥ ⎥

⎢ ⎢

y c y

x c c x

c

y x y

x

. '

. ' 1

0 0

0 0

0 0

⎩ ⎨

+

= +

⇒ =

⎥ ⎥

⎢ ⎢

y x

y x

t y y

t x x t

t '

' 1

0 1 0

0 0 1 identity

scaling

translation

⎩ ⎨

= +

⇒ =

⎥ ⎥

⎢ ⎢

y y

y s x

s

x

x

x

' . '

1 0 0

0 1

0 0 1 Shear

(vertical)

⎩ ⎨

+

=

⇒ =

⎥ ⎥

⎢ ⎢

x s y y

x s x

y y

. '

' 1

0 0

0 1 0

0 Shear 1

(horizontal) x’= x

y’= y+0.5 x y’

x’

identity

scaling

translation

horizontal shearing y’

x’

y’

x’

y’

x’

Affine transform, rotation

35° degrees rotation

⎥ ⎥

⎢ ⎢

=

1 0 0

0 cos sin

0 sin cos

θ θ

θ θ

Rotation T

(51)

Département GE - DIP - Thomas Grenier 37

Higher order transforms

Applications :

Lens distortion correction, perspective

Orthoscopic projection

Barrel

distortion Pincushion distorsion

x

y

k k+1

l l+1

x

y

m m+1

n

n+1

Intensity interpolation

Problem:

x,y are discrete values (sampled image): x=kDx , y=lDy and x’=h1(kDx , lDy) et y’=h2(kDx , lDy) are not

necessary multiple integer of Dx and Dy

(52)

Département GE - DIP - Thomas Grenier 39

m

n Q

P 1

P 3 P 4

P 2 f’(Q)=f’(mx,ny) = G[f(P 1 ),f(P 2 ),f(P 3 ),f(P 4 )]

With f(P 1 )=f (kx, ly) f(P 2 )=f ((k+1)x,ly)

f(P 3 )=f ((k+1)x,(l+1)y) f(P 4 )=f (kx, (l+1)y)

• Nearest neighbor: f(Q)=f(P k ) , k : d k =min{d 1 ,d 2 ,d 3 ,d 4 }

• linear interpolation

d 4

f Q

f P d d

k k

k

k k

( )

( ) / /

=

=

=

1 4

1 4

1

•Bilinear interpolation, ideal interpolation, spline interpolation,....

Solution: intensity interpolation

Interpolation, example with rotation

Without interpolation

With interpolation 35° degrees rotation

⎥ ⎥

⎢ ⎢

=

1 0 0

0 cos sin

0 sin cos

θ θ

θ θ

T

(53)

Département GE - DIP - Thomas Grenier 41

Images Transformation

Previous methods work in spatial domain In some cases, image processing tasks are best formulated in a transform domain.

i.e. frequency Fourier

Many transformations exist

Transform Operation

R

Inverse transform

f(x,y) T(u,v) R[T(u,v)] g(x,y)

Spatial

domain Spatial

domain Transform domain

Images Transformation

A particularly important class of 2D linear transforms can be expressed in the general

form ∑ ∑

=

=

=

1

0 1 0

) ,

; , ( ).

, ( )

,

(

M

x N y

v u y x r y x f v

u T

Forward transformation kernel

Input image forward transform

∑ ∑

=

=

=

1

0 1 0

) ,

; , ( ).

, ( )

,

(

M

u N v

v u y x s v u T y

x f

inverse transformation kernel

Forward transform Recovered image

Separable kernel:

Symmetric kernel:

) , ( ).

, ( ) , , ,

( x y u v r

1

x u r

2

y v

r =

) , ( ).

, ( ) , , ,

( x y u v r

1

x u r

1

y v

r =

(54)

Département GE - DIP - Thomas Grenier 43

Images Transformation, DFT

2-D Discrete Fourier Transform (DFT)

) / / (

)

2

, , ,

( x y u v e

j ux M vy N

r =

π +

) / / (

1

2

) , , ,

( e

j ux M vy N

v MN u y x

s =

π +

Forward kernel Inverse kernel

∑ ∑

=

=

+

= 1 − 0

1 0

) / /

(

). 2

, ( )

,

( M

x N y

N vy M ux

e j

y x f v

u

T π

∑ ∑

=

=

= 1 +

0 1 0

) / /

(

). 2

, 1 (

) ,

( M

x N

y

N vy M ux

e j

v u MN T

y x

f π

Complex numbers…

Modulus and phase (angle)

coefficients…

Speed (frequency) of

sinusoïdal variation of pixel intensity in a given direction i

Example: 2-D Fourier transform

(55)

Département GE - DIP - Thomas Grenier 45

f i f j

High

frequency Sine images 2 Dirac delta functions

f i f j

Low

frequency

Image example: 2-D Fourier transform

DFT modulus

phase

DFT

-1

(56)

Département GE - DIP - Thomas Grenier 47

Some DFTs

gauss

grid Weighted 2D Dirac comb

• The same as in the 1D case

• Periodic in the u and v directions (period = M,N)

F(0,0) = dc component = mean of grey-levels

• Energy conservation ΣΣ |f(x,y)|² = ΣΣ |F(u,v)|²

f(x,y) real F(u,v) is conjugate symmetric

•(and Real part is even, Imaginary part is odd)

2-D DFT and DFT -1 properties

) , ( )

,

* ( u v F u v

F = − −

(57)

Département GE - DIP - Thomas Grenier 49

Phase influence:

modulus phase modulus phase

DFT

Modulus DFT - DFT -1

Modulus Phase

Phase influence:

(58)

Département GE - DIP - Thomas Grenier 51

Without aliasing

Note

Periodic DFT

Sampled image Continuous image

Notes on aliasing…

With aliasing

Sampled image Continuous image

Notes on

aliasing…

(59)

Département GE - DIP - Thomas Grenier 53

Images Transformation

Other transformations

Unitary transforms

Radon

used to reconstruct images from medical computed tomography scans

Cosine (DCT)

JPEG, MPEG (mDCT: AAC, Vorbis, WMA, MP3)

Sine Wavelet

Hough

⎟ ⎠

⎜ ⎞

⎛ +

⎟ ⎠

⎜ ⎞

⎛ +

= ∑∑

=

= M

v j

N u j i

i N x

M

v c u v c

u C

N i

M

j 2

. ) 1 2

cos ( 2 .

. ) 1 2 cos ( ).

, ( . .

) ( ).

( . ) 4 , (

1 0

1 0

π π

⎪⎩

⎪ ⎨

=

= ≠

0 if

1

0 if

) 2

( with

m N

m m N

c

Discrete Cosine Transform DCT-II

Examples

Sine wave

(60)

Département GE - DIP - Thomas Grenier 55

• Linear, separable

real coefficients

C(0,0) = dc component = mean of grey-levels

• DCT concentrates most of the power on the lower frequencies

• Fast algorithms (like FFT) : N².log 2 (N)

Image compression (JPEG, MPEG)

Discrete Cosine Transform, properties

Note on jpeg: DCT per bloc

(61)

Département GE - DIP - Thomas Grenier 57

Features extraction technique

The classical Hough transform was

concerned with the identification of lines in the image

The Hough transform has been extended to identify positions of arbitrary shapes

Circles Ellipses

Hough Transform

θ θ . sin cos

. y

x

r = +

For a point with (x

0

,y

0

) coordinates in the image plane,

all the lines that go through it verify : r ( ) θ = x 0 . cos θ + y 0 . sin θ

Angle of the vector from the origin to the closest point of the line

Distance to origin

0.0 0.5 1.0 1.5 2.0 2.5 3.0 3.5

-3 -2 -1 0 1 2 3 4 5

x y

3 lines through (x

0,

y

0

) y

0

x

0

All the lines through (x

0,

y

0

) r

θ Hough Transform

Equation of a line

(62)

Département GE - DIP - Thomas Grenier 59

Hough Transform

x y

2 points (x

0,

y

0

), (x

1,

y

1

) One line !

y

0

x

0

0.0 0.5 1.0 1.5 2.0 2.5 3.0 3.5

-4 -3 -2 -1 0 1 2 3 4 5

y

1

x

1

Hough space of the 2 points (x

0,

y

0

), (x

1,

y

1

) One point in the Hough space

One line in spatial space

(x

0,

y

0

) = (3,3); (x

1

,y

1

) = (4,2); (r, θ) ~ (4.25, 0.785)

Application:

line detection

Hough Transform

(63)

Digital Image

Processing

Image Improvement

Département Génie Electrique 5GE - TdSi

[email protected]

Summary

I. Introduction

„ DIP , Examples, Fundamental steps, components

II. Digital Image Fundamentals

„ Visual perception, light

„ Image sensing, acquisition, sampling, quantization

„ Linear, and non linear operation

III. Discrete 2D Processing

„ Vector space, Convolution

„ Unitary Transformation

IV. Image Improvement

„ Enhancement, restoration, geometrical modifications

(64)

Département GE - DIP - Thomas Grenier 3

Image Improvement

„ Image improvement denotes three types of image manipulation processes:

… Image enhancement entails operations that improve the appearance to a human viewer, or operations to convert an image to a format better suited to machine processing

… Image restoration has commonly been defined as the

modification of an observed image in order to compensate for defects in the imaging system that produced the

observed image

… Geometrical image modification includes image

magnification, minification, rotation and nonlinear spatial warping

Image Improvement

„ Image enhancement

… Contrast and histogram

… Noise cleaning

… Edge enhancement

… Color/multispectral image enhancement

„ Image restoration

(65)

Département GE - DIP - Thomas Grenier 5

Image Enhancement

„ Improve the visual appearance of an image or to convert the image to a form better suited for analysis by a human or a machine

„ A lot of techniques exist

„ There is no general unifying theory of image enhancement at present because there is no general standard of image quality that can serve as a design criterion for an image enhancement processor

Contrast improvement

„ The most common defects of photographic or electronic images is poor contrast resulting from a reduced, and perhaps nonlinear,

image amplitude range

Î Image contrast can often be improved by amplitude rescaling of each pixel

Î Histogram

Î Transformation functions

(66)

Département GE - DIP - Thomas Grenier 7

Histogram

„ Number of pixels that have a given intensity value

„ Similar to the probability density function

1 2 1 3 1 2 1 1 3 1 1 2 3 1 1

Grey-levels: i h(i) Number of pixels

1 2 3 9

3

image

pixels of

nb i h i

p ( ) = ( ) / _ _

Histogram

„ Examples

(67)

Département GE - DIP - Thomas Grenier 9

Histogram manipulation

„ Use a transformation function

… Try an existing (classical) one

… Build your own!

T(u)

0 255

u 0

255

0 255

u 0

255 T(u)

Input Range

Output Range

Histogram manipulation

v=f(u) v

0 255 u

v=f(u)

(68)

Département GE - DIP - Thomas Grenier 11

Histogram manipulation

„ Brightness and contrast

Contrast (window)

ÆDemo

ÆBest choice ? Brightness (level)

middle value of the contrast window

saturation

Histogram manipulation

„ Grey level histogram equalization

=

f

f f g

g

g

g dg p f df

p

min min

).

( ).

(

‘g’ function ?

g

g

(69)

Département GE - DIP - Thomas Grenier 13

Histogram manipulation

„ Histogram equalization

… Examples

„ The output density is forced to be the uniform density

„ Other functions for the output density (exponential, logarithmic)

) ( ).

(

min

f P dg g

p

f

g

g

g

=

max min

min max

) 1

( g g g

g g g

p

g

≤ ≤

= −

( g

max

g

min

) P ( f ) g

min

g = −

f

+

Histogram manipulation

„ Histogram equalization, example

Transfer function (P

f

(f))

X-ray projectile image

(70)

Département GE - DIP - Thomas Grenier 15

Histogram manipulation

„ Threshold

binary

Histogram manipulation

„ Threshold

LUT

(71)

Département GE - DIP - Thomas Grenier 17

Histogram manipulation

„ Limitations

… Histogram equalization is not well adapted for good quality images

… Histogram threshold is not a noise removing technique!

… Histogram equalization should be adaptive!

„ Some methods exist (local equalization)

• features measured on the smallest neighborhood (1 pixel) grey-level (NG), color, quantitative value (Bq/cc, ...) ...

• features measured on a neighborhood Æ local histogram

Local Histogram analysis

Références

Documents relatifs

De la formation à la transition énergétique, du développement économique aux transports, des lycées à l’agriculture, de la jeunesse aux fonds européens, du sport au tourisme,

A simple example is the viewfinder of a wearable camera system, which provides framing, a photographic point of view, and facilitates the provision to the user of a general awareness

Many applications in image processing require a discretization of the superposition integral relating the input and output continuous fields of a linear system. For exam- ple, image

The image must be of size 2M x2N where 5 &lt; N, M 10, and may be any (positive) number of bits deep, restricted only by storage considerations. Most of the routines in the

In this image vegetation appears in red, pink, and maroon; water appears in blue to black; urban and non-vegetated areas (including the tsunami damage regions) appear in

on an array sensor Result of image sampling and quantization. Image Sampling

A color model (also called color space or color systems) is a specification of a coordinate system. Color models in use

„ There is no general unifying theory of image enhancement at present because there is no general standard of image quality that can serve as a design criterion for an image