Top Banner
Chapter 3: Image Restoration Introduction
33

Chapter 3: Image Restoration Introduction. Image restoration methods are used to improve the appearance of an image by applying a restoration process.

Jan 13, 2016

Download

Documents

Annice Chandler
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Chapter 3: Image Restoration Introduction. Image restoration methods are used to improve the appearance of an image by applying a restoration process.

Chapter 3: Image Restoration

Introduction

Page 2: Chapter 3: Image Restoration Introduction. Image restoration methods are used to improve the appearance of an image by applying a restoration process.

Introduction

• Image restoration methods are used to improve the appearance of an image by applying a restoration process that uses a mathematical model for image degradation.

Page 3: Chapter 3: Image Restoration Introduction. Image restoration methods are used to improve the appearance of an image by applying a restoration process.

Introduction

• Examples of the types of degradation:– Blurring caused by motion or atmospheric disturbance.– Geometric distortion caused by imperfect lenses. – Superimposed interference patterns caused by

mechanical systems.– Noise from electronic sources.

• It is assumed that the degradation model is known or can be estimated.

• The idea is to model the degradation process and then apply the inverse process to restore the original image.

Page 4: Chapter 3: Image Restoration Introduction. Image restoration methods are used to improve the appearance of an image by applying a restoration process.

Introduction

• Let us look at an over-simplified example. Assume that during the modelling stage, it is determined that the image is corrupted by additive noise defined as follows:

d(r,c) = I(r,c) + nd(r,c) : Degraded imageI(r,c) : Original imagen : Constant Noise

Page 5: Chapter 3: Image Restoration Introduction. Image restoration methods are used to improve the appearance of an image by applying a restoration process.

Introduction

• Based on this model, the degraded image could be restored back to original image by applying the inverse of the degradation process.– This is done by subtracting n from each

of the pixel in d(r,c). – I(r,c) = d(r,c) - n

Page 6: Chapter 3: Image Restoration Introduction. Image restoration methods are used to improve the appearance of an image by applying a restoration process.

Introduction

• However, in practice, the degradation model is often not known and must be experimentally determined and estimated.

• In this chapter, we will consider the various types of degradation that can be modeled and discuss the various techniques available to restore the image.

Page 7: Chapter 3: Image Restoration Introduction. Image restoration methods are used to improve the appearance of an image by applying a restoration process.
Page 8: Chapter 3: Image Restoration Introduction. Image restoration methods are used to improve the appearance of an image by applying a restoration process.

System Model

• The degradation process model consists of two parts:– The degradation function.– The noise function.

Page 9: Chapter 3: Image Restoration Introduction. Image restoration methods are used to improve the appearance of an image by applying a restoration process.

System Model

• The general model in spatial domain:d(r,c) = h(r,c) * I(r,c) + n(r,c)

– d(r,c) = degraded image– h(r,c) = degradation function – I(r,c) = original image– n(r,c) = additive noise function– * denotes convolution

Page 10: Chapter 3: Image Restoration Introduction. Image restoration methods are used to improve the appearance of an image by applying a restoration process.

System Model

• Because convolution in the spatial domain is equivalent to multiplication in the frequency domain, the frequency domain model is:

D(u,v) = H(u,v)I(u,v) + N(u,v)– D(u,v) : Fourier transform of degraded image– H(u,v) : Fourier transform of degradation

function– I(u,v) = Fourier transform of the original image– N(u,v) = Fourier transform of the additive noise

function.

Page 11: Chapter 3: Image Restoration Introduction. Image restoration methods are used to improve the appearance of an image by applying a restoration process.

System Model

• Based on the definition of image restoration and the general model, in order to perform image restoration, we need to find:– h(r,c) or H(u,v)– n(r,c) or N(u,v)

Page 12: Chapter 3: Image Restoration Introduction. Image restoration methods are used to improve the appearance of an image by applying a restoration process.

Noise

• Noise can be defined as any undesired information that contaminates an image.

• Noise appears in images from a variety of sources.

• The digital image acquisition process, which converts an optical image into continuous electrical signal that is then sampled, is the primary process by which noise appears in digital image.

Page 13: Chapter 3: Image Restoration Introduction. Image restoration methods are used to improve the appearance of an image by applying a restoration process.

Noise

• At every step in the process, there are fluctuations caused by natural phenomena that add a random value to the exact brightness value for a given pixel.

• In typical images, the noise can be modeled using either a gaussian (“normal”), uniform, or salt-and-pepper (“impulse”) distribution.

• The shape of the distribution of these noise types can be modeled as a histogram.

Page 14: Chapter 3: Image Restoration Introduction. Image restoration methods are used to improve the appearance of an image by applying a restoration process.

Noise

• Gaussian distribution:

– g = gray level– m = mean (average)– σ = standard deviation (σ2 = variance)

2

2

2

)(

2Gaussian2

1)(HISTOGRAM

mg

egP

Page 15: Chapter 3: Image Restoration Introduction. Image restoration methods are used to improve the appearance of an image by applying a restoration process.

Noise

Page 16: Chapter 3: Image Restoration Introduction. Image restoration methods are used to improve the appearance of an image by applying a restoration process.

Noise

• Uniform distribution:

12

)(var

2

0

1)(HISTOGRAM

2

Uniform

abiance

bamean

elsewhere

bgaforabgP

Page 17: Chapter 3: Image Restoration Introduction. Image restoration methods are used to improve the appearance of an image by applying a restoration process.

Noise

Page 18: Chapter 3: Image Restoration Introduction. Image restoration methods are used to improve the appearance of an image by applying a restoration process.

Noise

• Salt-and-pepper distribution:

)"("

)"(")(HISTOGRAM Pepper &Salt salt

pepper

bg

ag

for

for

B

AgP

Page 19: Chapter 3: Image Restoration Introduction. Image restoration methods are used to improve the appearance of an image by applying a restoration process.

Noise

Page 20: Chapter 3: Image Restoration Introduction. Image restoration methods are used to improve the appearance of an image by applying a restoration process.

Noise

OriginalImage

Page 21: Chapter 3: Image Restoration Introduction. Image restoration methods are used to improve the appearance of an image by applying a restoration process.

Noise

Image with Gaussiannoise added

Page 22: Chapter 3: Image Restoration Introduction. Image restoration methods are used to improve the appearance of an image by applying a restoration process.

Noise

Image with uniformnoise added

Page 23: Chapter 3: Image Restoration Introduction. Image restoration methods are used to improve the appearance of an image by applying a restoration process.

Noise

Image withsalt-and-peppernoise added

Page 24: Chapter 3: Image Restoration Introduction. Image restoration methods are used to improve the appearance of an image by applying a restoration process.

Noise

• Rayleigh distribution:

4

)4(var

4

2)(HISTOGRAM

2

Rayleigh

iance

mean

eg

gPg

Page 25: Chapter 3: Image Restoration Introduction. Image restoration methods are used to improve the appearance of an image by applying a restoration process.

Noise

Page 26: Chapter 3: Image Restoration Introduction. Image restoration methods are used to improve the appearance of an image by applying a restoration process.

Noise

• Negative exponential distribution:

2

lExponentia Negative

var

)(HISTOGRAM

iance

egP

g

Page 27: Chapter 3: Image Restoration Introduction. Image restoration methods are used to improve the appearance of an image by applying a restoration process.

Noise

Page 28: Chapter 3: Image Restoration Introduction. Image restoration methods are used to improve the appearance of an image by applying a restoration process.

Noise

• Gamma distribution:

2

1

Gamma

var

)!1()(HISTOGRAM

aiance

ea

ggP a

g

Page 29: Chapter 3: Image Restoration Introduction. Image restoration methods are used to improve the appearance of an image by applying a restoration process.

Noise

Page 30: Chapter 3: Image Restoration Introduction. Image restoration methods are used to improve the appearance of an image by applying a restoration process.

Noise

Noise sources Typical Statistic Model

Natural noise process such as electronic noise in image acquisition system.

Gaussian

Malfunctioning pixels elements in camera sensors, faulty memory locations or timing errors in digitization process.

Salt & Pepper

Radar range and velocity images. Rayleigh

Laser-based images. Negative Exponential

Lowpass filtered image with noise of Negative Exponential distribution.

Gamma

Page 31: Chapter 3: Image Restoration Introduction. Image restoration methods are used to improve the appearance of an image by applying a restoration process.

Noise

• There are various approaches that can be used to determine the type of noise that has corrupted as image.

• Ideally, we want to find an image that contains only noise, and then we can use its histogram for the noise model.– If we have a system that generates a noisy

image, try to take picture of a blank wall.

Page 32: Chapter 3: Image Restoration Introduction. Image restoration methods are used to improve the appearance of an image by applying a restoration process.

Noise

• If we cannot find "noise-only" images or access to the actual system, we may start from the sample of degraded image.

• A portion of image where we know what to expect in the histogram is selected (a constant-value image or a well-defined line).

• We can then subtract the known values from the histogram and what is left is our noise distribution.

Page 33: Chapter 3: Image Restoration Introduction. Image restoration methods are used to improve the appearance of an image by applying a restoration process.

Noise

• We can then compare this noise model to the ones available and select the best match.

• In order to develop a valid model with any of the above approaches, many sample images need to be evaluated.