Dip Unit 3
Dip Unit 3
Image Processing
UNIT – 3
II B. Tech – CSE (Specialization Branches)
SRM IST, Ramapuram
Unit – III : Syllabus
• Introduction to Image Restoration
• Degradation model, Properties,
• Noise models
• Mean Filters
• Order Statistics
• Adaptive filters
• Band reject Filters
• Band pass Filters
• Notch Filters
• Optimum Notch Filtering
• Inverse Filtering
• Wiener filtering
Introduction to Image
Restoration
• Restoration attempts to recover an image that has been degraded by
using a priori knowledge of the degradation phenomenon.
• Thus, restoration techniques are oriented toward modeling the
degradation and applying the inverse process in order to recover the
original image.
• Image restoration is a process used to recover an original image from a
degraded version.
• The goal is to reduce noise, blur, and distortions that occur due to
different factors like motion blur, sensor noise, or transmission errors.
• Note:
• Fraktur capital H (ℋ), often used to denote mathematical operators or spaces,
such as Hilbert spaces
Introduction to Image
Restoration
• Images degrade due to various reasons, including poor
lighting, lens defects, motion or sensor limitations.
• The degradation process is mathematically represented
g(x,y)= ℋ {f(x,y)}+η(x,y)
as:
• where, as before, Sxy is a sub image (neighborhood) centered on point (x, y). The value of the pixel at (x, y) is
included in the computation of the median.
• Median filters are quite popular because, for certain types of random noise, they provide
excellent noise-reduction capabilities, with considerably less blurring than linear smoothing
filters of similar size.
• Median filters are particularly effective in the presence of both bipolar and unipolar impulse
noise.
ADAPTIVE FILTERS
• Once selected, the filters discussed thus far are applied to an image
without regard for how image characteristics vary from one point to
another.
• In this section, we take a look at two adaptive filters whose behavior
changes based on statistical characteristics of the image inside the filter
region defined by the m × n rectangular neighborhood Sxy.
• As the following discussion shows, adaptive filters are capable of
performance superior to that of the filters discussed thus far.
• The price paid for improved filtering power is an increase in filter
complexity.
• Keep in mind that we still are dealing with the case in which the
degraded image is equal to the original image plus noise.
• No other types of degradations are being considered yet.