Math 3360: Mathematical Imaging Prof. Ronald Lok Ming Lui Department of Mathematics, The Chinese University of Hong Kong Lecture 9: More about Discrete.

Slides:



Advertisements
Similar presentations
Computer Vision Lecture 7: The Fourier Transform
Advertisements

Image Processing Lecture 4
Digital Image Processing
Image processing (spatial &frequency domain) Image processing (spatial &frequency domain) College of Science Computer Science Department
Digital Image Processing Lecture 11: Image Restoration Prof. Charlene Tsai.
EE 4780 Image Enhancement. Bahadir K. Gunturk2 Image Enhancement The objective of image enhancement is to process an image so that the result is more.
Digtial Image Processing, Spring ECES 682 Digital Image Processing Oleh Tretiak ECE Department Drexel University.
Image Filtering CS485/685 Computer Vision Prof. George Bebis.
Chap 4-2. Frequency domain processing Jen-Chang Liu, 2006.
Digital Image Processing Chapter 4: Image Enhancement in the Frequency Domain.
1 Vladimir Botchko Lecture 4. Image Enhancement Lappeenranta University of Technology (Finland)
Image Enhancement.
DREAM PLAN IDEA IMPLEMENTATION Introduction to Image Processing Dr. Kourosh Kiani
Input image Output image Transform equation All pixels Transform equation.
Presentation Image Filters
Digital Image Processing Chapter # 4 Image Enhancement in Frequency Domain Digital Image Processing Chapter # 4 Image Enhancement in Frequency Domain.
Math 3360: Mathematical Imaging Prof. Ronald Lok Ming Lui Department of Mathematics, The Chinese University of Hong Kong Lecture 2: Image Transformation.
Technion, CS department, SIPC Spring 2014 Tutorials 12,13 discrete signals and systems 1/39.
ENG4BF3 Medical Image Processing Image Enhancement in Frequency Domain.
DCT.
Chapter 5: Neighborhood Processing
Digital Image Processing (Digitaalinen kuvankäsittely) Exercise 2
Image Subtraction Mask mode radiography h(x,y) is the mask.
Math 3360: Mathematical Imaging Prof. Ronald Lok Ming Lui Department of Mathematics, The Chinese University of Hong Kong Lecture 11: Types of noises.
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.
Digital Image Processing Lecture 11: Image Restoration March 30, 2005 Prof. Charlene Tsai.
Fourier Transform.
Frequency Domain By Dr. Rajeev Srivastava. Image enhancement in the frequency domain is straightforward. We simply compute the Fourier transform of the.
CS 376b Introduction to Computer Vision 03 / 17 / 2008 Instructor: Michael Eckmann.
Computer Graphics & Image Processing Chapter # 4 Image Enhancement in Frequency Domain 2/26/20161.
Digital Image Processing Part 3 Spatial Domain Processing.
The Chinese University of Hong Kong
Digital Image Processing Lecture - 6 Autumn 2009.
Fourier transform.
Digital Image Processing Lecture 8: Image Enhancement in Frequency Domain II Naveed Ejaz.
Math 3360: Mathematical Imaging
Jean Baptiste Joseph Fourier
Spatial Image Enhancement
Image Subtraction Mask mode radiography h(x,y) is the mask.
The content of lecture This lecture will cover: Fourier Transform
Math 3360: Mathematical Imaging
Digital 2D Image Basic Masaki Hayashi
Discrete Fourier Transform The Chinese University of Hong Kong
The Chinese University of Hong Kong
Math 3360: Mathematical Imaging
Even Discrete Cosine Transform The Chinese University of Hong Kong
The Chinese University of Hong Kong
General Functions A non-periodic function can be represented as a sum of sin’s and cos’s of (possibly) all frequencies: F() is the spectrum of the function.
Fourier Transform.
ENG4BF3 Medical Image Processing
Math 3360: Mathematical Imaging
Lecture 3 (2.5.07) Image Enhancement in Spatial Domain
CSCE 643 Computer Vision: Thinking in Frequency
Math 3360: Mathematical Imaging
4. Image Enhancement in Frequency Domain
Discrete Fourier Transform The Chinese University of Hong Kong
Math 3360: Mathematical Imaging
Math 3360: Mathematical Imaging
Singular Value Decompsition The Chinese University of Hong Kong
Even Discrete Cosine Transform The Chinese University of Hong Kong
Math 3360: Mathematical Imaging
Haar Transform and Walsh Transform The Chinese University of Hong Kong
Math 3360: Mathematical Imaging
Intensity Transformation
Lecture 4 Image Enhancement in Frequency Domain
Lecture 7 Spatial filtering.
Digital Image Processing Lecture 11: Image Restoration
The Chinese University of Hong Kong
Image Enhancement in Spatial Domain: Neighbourhood Processing
Even Discrete Cosine Transform The Chinese University of Hong Kong
Presentation transcript:

Math 3360: Mathematical Imaging Prof. Ronald Lok Ming Lui Department of Mathematics, The Chinese University of Hong Kong Lecture 9: More about Discrete Cosine Transform & Image Enhancement

Recap: Even Discrete Cosine Transform 1D and 2D Even Discrete Cosine Transform: For details, please refer to Supplementary note 5 2D: 1D:

Elementary images of EDCT decomposition

Reconstruction w/ EDCT decomposition (a)= using 1x1 elementary images (first 1 row and first 1 column elementary images; (b)= using 2x2 elementary images (first 2 rows and first 2 column elementary images…and so on…

Other similar transforms Odd Discrete Cosine Transform: All of them have explicit formula for their inverses. (For details, please refer to Supplementary note 5) Even Discrete Sine Transform: Odd Discrete Sine Transform:

Elementary images of ODCT decomposition

Reconstruction w/ ODCT decomposition (a)= using 1x1 elementary images (first 1 row and first 1 column elementary images; (b)= using 2x2 elementary images (first 2 rows and first 2 column elementary images…and so on…

Elementary images of EDST decomposition

Reconstruction w/ EDST decomposition (a)= using 1x1 elementary images (first 1 row and first 1 column elementary images; (b)= using 2x2 elementary images (first 2 rows and first 2 column elementary images…and so on…

Elementary images of ODST decomposition

Reconstruction w/ ODST decomposition (a)= using 1x1 elementary images (first 1 row and first 1 column elementary images; (b)= using 2x2 elementary images (first 2 rows and first 2 column elementary images…and so on…

Comparison of errors The flower example:

More example on DCT decomposition

Original image DCT

More example on DCT decomposition Original imageDCT

More example on DCT decomposition Original imageDCT

More example on DCT decomposition

Image Enhancement What is image enhancement? Image enhancement is the process by which we improve an image so that it looks subjectively better. How? An image is enhanced when we: remove additive noise and interference; remove multiplicative interference; increase its contrast; decrease its blurring. Some standard methods: smoothing and low pass filtering; sharpening or high pass filtering; histogram manipulation and algorithms that remove noise while avoid blurring the image.

Image Enhancement We will consider two image enhancement problems: Image denoising Image deblurring

Image Enhancement Linear filtering: Modifying a pixel value (in the spatial domain) by a linear combination of neighborhood values. Operations in spatial domain v.s. operations in frequency domains: Linear filtering (matrix multiplication in spatial domain) = discrete convolution In the frequency domain, it is equivalent to multiplying the Fourier transform of the image with a certain function that “kills” or modifies certain frequency components

Spatial transform v.s. frequency transform Discrete convolution: (Matrix multiplication, which define output value as linear combination of its neighborhood) DFT of Discrete convolution: Product of fourier transform DFT(convolution of f and w) = C*DFT(f)*DFT(w) Multiplying the Fourier transform of the image with a certain function that “kills” or modifies certain frequency components

Image components LP = Low Pass; HP = High Pass

Image components