EE 7730 - PowerPoint PPT Presentation

About This Presentation
Title:

EE 7730

Description:

Homomorphic Filtering. Consider the illumination and ... Homomorphic Filtering. The illumination component of an image shows slow spatial variations. ... – PowerPoint PPT presentation

Number of Views:95
Avg rating:3.0/5.0
Slides: 16
Provided by: ece5
Learn more at: https://www.ece.lsu.edu
Category:

less

Transcript and Presenter's Notes

Title: EE 7730


1
EE 7730
  • Image Enhancement (Frequency Domain)

2
Frequency-Domain Filtering
  • Compute the Fourier Transform of the image
  • Multiply the result by filter transfer function
  • Take the inverse transform

3
Frequency-Domain Filtering
4
Frequency-Domain Filtering
  • Ideal Lowpass Filters

Non-separable
gtgt f1,f2 freqspace(256,'meshgrid') gtgt H
zeros(256,256) d sqrt(f1.2 f2.2) lt 0.5 gtgt
H(d) 1 gtgt figure imshow(H)
Separable
gtgt f1,f2 freqspace(256,'meshgrid') gtgt H
zeros(256,256) d abs(f1)lt0.5 abs(f2)lt0.5 gtgt
H(d) 1 gtgt figure imshow(H)
5
Frequency-Domain Filtering
  • Butterworth Lowpass Filter

As order increases the frequency response
approaches ideal LPF
6
Frequency-Domain Filtering
  • Butterworth Lowpass Filter

7
Frequency-Domain Filtering
  • Gaussian Lowpass Filter

8
Frequency-Domain Filtering
Ideal LPF
Butterworth LPF
Gaussian LPF
9
Example
10
Highpass Filters
11
Example
12
Homomorphic Filtering
  • Consider the illumination and reflectance
    components of an image

Illumination
Reflectance
  • Take the ln of the image
  • In the frequency domain

13
Homomorphic Filtering
  • The illumination component of an image shows slow
    spatial variations.
  • The reflectance component varies abruptly.
  • Therefore, we can treat these components somewhat
    separately in the frequency domain.

1
With this filter, low-frequency components are
attenuated, high-frequency components are
emphasized.
14
Homomorphic Filtering
15
Summary
  • Digital Image Fundamentals Pixel, resolution,
    bit depth, ...
  • Linear Systems Shift invariance, causality,
    convolution, impulse response, ...
  • Fourier Transform 2D Fourier Transform of
    continuous and discrete signals, 2D FT properties
    (linearity, shifting, modulation, convolution,
    multiplication, energy conservation, etc.), Dirac
    delta function, Kronecker delta function,
  • 2D Sampling Aliasing, anti-aliasing filter,
    downsampling, interpolation,
  • Discrete Fourier Transform Periodicity, other
    properties, frequency-domain filtering,
  • Discrete Cosine Transform Properties (real basis
    functions, good energy compaction), relationship
    with DFT, matrix representation of DCT,
  • Image Enhancement Image enhancement by point
    processing (intensity transformation, histogram
    equalization, histogram specification, etc.),
    Image enhancement by spatial-domain filtering
    (lowpass filtering, highpass filtering, median
    filtering, high-boost filtering, gradient and
    laplacian operators, etc.), Image enhancement by
    frequency-domain filtering (lowpass/highpass
    filters, homomorphic filtering, etc.)
Write a Comment
User Comments (0)
About PowerShow.com