Top Banner
Dr. Abdul Basit Siddiqui FUIEMS
23

Digital Image Processing Image Enhancement in Frequency Domain

Jan 05, 2016

Download

Documents

Arella

Digital Image Processing Image Enhancement in Frequency Domain. Dr. Abdul Basit Siddiqui FUIEMS. QuizTime 30 min. How the coefficents of Laplacian Filter are generated. Show your complete work. Also discuss different versions of Laplacian Filter. - PowerPoint PPT Presentation
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: Digital Image Processing Image Enhancement in         Frequency Domain

Dr. Abdul Basit SiddiquiFUIEMS

Page 2: Digital Image Processing Image Enhancement in         Frequency Domain

Quiz Time 30 min.How the coefficents of Laplacian Filter are

generated. Show your complete work. Also discuss different versions of Laplacian Filter.

Applay the 3x3 laplacian filter on the following piece of an Image f(x,y). What will be its effect.

90 20 12 37 70 0 43 21 60 91 23 78 12 35 80 45 12 30 58 10 45 50 32 89 90

04/20/23 2

Page 3: Digital Image Processing Image Enhancement in         Frequency Domain

Introduction

04/20/23 3

Page 4: Digital Image Processing Image Enhancement in         Frequency Domain

Background (Fourier Series)

Any function that periodically repeats itself can be expressed as the sum of sines and cosines of different frequencies each multiplied by a different coefficient

This sum is known as Fourier Series It does not matter how complicated the function is;

as long as it is periodic and meet some mild conditions it can be represented by such as a sum

It was a revolutionary discovery

04/20/23 4

Page 5: Digital Image Processing Image Enhancement in         Frequency Domain

Introduction to DFT

• The Fourier Transform is an important image processing tool which is used to decompose an image into its sine and cosine components.

• The output of the transformation represents the image in the Fourier or frequency domain, while the input image is the spatial domain equivalent.

• In the Fourier domain image, each point represents a particular frequency contained in the spatial domain image.

04/20/23 5

Page 6: Digital Image Processing Image Enhancement in         Frequency Domain

Introduction to DFT

• The Fourier Transform is used in a wide range of applications, such as image analysis, image filtering, image reconstruction and image compression.

• The DFT is the sampled Fourier Transform and therefore does not contain all frequencies forming an image, but only a set of samples which is large enough to fully describe the spatial domain image

• The number of frequencies corresponds to the number of pixels in the spatial domain image, i.e. the image in the spatial and Fourier domain are of the same size.

04/20/23 6

Page 7: Digital Image Processing Image Enhancement in         Frequency Domain

04/20/23 7

Page 8: Digital Image Processing Image Enhancement in         Frequency Domain

Background (Fourier Transform)

Even functions that are not periodic (but whose area under the curve is finite) can be expressed as the integrals of sines and cosines multiplied by a weighing function

This is known as Fourier Transform A function expressed in either a Fourier Series or transform can be

reconstructed completely via an inverse process with no loss of information

This is one of the important characteristics of these representations because they allow us to work in the Fourier Domain and then return to the original domain of the function

04/20/23 8

Page 9: Digital Image Processing Image Enhancement in         Frequency Domain

Fourier Transform

• ‘Fourier Transform’ transforms one function into another domain , which is called the frequency domain representation of the original function

• The original function is often a function in the Time domain

• In image Processing the original function is in the Spatial Domain

• The term Fourier transform can refer to either the Frequency domain representation of a function or to the process/formula that "transforms" one function into the other.

04/20/23 9

Page 10: Digital Image Processing Image Enhancement in         Frequency Domain

Our Interest in Fourier Transform

• We will be dealing only with functions (images) of finite duration so we will be interested only in Fourier Transform

04/20/23 10

Page 11: Digital Image Processing Image Enhancement in         Frequency Domain

Applications of Fourier Transforms

1-D Fourier transforms are used in Signal Processing 2-D Fourier transforms are used in Image Processing 3-D Fourier transforms are used in Computer Vision Applications of Fourier transforms in Image processing: –

– Image enhancement,

– Image restoration,

– Image encoding / decoding,

– Image description

04/20/23 11

Page 12: Digital Image Processing Image Enhancement in         Frequency Domain

One Dimensional Fourier Transform and its Inverse

The Fourier transform F (u) of a single variable, continuous function f (x) is

Given F(u) we can obtain f (x) by means of the Inverse Fourier Transform

04/20/23 12

Page 13: Digital Image Processing Image Enhancement in         Frequency Domain

One Dimensional Fourier Transform and its Inverse

The Fourier transform F (u) of a single variable, continuous function f (x) is

Given F(u) we can obtain f (x) by means of the Inverse Fourier Transform

04/20/23 13

Page 14: Digital Image Processing Image Enhancement in         Frequency Domain

Discrete Fourier Transforms (DFT)

1-D DFT for M samples is given as

The Inverse Fourier transform in 1-D is given as

04/20/23 14

Page 15: Digital Image Processing Image Enhancement in         Frequency Domain

Discrete Fourier Transforms (DFT)

1-D DFT for M samples is given as

The inverse Fourier transform in 1-D is given as

04/20/23 15

Page 16: Digital Image Processing Image Enhancement in         Frequency Domain

Two Dimensional Fourier Transform and its Inverse

The Fourier transform F (u,v) of a two variable, continuous function f (x,y) is

Given F(u,v) we can obtain f (x,y) by means of the Inverse Fourier Transform

04/20/23 16

Page 17: Digital Image Processing Image Enhancement in         Frequency Domain

2-D DFT

where f(a,b) is the image in the spatial domain and the exponential term is the basis function corresponding to each point F(k,l) in the Fourier space

04/20/23 17

Page 18: Digital Image Processing Image Enhancement in         Frequency Domain

Fourier Transform

04/20/23 18

Page 19: Digital Image Processing Image Enhancement in         Frequency Domain

2-D DFT

04/20/23 19

Page 20: Digital Image Processing Image Enhancement in         Frequency Domain

04/20/23 20

Image Restoration

• In many applications (e.g., satellite imaging, medical imaging, astronomical imaging, poor-quality family portraits) the imaging system introduces a slight distortion

• Image Restoration attempts to reconstruct or recover an image that has been degraded by using a priori knowledge of the degradation phenomenon.

• Restoration techniques try to model the degradation and then apply the inverse process in order to recover the original image.

Page 21: Digital Image Processing Image Enhancement in         Frequency Domain

04/20/23 21

Image Restoration

• Image restoration attempts to restore images that have been degraded– Identify the degradation process and attempt to reverse it

– Similar to image enhancement, but more objective

Page 22: Digital Image Processing Image Enhancement in         Frequency Domain

04/20/23 22

A Model of the Image Degradation/ Restoration Process

Page 23: Digital Image Processing Image Enhancement in         Frequency Domain

04/20/23 23

A Model of the Image Degradation/ Restoration Process

• The degradation process can be modeled as a degradation function H that, together with an additive noise term η(x,y) operates on an input image f(x,y) to produce a degraded image g(x,y)