Download presentation
Presentation is loading. Please wait.
Published byAnnice Chandler Modified over 9 years ago
1
Chapter 3: Image Restoration Introduction
2
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.
3
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.
4
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) + n d(r,c) : Degraded image I(r,c) : Original image n : Constant Noise
5
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
6
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.
8
System Model The degradation process model consists of two parts: –The degradation function. –The noise function.
9
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
10
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.
11
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)
12
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.
13
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.
14
Noise Gaussian distribution: –g = gray level –m = mean (average) –σ = standard deviation (σ 2 = variance)
15
Noise
16
Uniform distribution:
17
Noise
18
Salt-and-pepper distribution:
19
Noise
20
Original Image
21
Noise Image with Gaussian noise added
22
Noise Image with uniform noise added
23
Noise Image with salt-and-pepper noise added
24
Noise Rayleigh distribution:
25
Noise
26
Negative exponential distribution:
27
Noise
28
Gamma distribution:
29
Noise
30
Noise sourcesTypical 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
31
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.
32
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.
33
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.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.