ENG4BF3 Medical Image Processing

Slides:



Advertisements
Similar presentations
Image Enhancement in the Frequency Domain (2)
Advertisements

Frequency Domain Filtering (Chapter 4)
1 Image Processing Ch4: Filtering in frequency domain Prepared by: Tahani Khatib AOU.
Digital Image Processing
Image Enhancement in the Frequency Domain Part III
Chapter Four Image Enhancement in the Frequency Domain.
© by Yu Hen Hu 1 ECE533 Digital Image Processing Image Enhancement in Frequency Domain.
Chap 4 Image Enhancement in the Frequency Domain.
ECE 472/572 - Digital Image Processing Lecture 5 - Image Enhancement - Frequency Domain Filters 09/13/11.
Digital Image Processing
Digtial Image Processing, Spring ECES 682 Digital Image Processing Oleh Tretiak ECE Department Drexel University.
Chapter 4 Image Enhancement in the Frequency Domain.
CHAPTER 4 Image Enhancement in Frequency Domain
Chap 4-2. Frequency domain processing Jen-Chang Liu, 2006.
Digital Image Processing Chapter 4: Image Enhancement in the Frequency Domain.
Image Enhancement in the Frequency Domain Spring 2005, Jen-Chang Liu.
Image Enhancement in the Frequency Domain Part I Image Enhancement in the Frequency Domain Part I Dr. Samir H. Abdul-Jauwad Electrical Engineering Department.
Image Enhancement in the Frequency Domain Part II Dr. Samir H. Abdul-Jauwad Electrical Engineering Department King Fahd University of Petroleum & Minerals.
Chapter 4 Image Enhancement in the Frequency Domain.
Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Chapter 4 Image Enhancement in the Frequency Domain Chapter.
Filters in the Frequency Domain.  Image Smoothing Using Frequency Domain Filters: ◦ Ideal Lowpass Filters ◦ Butterworth Lowpass Filters ◦ Gaussian Lowpass.
Presentation Image Filters
Digital Image Processing Chapter # 4 Image Enhancement in Frequency Domain Digital Image Processing Chapter # 4 Image Enhancement in Frequency Domain.
Chapter 4: Image Enhancement in the Frequency Domain Chapter 4: Image Enhancement in the Frequency Domain.
Image Processing © 2002 R. C. Gonzalez & R. E. Woods Lecture 4 Image Enhancement in the Frequency Domain Lecture 4 Image Enhancement.
CS654: Digital Image Analysis
Chapter 7: The Fourier Transform 7.1 Introduction
1 © 2010 Cengage Learning Engineering. All Rights Reserved. 1 Introduction to Digital Image Processing with MATLAB ® Asia Edition McAndrew ‧ Wang ‧ Tseng.
Digital Image Processing Chapter 4 Image Enhancement in the Frequency Domain Part I.
Digital Image Processing CSC331 Image Enhancement 1.
ENG4BF3 Medical Image Processing Image Enhancement in Frequency Domain.
Computer Vision – Enhancement(Part III) Hanyang University Jong-Il Park.
Digital Image Processing Chapter 4: Image Enhancement in the Frequency Domain 22 June 2005 Digital Image Processing Chapter 4: Image Enhancement in the.
7- 1 Chapter 7: Fourier Analysis Fourier analysis = Series + Transform ◎ Fourier Series -- A periodic (T) function f(x) can be written as the sum of sines.
Frequency Domain Processing Lecture: 3. In image processing, linear systems are at the heart of many filtering operations, and they provide the basis.
University of Ioannina - Department of Computer Science Filtering in the Frequency Domain (Application) Digital Image Processing Christophoros Nikou
Practical Image Processing1 Chap7 Image Transformation  Image and Transformed image Spatial  Transformed domain Transformation.
Fourier Transform.
Image Enhancement (Frequency Domain)
Computer Graphics & Image Processing Chapter # 4 Image Enhancement in Frequency Domain 2/26/20161.
Digital Image Processing Lecture 9: Filtering in Frequency Domain Prof. Charlene Tsai.
The Frequency Domain Digital Image Processing – Chapter 8.
Frequency Domain Filtering. Frequency Domain Methods Spatial Domain Frequency Domain.
Amity School of Engineering & Technology 1 Amity School of Engineering & Technology DIGITAL IMAGE PROCESSING & PATTERN RECOGNITION Credit Units: 4 Mukesh.
Digital Image Processing Lecture 8: Image Enhancement in Frequency Domain II Naveed Ejaz.
Fourier Transform (Chapter 4) CS474/674 – Prof. Bebis.
Digital Image Processing Lecture 8: Fourier Transform Prof. Charlene Tsai.
Digital Image Processing Chapter - 4
Digital Image Processing , 2008
Miguel Tavares Coimbra
Image Subtraction Mask mode radiography h(x,y) is the mask.
IMAGE ENHANCEMENT IN THE FREQUENCY DOMAIN
Spatial & Frequency Domain
Digital Image Processing
Fourier Series & The Fourier Transform
Gaussian Lowpass Filter
Image Enhancement in the
Digital Image Processing
Image Enhancement in the Frequency Domain Part I
Image Enhancement (Frequency Domain)
Frequency Domain Analysis
Fourier Series & The Fourier Transform
Image Enhancement in the Spatial Domain
4. Image Enhancement in Frequency Domain
Digital Image Processing
Digital Image Processing
Filtering in the Frequency Domain
Lecture 4 Image Enhancement in Frequency Domain
Image Enhancement in the Spatial Domain
Presentation transcript:

ENG4BF3 Medical Image Processing Image Enhancement in Frequency Domain

Image Enhancement Original image Enhanced image Enhancement: to process an image for more suitable output for a specific application.

Image Enhancement Image enhancement techniques: Spatial domain methods Frequency domain methods Spatial (time) domain techniques are techniques that operate directly on pixels. Frequency domain techniques are based on modifying the Fourier transform of an image.

Fourier Transform: a review Basic ideas: A periodic function can be represented by the sum of sines/cosines functions of different frequencies, multiplied by a different coefficient. Non-periodic functions can also be represented as the integral of sines/cosines multiplied by weighing function.

Joseph Fourier (1768-1830) Fourier was obsessed with the physics of heat and developed the Fourier transform theory to model heat-flow problems.

Fourier transform basis functions Approximating a square wave as the sum of sine waves.

Any function can be written as the sum of an even and an odd function E(-x) = E(x) O(-x) = -O(x)

Fourier Cosine Series Because cos(mt) is an even function, we can write an even function, f(t), as:   where series Fm is computed as Here we suppose f(t) is over the interval (–π,π).

Fourier Sine Series Because sin(mt) is an odd function, we can write any odd function, f(t), as:   where the series F’m is computed as

Fourier Series So if f(t) is a general function, neither even nor odd, it can be written: Even component Odd component where the Fourier series is

The Fourier Transform Let F(m) incorporates both cosine and sine series coefficients, with the sine series distinguished by making it the imaginary component: Let’s now allow f(t) range from – to , we rewrite: F(u) is called the Fourier Transform of f(t). We say that f(t) lives in the “time domain,” and F(u) lives in the “frequency domain.” u is called the frequency variable.

The Inverse Fourier Transform We go from f(t) to F(u) by Fourier Transform Given F(u), f(t) can be obtained by the inverse Fourier transform Inverse Fourier Transform

2-D Fourier Transform Fourier transform for f(x,y) with two variables and the inverse Fourier transform

Discrete Fourier Transform (DFT) A continuous function f(x) is discretized as:

Discrete Fourier Transform (DFT) Let x denote the discrete values (x=0,1,2,…,M-1), i.e. then

Discrete Fourier Transform (DFT) The discrete Fourier transform pair that applies to sampled functions is given by: u=0,1,2,…,M-1 and x=0,1,2,…,M-1

2-D Discrete Fourier Transform In 2-D case, the DFT pair is: u=0,1,2,…,M-1 and v=0,1,2,…,N-1 and: x=0,1,2,…,M-1 and y=0,1,2,…,N-1

Polar Coordinate Representation of FT The Fourier transform of a real function is generally complex and we use polar coordinates: Polar coordinate Magnitude: Phase:

Fourier Transform: shift It is common to multiply input image by (-1)x+y prior to computing the FT. This shift the center of the FT to (M/2,N/2). Shift

Symmetry of FT For real image f(x,y), FT is conjugate symmetric: The magnitude of FT is symmetric:

FT IFT Illustration of the effect of high frequency filtering, removing widely scattered components in the Fourier space removes details from the back transformed image.

IFT IFT Illustration of the effect of high frequency filtering, removing widely scattered components in the Fourier space removes details from the back transformed image.

The central part of FT, i. e The central part of FT, i.e. the low frequency components are responsible for the general gray-level appearance of an image. The high frequency components of FT are responsible for the detail information of an image. Illustration of the removal of low frequency components in the Fourier transformed image on the back transformed real image.

Frequency Domain (log magnitude) Image Frequency Domain (log magnitude) u v Detail General appearance

5 % 10 % 20 % 50 %

Frequency Domain Filtering

Frequency Domain Filtering Edges and sharp transitions (e.g., noise) in an image contribute significantly to high-frequency content of FT. Low frequency contents in the FT are responsible to the general appearance of the image over smooth areas. Blurring (smoothing) is achieved by attenuating range of high frequency components of FT.

Convolution Theorem G(u,v)=F(u,v)●H(u,v) g(x,y)=h(x,y)*f(x,y) Multiplication in Frequency Domain G(u,v)=F(u,v)●H(u,v) g(x,y)=h(x,y)*f(x,y) Convolution in Time Domain f(x,y) is the input image g(x,y) is the filtered h(x,y): impulse response Filtering in Frequency Domain with H(u,v) is equivalent to filtering in Spatial Domain with f(x,y).

Gaussian lowpass filter Gaussian highpass filter Examples of Filters Gaussian lowpass filter Gaussian highpass filter Frequency domain Spatial domain

Ideal low-pass filter (ILPF) (M/2,N/2): center in frequency domain D0 is called the cutoff frequency.

Shape of ILPF Frequency domain Spatial domain

FT ringing and blurring Ideal in frequency domain means non-ideal in spatial domain, vice versa.

Butterworth Lowpass Filters (BLPF) Smooth transfer function, no sharp discontinuity, no clear cutoff frequency.

Butterworth Lowpass Filters (BLPF) n=1 n=2 n=5 n=20

No serious ringing artifacts

Gaussian Lowpass Filters (GLPF) Smooth transfer function, smooth impulse response, no ringing

Gaussian lowpass filter GLPF Gaussian lowpass filter Frequency domain Spatial domain

No ringing artifacts

Examples of Lowpass Filtering

Original image and its FT Filtered image and its FT Examples of Lowpass Filtering Low-pass filter H(u,v) Original image and its FT Filtered image and its FT

Sharpening High-pass Filters Hhp(u,v)=1-Hlp(u,v) Ideal: Butterworth: Gaussian:

High-pass Filters

Ideal High-pass Filtering ringing artifacts

Butterworth High-pass Filtering

Gaussian High-pass Filtering

Gaussian High-pass Filtering Gaussian filter H(u,v) Original image Filtered image and its FT

Laplacian in Frequency Domain ) , ( ] [ 2 v u F y x f + - = ¶ Á ) ( , 2 1 v u H + - = Frequency domain Spatial domain Laplacian operator

Subtract Laplacian from the Original Image to Enhance It enhanced image Original image Laplacian output Spatial domain ) , ( 2 y x f g Ñ - = Frequency domain ) , ( 2 v u F G + = new operator ) ( 1 , 2 v u H + = - Laplacian

Unsharp Masking, High-boost Filtering Unsharp masking: fhp(x,y)=f(x,y)-flp(x,y) Hhp(u,v)=1-Hlp(u,v) High-boost filtering: fhb(x,y)=Af(x,y)-flp(x,y) fhb(x,y)=(A-1)f(x,y)+fhp(x,y) Hhb(u,v)=(A-1)+Hhp(u,v) One more parameter to adjust the enhancement

An image formation model We can view an image f(x,y) as a product of two components: i(x,y): illumination. It is determined by the illumination source. r(x,y): reflectance (or transmissivity). It is determined by the characteristics of imaged objects.

Homomorphic Filtering In some images, the quality of the image has reduced because of non-uniform illumination. Homomorphic filtering can be used to perform illumination correction. The above equation cannot be used directly in order to operate separately on the frequency components of illumination and reflectance.

Homomorphic Filtering ln : DFT : H(u,v) : (DFT)-1 : exp :

Homomorphic Filtering By separating the illumination and reflectance components, homomorphic filter can then operate on them separately. Illumination component of an image generally has slow variations, while the reflectance component vary abruptly. By removing the low frequencies (highpass filtering) the effects of illumination can be removed .

Homomorphic Filtering

Homomorphic Filtering: Example 1

Homomorphic Filtering: Example 2 Original image Filtered image

End of Lecture