Lecture 14 The frequency Domain (2) Dr. Masri Ayob.

Slides:



Advertisements
Similar presentations
Design of Digital IIR Filter
Advertisements

3-D Computational Vision CSc Image Processing II - Fourier Transform.
November 12, 2013Computer Vision Lecture 12: Texture 1Signature Another popular method of representing shape is called the signature. In order to compute.
Image Processing Lecture 4
© by Yu Hen Hu 1 ECE533 Digital Image Processing Image Enhancement in Frequency Domain.
Image Processing Frequency Filtering Instructor: Juyong Zhang
Han Q Le© ECE 3336 Introduction to Circuits & Electronics Lecture Set #10 Signal Analysis & Processing – Frequency Response & Filters Dr. Han Le ECE Dept.
Computer Vision Lecture 16: Texture
EE4H, M.Sc Computer Vision Dr. Mike Spann
Course Website: Digital Image Processing Image Enhancement (Histogram Processing)
Vector Spaces Space of vectors, closed under addition and scalar multiplication.
Digital Image Processing: Revision
Lecture 17 spectral analysis and power spectra. Part 1 What does a filter do to the spectrum of a time series?
Chapter 4 Image Enhancement in the Frequency Domain.
Low Pass Filtering Spatial frequency is a measure of how rapidly brightness or colour varies as we traverse an image. Figure 7.11a shows that an image.
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.
1 Vladimir Botchko Lecture 4. Image Enhancement Lappeenranta University of Technology (Finland)
Advanced Computer Graphics (Spring 2005) COMS 4162, Lecture 7: Review, Reconstruction Ravi Ramamoorthi
Chapter 4 Image Enhancement in the Frequency Domain.
Chapter 14: Amplifiers & Oscillators. Amplifiers: Overview Circuits which increase: voltage or current – Take small input signal to reproduce output waveform.
Lecture 29 Review: Frequency response Frequency response examples Frequency response plots & signal spectra Filters Related educational materials: –Chapter.
02/12/02 (c) 2002 University of Wisconsin, CS 559 Filters A filter is something that attenuates or enhances particular frequencies Easiest to visualize.
Introduction to Image Processing Grass Sky Tree ? ? Review.
09 March 1999 Digital Image Processing II 1. Single-Band Image Processing Histogram Image contrast enhancement (Linear stretch, histogram equalization)
Digital Image Processing Chapter # 4 Image Enhancement in Frequency Domain Digital Image Processing Chapter # 4 Image Enhancement in Frequency Domain.
Pattern Recognition Mrs. Andleeb Y. Khan Lecture 03 BCS-VII.
CS654: Digital Image Analysis
ECE 4710: Lecture #6 1 Bandlimited Signals  Bandlimited waveforms have non-zero spectral components only within a finite frequency range  Waveform is.
09/19/2002 (C) University of Wisconsin 2002, CS 559 Last Time Color Quantization Dithering.
DCT.
G52IIP, School of Computer Science, University of Nottingham 1 G52IIP Summary Topic 1 Overview of the course Related topics Image processing Computer.
G52IIP, School of Computer Science, University of Nottingham 1 G52IIP 2011 Summary Topic 1 Overview of the course Related topics Image processing Computer.
Image Subtraction Mask mode radiography h(x,y) is the mask.
COMP322/S2000/L171 Robot Vision System Major Phases in Robot Vision Systems: A. Data (image) acquisition –Illumination, i.e. lighting consideration –Lenses,
© The McGraw-Hill Companies, Inc McGraw-Hill 1 PRINCIPLES AND APPLICATIONS OF ELECTRICAL ENGINEERING THIRD EDITION G I O R G I O R I Z Z O N I C.
University of Ioannina - Department of Computer Science Filtering in the Frequency Domain (Application) Digital Image Processing Christophoros Nikou
2D Sampling Goal: Represent a 2D function by a finite set of points.
ELEC 202 Circuit Analysis II
Image Enhancement (Frequency Domain)
Digital Image Processing
Computer Graphics & Image Processing Chapter # 4 Image Enhancement in Frequency Domain 2/26/20161.
G52IIP, School of Computer Science, University of Nottingham 1 Image Transforms Basic idea Input Image, I(x,y) (spatial domain) Mathematical Transformation.
Digital Image Processing Part 3 Spatial Domain Processing.
Digital Image Processing Lecture - 6 Autumn 2009.
Coherence spectrum (coherency squared)  = 0.1, 0.05, 0.01 X is the Fourier Transform Cross-spectral power density Confidence level: = running mean or.
The Frequency Domain Digital Image Processing – Chapter 8.
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.
Digital Image Processing Chapter - 4
Spatial Image Enhancement
Image Subtraction Mask mode radiography h(x,y) is the mask.
Digital Image Processing
(C) 2002 University of Wisconsin, CS 559
ECET 350 Competitive Success/snaptutorial.com
ECET 350 Education for Service-- snaptutorial.com.
ECET 350 Teaching Effectively-- snaptutorial.com.
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.
Image Acquisition.
2D Fourier transform is separable
Fundamentals of Spatial Filtering
Intensity Transformation and Spatial Filtering
Digital Image Processing
Digital Image Processing
Coherence spectrum (coherency squared)
8.3 Frequency- Dependent Impedance
Electronic Circuit-II
Electronic Circuit-II
Topic 1 Three related sub-fields Image processing Computer vision
Image Enhancement in Spatial Domain: Neighbourhood Processing
Even Discrete Cosine Transform The Chinese University of Hong Kong
Presentation transcript:

Lecture 14 The frequency Domain (2) Dr. Masri Ayob

2 Convolution Convolution can be performed in the frequency domain by simple multiplication! The following relationship indicates the power of the Fourier Transform.

3 Convolution It is possible and very common to filter in the frequency domain. Convolving two functions in the spatial domain is the same as multiplying their spectra in the frequency domain. The process of filtering in the frequency domain is quite simple: Transform image data to the frequency domain via the FFT Multiply the image's spectrum with some filtering mask Transform the spectrum back to the spatial domain (Figure 9.12)

4 Convolution

5 Convolution Common Filters

6 Convolution Low pass filters attenuate the high frequencies and pass lower frequencies. High pass filters attenuate the low frequencies and pass higher frequencies. Band : the frequency spectrum between two defined limits Band pass filters passes a specific range of f, whilst suppressing others. A filter that ideally passes all frequencies between two non-zero finite limits and bars all frequencies not within the limits The objective of the circuit is to eliminate the frequencies which are unwanted. Therefore, the amplification or gain of these frequencies must be reduced.

7 Convolution Band stop (band reject) filters suppressing only a specific band of frequencies. A filter that suppressing, usually to very low levels, all frequencies between two non-zero, finite limits and passes all frequencies not within the limits. A band-stop filter may be designed to stop the specified band of frequencies but usually only attenuates them below some specified level The bandpass and bandstop filters can be created by proper subtraction and addition of the frequency responses of the low pass and high pass filter.

8 Tips for Exam RGB colour model Grey level enhancement-mapping, histogram etc. Basic image manipulation –file, printing greyscale images, etc. Digital Images-sampling, neighbours of pixel etc. Neighbourhood operations – filters, edge etc. Fourier transform.

9 GOOD LUCK IN YOUR EXAM