Lecture 10 Image restoration and reconstruction - PowerPoint PPT Presentation

1 / 22
About This Presentation
Title:

Lecture 10 Image restoration and reconstruction

Description:

Image restoration and reconstruction Basic concepts about image degradation/restoration Noise models Spatial filter techniques for restoration ... – PowerPoint PPT presentation

Number of Views:352
Avg rating:3.0/5.0
Slides: 23
Provided by: HBF5
Category:

less

Transcript and Presenter's Notes

Title: Lecture 10 Image restoration and reconstruction


1
Lecture 10 Image restoration and reconstruction
  • Basic concepts about image degradation/restoration
  • Noise models
  • Spatial filter techniques for restoration

2
Image Restoration
  • Image restoration is to recover an image that has
    been degraded by using a priori knowledge of the
    degradation phenomenon
  • Image enhancement vs. image restoration
  • Enhancement is for vision
  • Restoration is to recover the original image
  • There is overlap of the techniques used
  • Image restored is an approximation of the
    original image
  • Criteria for the goodness

3
The model of Image Degradation
4
Noise models
  • Noise often arise during image acquisition/transfo
    rmation
  • Caused by many factors
  • Spatial noise
  • Frequency noise
  • Some important noise probability density
    functions
  • Gaussian noise
  • Rayleigh noise
  • Erlang (gamma) noise
  • Exponential noise
  • Uniform
  • Impulse
  • Periodic noise

5
(No Transcript)
6
Generate spatial noise of a given distribution
  • Theorem
  • Given CDF F(z). Let w be the uniform random
    number generator on (0,1). Then the random number
    has the CDF F(z)
  • Example Reyleighs CDF is

Matlab example a 50, b 10, M 100, N
100R a sqrt(-blog(1-rand(M,N))) MatLab
example 2 Gaussian distribution mean a and std
b a 10, b 10, M 100, N 100R a
brandn(M,N)
7
Add spatial noise to an image of
  • Let f(x, y) be an M N image, and N(x, y) be the
    random MN noise of the given distribution. Then
    the image with the spatial noise is g(x, y)
    f(x,y) N(x,y)

MatLab example f imread('moon.tif') M N
size(f) s uint8(a sqrt(-blog(1-rand(M,N))))
fs y s imshow(fs)
8
(No Transcript)
9
(No Transcript)
10
(No Transcript)
11
Estimation of Noise Parameters
  • Parameters of a PDF mean, standard deviation,
    variance, moments about the mean
  • The method of estimation
  • If possible, take a flat image the system and
    compute its parameter
  • If only images are available.
  • Take a strip image S. Determine the histogram of
    S. Let denote the frequency of value zi

12
(No Transcript)
13
Spatial filters based restoration technique
  • When only additive random noise is present,
    spatial filter can be applied
  • Mean filters
  • Arithmetic mean filter

14
Spatial filters based restoration technique
  • Geometric mean filter
  • Harmonic mean filter
  • Contraharmonic mean filter

15
(No Transcript)
16
(No Transcript)
17
(No Transcript)
18
(No Transcript)
19
(No Transcript)
20
(No Transcript)
21
(No Transcript)
22
(No Transcript)
Write a Comment
User Comments (0)
About PowerShow.com