TDI2131 Digital Image Processing

Size: px
Start display at page:

Download "TDI2131 Digital Image Processing"

Transcription

1 TDI131 Digital Image Processing Frequency Domain Filtering Lecture 6 John See Faculty of Information Technology Multimedia University Some portions of content adapted from Zhu Liu, AT&T Labs. Most figures from Gonzalez/Woods 1

2 Lecture Outline Image Enhancement in Frequency Domain Filtering in Frequency Domain Low-Pass Filtering High-Pass Filtering Laplacian & High-Boost Filtering Homomorphic Filtering Selective Filtering Bandpass/Bandreject, Notch Filters

3 Some Announcements Tutorial is OFF this week as Friday is a public holiday. There will be tutorial sessions next week pm-4pm, 3rd March (Wednesday) 10am-1pm, 5th March (Friday) usual time Assignment 1 is still due on the 5th March (Friday), 11.59PM 3

4 Image Enhancement in Frequency Domain Image after transformation to frequency domain can be modified with frequency filters Nature of periodicity & conjugate symmetry, spectrum components for a NxN image only increase in frequency up to the N/ term, and then decreases until N. So, origin of spectrum is always shifted for Display purpose (what we know so far) Filtering purpose (NEW!) 4

5 5 Image Enhancement in Frequency Domain Steps taken: 1)Shift the origin of spectrum by multiplying image f(x,y) by (-1) x+y before performing transformation to frequency domain. = = +, ), ( 1) )(, ( ), ( ) ( N v M u F v u G y x f y x g y x

6 Image Enhancement in Frequency Steps taken: Domain )Enhance the visual information of the transformed image G(u,v) using log transform: D ( u, v) = k log 1+ [ G(u,v) ] 6

7 Image Enhancement in Frequency Domain 7

8 Image Enhancement in Frequency Domain G(u,v), the frequency spectrum obtained after applying frequency filter H(u,v) to frequency-transform image F(u,v) by multiplication, is defined as: G( u, v) = H ( u, v) F( u, v) The filtered image, g(x,y) can then be obtained by performing the inverse transform to G(u,v): g( x, y) = G ( u, v) Any shifting to origin performed before filtering should also be reversed after filtering. 1 8

9 Low-Pass Filter (in Freq. Domain) Lowpass filter remove high-frequency information, or allow LOW-frequency information to PASS through Useful for removing noise in images Also have undesired effect of blurring an image 9

10 Ideal Low-Pass Filter (ILPF) An ideal low-pass filter contain only 1's and 0's 1 for lower frequency and 0 for high frequency -D ideal lowpass filter (ILPF) is defined as: 1 if D( u, v) D0 H ( u, v) = 0 if D( u, v) > D where D 0 is a positive constant and D(u,v) is the distance from point (u,v) to the origin (center) of the frequency rectangle. It is denoted as D( u, v) = ( u M / ) + ( v N / ) 0 10

11 Ideal Low-Pass Filter (ILPF) 11

12 Inituitively, how does it work? x =? H(u,v) F(u,v) What is the expected output if we multiply the two frequency-transformed images above? 1

13 Ideal Low-Pass Filter (ILPF) An ideal filter has undesired artifacts in images Presence of ripples/waves whenever there are boundaries in the image ringing effect 13

14 Butterworth Low-Pass Filter (BLPF) Butterworth lowpass filter Can specify order of filter, which determines steepness of slope in the transition of the filter function Higher order of filter steeper slope closer to ideal filter Transfer function of a Butterworth lowpass filter (BLPF) of order n, with cutoff frequency at a distance D 0 from origin, is defined as H ( u, v) = + 1 [ D( u, v) / D ] n o where D(u,v) is the distance from origin of spectrum 1 14

15 Butterworth Low-Pass Filter (BLPF) 15

16 Butterworth Low-Pass Filter (BLPF) Ringing properties increase if we increase the BLPF filter order, n 16

17 Gaussian Low-Pass Filter (GLPF) Gaussian lowpass filter in -D is defined as H ( u, v) = e D ( u, v) / σ where D(u,v) is the distance from the origin of spectrum, σ is the measure of spread of the Gaussian curve By letting σ = D 0, where D 0 is the cutoff frequency, we get H ( u, v) = e D ( u, v) / D 0 where D 0 is the cutoff frequency. When D(u,v) = D 0 u, the GLPF is down to of its maximum value. 17

18 Gaussian Low-Pass Filter (GLPF) 18

19 Gaussian Low-Pass Filter GLPFs do not produce ringing effect on the images and important characteristic in practice especially in applications that require no artifacts Example: 19

20 Comparison of LPFs Ideal LPF Butterworth LPF of order Gaussian LPF Cutoff frequencies are set at radii values of 5, 15, 30, 80, 30, left to right, top to bottom 0

21 High-Pass Filter (in Freq. Domain) Highpass filter remove low-frequency information, or allow HIGH-frequency information to PASS through Useful for sharpening, edge enhancement Transfer function of the highpass filters can be obtained using the relation H ( u, v) = 1 H ( u, v) hp where H lp (u,v) is the transfer function of the corresponding lowpass filter lp 1

22 High-Pass Filters Ideal highpass filter 0 if D( u, v) D0 H ( u, v) = 1 if D( u, v) > D0 Butterworth highpass filter of order n and with cutoff frequency locus at a distance D 0 from the origin: H ( u, v) = + 1 [ D / (, )] n o D u v Gaussian highpass filter with cutoff frequency locus at a distance D 0 from the origin H ( u, v) = 1 e 1 D ( u, v)/ D 0

23 High-Pass Filters 3

24 High-Pass Filters 4

25 Frequency Domain vs. Spatial Domain 5

26 Laplacian Filter in Frequency Domain The Fourier transform of Laplacian equation is f x f y [ ] f ( x, y) = + = ( u + v ) F( u, v) I This means that the Laplacian filter in frequency domain can be express as H ( u, v) = ( u + v ) 6

27 Laplacian Filter in Frequency Domain As the filter origin was shifted to the center of image, we may shift the Laplacian filter in frequency domain by M/ and N/ respectively: Dual relationship in the familiar Fourier transformpair notation: f ( x, y) [ ] ( u M / ) + ( v / ) H ( u, v) = N [ ] ( u M / ) + ( v N / ) F( u, v) 7

28 8 Laplacian Filter in Frequency Domain The enhanced image by Laplacian filter (using frequency filter), g(x,y) is: Note: Central of Laplacian mask in spatial domain is negative, thus resulting in the equation above ), ( ), ( ), ( y x f y x f y x g = [ ] { } ), ( ) ) / ( ) / (( 1 ), ( 1 v u F N v M u y x g + + I =

29 Laplacian Filter in Frequency Domain 9

30 Example: Laplacian Filter 30

31 High-boost Filtering in Frequency Domain Enhanced image using Laplacian high-boost masking filter can be obtained as follows: g x y Af x y f x y 1 (, ) = I I (, ) (, ) { A (( u M / ) ( v N / ) ) F( u, v) } = I The Laplacian high-boost masking filter is H ( u, v) = [ (( / ) ( / ) )] A + u M + v N 31

32 Example: High-boost Filtering 3

33 Example: High-boost Filtering 33

34 Homomorphic Filtering Illumination-reflection Model: Let f(x,y) be non-zero and finite image that 0 < f(x,y) <, f(x,y) may be characterized by components: Source illumination incident on the scene being viewed Amount of illumination reflection by the objects in the scene The two functions combine as a product to form f(x,y) = i(x,y)*r(x,y) where 0 < i(x,y) <, and 0 < r(x,y) < 1 34

35 Homomorphic Filtering Illumination and Reflection have very different characteristics: Illumination components tend to be slow in spatial variation (low frequency components) Reflection of various objects tends to vary abruptly (high frequency components) 35

36 Homomorphic Filtering Better control can be achieved if the two components are separated by log function and filters are applied separately to each of the respective components before inversing back z( x, y) = ln( f ( x, y)) = ln( i( x, y)) + ln( r( x, y)) Z( u, v) = I { z( x, y)} = I {ln( i( x, y))} + I{ln( r( x, y))} = F ( u, v) + F ( u, v) i r S( u, v) = H ( u, v) Z( u, v) = H ( u, v) F ( u, v) + H ( u, v) F ( u, v) 1 1 (, ) { (, ) i (, )} { (, ) r (, )} '(, ) i s x y = I H u v F u v + I H u v F u v = i x y + r '( x, y) g x y e e e i x y r x y s( x, y) i '( x, y) r '( x, y) (, ) = = = 0 (, ) 0 (, ) r 36

37 Homomorphic Filtering The whole process can be summarized as follows: 37

38 Homomorphic Filtering Filter H(u,v) can be designed such that it tends to decrease the contribution made by low frequencies (illumination, γ L < 1) and amplify the contribution made by high frequencies (reflectance, γ H > 1) The result is simultaneous dynamic range compression and contrast enhancement. 38

39 Homomorphic Filtering The curve shape can be approximated using the basic form of any of the ideal highpass filters. Example: using a slightlymodified form of GHPF gives: H ( u, v) = ( cd ( u, v)/ D0 γ H γ L )[1 e ] + γ L where constant c controls the sharpness of the slope of the filter function as it transitions between γ L and γ H 39

40 Example: Homomorphic Filtering 40

41 Selective Filtering The previous filters all operate over the entire frequency rectangle. However, some applications only require processing of specific bands of frequencies or small regions of the frequency rectangle Bandreject / Bandpass Filters Notch Filters More on selective filtering in Image Restoration next week, but now briefly... 41

42 Bandreject / Bandpass Filters Based on previous types of filters (Ideal, Butterworth, Gaussian), Bandreject filters can be constructed by adding an addition parameter width of the band, W 0 u, v) = 1 W,if D0 D,otherwise H ( 0 IBR H GBR ( u, v) = 1 e D D DW 0 Equivalent Bandpass filters can be obtained from a bandreject filter by inversing its effect, H BP D W + ( u, v) = 1 H ( u, v) BR 1 = DW 1+ D + D H BBR( u, v) n 0 4

43 Notch Filters Notch Filter rejects or passes frequencies in a predefined neighborhood about the center of the frequency rectangle A notch with center at (u 0,v 0 ) must have corresponding notch at location (-u 0,-v 0 ) symmetric about origin Notch Reject Filters are constructed as products of highpass filters whose centers translate to the centers of the notches H NR ( u, v) = H k = 1 ( u, v) H ( u, v) where H k (u,v) and H -k (u,v) are highpass filters whose centers are at (u k, v k ) and (-u k,-v k ) respectively Q k k 43

44 Notch Filters Notch Pass Filter is obtained from a Notch Reject Filter using the expression H NP ( u, v) = 1 H ( u, v) NR Pictures with Moiré patterns, can be filtered using a notch reject filter 44

45 Other Transforms Discrete Cosine Transform (DCT) Real basis functions, JPEG compression Discrete Sine Transform (DST) Hadamard Transform Walsh Transform Haar Transform Slant Transform Wavelet Transform Multi-resolution, JPEG000 compression 45

46 Recommended Readings Digital Image Processing (3 rd Edition), Gonzalez & Woods, Chapter 4: (Week 6) Chapter 5: Image Restoration (Week 7) 46

1.Discuss the frequency domain techniques of image enhancement in detail.

1.Discuss the frequency domain techniques of image enhancement in detail. 1.Discuss the frequency domain techniques of image enhancement in detail. Enhancement In Frequency Domain: The frequency domain methods of image enhancement are based on convolution theorem. This is represented

More information

CoE4TN4 Image Processing. Chapter 4 Filtering in the Frequency Domain

CoE4TN4 Image Processing. Chapter 4 Filtering in the Frequency Domain CoE4TN4 Image Processing Chapter 4 Filtering in the Frequency Domain Fourier Transform Sections 4.1 to 4.5 will be done on the board 2 2D Fourier Transform 3 2D Sampling and Aliasing 4 2D Sampling and

More information

Frequency Domain Enhancement

Frequency Domain Enhancement Tutorial Report Frequency Domain Enhancement Page 1 of 21 Frequency Domain Enhancement ESE 558 - DIGITAL IMAGE PROCESSING Tutorial Report Instructor: Murali Subbarao Written by: Tutorial Report Frequency

More information

Fourier Transforms and the Frequency Domain

Fourier Transforms and the Frequency Domain Fourier Transforms and the Frequency Domain Lecture 11 Magnus Gedda magnus.gedda@cb.uu.se Centre for Image Analysis Uppsala University Computer Assisted Image Analysis 04/27/2006 Gedda (Uppsala University)

More information

Digital Image Processing

Digital Image Processing Digital Image Processing Filtering in the Frequency Domain (Application) Christophoros Nikou cnikou@cs.uoi.gr University of Ioannina - Department of Computer Science and Engineering 2 Periodicity of the

More information

Digital Image Processing. Image Enhancement: Filtering in the Frequency Domain

Digital Image Processing. Image Enhancement: Filtering in the Frequency Domain Digital Image Processing Image Enhancement: Filtering in the Frequency Domain 2 Contents In this lecture we will look at image enhancement in the frequency domain Jean Baptiste Joseph Fourier The Fourier

More information

Transforms and Frequency Filtering

Transforms and Frequency Filtering Transforms and Frequency Filtering Khalid Niazi Centre for Image Analysis Swedish University of Agricultural Sciences Uppsala University 2 Reading Instructions Chapter 4: Image Enhancement in the Frequency

More information

DIGITAL IMAGE PROCESSING UNIT III

DIGITAL IMAGE PROCESSING UNIT III DIGITAL IMAGE PROCESSING UNIT III 3.1 Image Enhancement in Frequency Domain: Frequency refers to the rate of repetition of some periodic events. In image processing, spatial frequency refers to the variation

More information

Digital Image Processing. Filtering in the Frequency Domain (Application)

Digital Image Processing. Filtering in the Frequency Domain (Application) Digital Image Processing Filtering in the Frequency Domain (Application) Christophoros Nikou cnikou@cs.uoi.gr University of Ioannina - Department of Computer Science 2 Periodicity of the DFT The range

More information

8. Lecture. Image restoration: Fourier domain

8. Lecture. Image restoration: Fourier domain 8. Lecture Image restoration: Fourier domain 1 Structured noise 2 Motion blur 3 Filtering in the Fourier domain ² Spatial ltering (average, Gaussian,..) can be done in the Fourier domain (convolution theorem)

More information

INSTITUTE OF AERONAUTICAL ENGINEERING Dundigal, Hyderabad

INSTITUTE OF AERONAUTICAL ENGINEERING Dundigal, Hyderabad INSTITUTE OF AERONAUTICAL ENGINEERING Dundigal, Hyderabad - 500 043 ELECTRONICS AND COMMUNICATION ENGINEERING QUESTION BANK Course Title Course Code Class Branch DIGITAL IMAGE PROCESSING A70436 IV B. Tech.

More information

Smoothing frequency domain filters

Smoothing frequency domain filters Smoothing frequency domain filters Ideal Lowpass Filter (ILPF) ILPF is the simplest lowpass filter that cuts off all high frequency components of the DFT that are at a distance greater than a specified

More information

TDI2131 Digital Image Processing

TDI2131 Digital Image Processing TDI2131 Digital Image Processing Image Enhancement in Spatial Domain Lecture 3 John See Faculty of Information Technology Multimedia University Some portions of content adapted from Zhu Liu, AT&T Labs.

More information

Lecture #10. EECS490: Digital Image Processing

Lecture #10. EECS490: Digital Image Processing Lecture #10 Wraparound and padding Image Correlation Image Processing in the frequency domain A simple frequency domain filter Frequency domain filters High-pass, low-pass Apodization Zero-phase filtering

More information

Midterm Review. Image Processing CSE 166 Lecture 10

Midterm Review. Image Processing CSE 166 Lecture 10 Midterm Review Image Processing CSE 166 Lecture 10 Topics covered Image acquisition, geometric transformations, and image interpolation Intensity transformations Spatial filtering Fourier transform and

More information

Smoothing frequency domain filters

Smoothing frequency domain filters Smoothing frequency domain filters Ideal Lowpass Filter (ILPF) ILPF is the simplest lowpass filter that cuts off all high frequency components of the DFT that are at a distance greater than a specified

More information

Filtering. Image Enhancement Spatial and Frequency Based

Filtering. Image Enhancement Spatial and Frequency Based Filtering Image Enhancement Spatial and Frequency Based Brent M. Dingle, Ph.D. 2015 Game Design and Development Program Mathematics, Statistics and Computer Science University of Wisconsin - Stout Lecture

More information

LAB MANUAL SUBJECT: IMAGE PROCESSING BE (COMPUTER) SEM VII

LAB MANUAL SUBJECT: IMAGE PROCESSING BE (COMPUTER) SEM VII LAB MANUAL SUBJECT: IMAGE PROCESSING BE (COMPUTER) SEM VII IMAGE PROCESSING INDEX CLASS: B.E(COMPUTER) SR. NO SEMESTER:VII TITLE OF THE EXPERIMENT. 1 Point processing in spatial domain a. Negation of an

More information

Image acquisition. Midterm Review. Digitization, line of image. Digitization, whole image. Geometric transformations. Interpolation 10/26/2016

Image acquisition. Midterm Review. Digitization, line of image. Digitization, whole image. Geometric transformations. Interpolation 10/26/2016 Image acquisition Midterm Review Image Processing CSE 166 Lecture 10 2 Digitization, line of image Digitization, whole image 3 4 Geometric transformations Interpolation CSE 166 Transpose these matrices

More information

IMAGE PROCESSING: AREA OPERATIONS (FILTERING)

IMAGE PROCESSING: AREA OPERATIONS (FILTERING) IMAGE PROCESSING: AREA OPERATIONS (FILTERING) N. C. State University CSC557 Multimedia Computing and Networking Fall 2001 Lecture # 13 IMAGE PROCESSING: AREA OPERATIONS (FILTERING) N. C. State University

More information

Image Enhancement. DD2423 Image Analysis and Computer Vision. Computational Vision and Active Perception School of Computer Science and Communication

Image Enhancement. DD2423 Image Analysis and Computer Vision. Computational Vision and Active Perception School of Computer Science and Communication Image Enhancement DD2423 Image Analysis and Computer Vision Mårten Björkman Computational Vision and Active Perception School of Computer Science and Communication November 15, 2013 Mårten Björkman (CVAP)

More information

Image Smoothening and Sharpening using Frequency Domain Filtering Technique

Image Smoothening and Sharpening using Frequency Domain Filtering Technique Volume 5, Issue 4, April (17) Image Smoothening and Sharpening using Frequency Domain Filtering Technique Swati Dewangan M.Tech. Scholar, Computer Networks, Bhilai Institute of Technology, Durg, India.

More information

Image Restoration. Lecture 7, March 23 rd, Lexing Xie. EE4830 Digital Image Processing

Image Restoration. Lecture 7, March 23 rd, Lexing Xie. EE4830 Digital Image Processing Image Restoration Lecture 7, March 23 rd, 2009 Lexing Xie EE4830 Digital Image Processing http://www.ee.columbia.edu/~xlx/ee4830/ thanks to G&W website, Min Wu and others for slide materials 1 Announcements

More information

Digital Image Processing. Frequency Domain Filtering

Digital Image Processing. Frequency Domain Filtering Digital Image Processing Frequency Domain Filtering DFT Matlab demo clear all; close all; a=imread('testpat1.png');b=imdouble(a); figure;imshow(b); Fb = fft(b);fbshift=fftshift(fb); figure;imshow(log(abs(fbshift)+0.00000001),[]);

More information

The Fourier Transform

The Fourier Transform The Fourier Transform Introduction to Digital Signal Processing (886457) 6 1 / 56 Contents Introduction Fourier Transforms One-dimensional DFT Two-dimensional DFT Fourier Transforms Function in Octave

More information

Head, IICT, Indus University, India

Head, IICT, Indus University, India International Journal of Emerging Research in Management &Technology Research Article December 2015 Comparison Between Spatial and Frequency Domain Methods 1 Anuradha Naik, 2 Nikhil Barot, 3 Rutvi Brahmbhatt,

More information

Digital Image Processing

Digital Image Processing Digital Image Processing Part 2: Image Enhancement Digital Image Processing Course Introduction in the Spatial Domain Lecture AASS Learning Systems Lab, Teknik Room T26 achim.lilienthal@tech.oru.se Course

More information

CoE4TN4 Image Processing. Chapter 3: Intensity Transformation and Spatial Filtering

CoE4TN4 Image Processing. Chapter 3: Intensity Transformation and Spatial Filtering CoE4TN4 Image Processing Chapter 3: Intensity Transformation and Spatial Filtering Image Enhancement Enhancement techniques: to process an image so that the result is more suitable than the original image

More information

Filtering in the spatial domain (Spatial Filtering)

Filtering in the spatial domain (Spatial Filtering) Filtering in the spatial domain (Spatial Filtering) refers to image operators that change the gray value at any pixel (x,y) depending on the pixel values in a square neighborhood centered at (x,y) using

More information

IMAGE ENHANCEMENT IN SPATIAL DOMAIN

IMAGE ENHANCEMENT IN SPATIAL DOMAIN A First Course in Machine Vision IMAGE ENHANCEMENT IN SPATIAL DOMAIN By: Ehsan Khoramshahi Definitions The principal objective of enhancement is to process an image so that the result is more suitable

More information

VU Signal and Image Processing. Torsten Möller + Hrvoje Bogunović + Raphael Sahann

VU Signal and Image Processing. Torsten Möller + Hrvoje Bogunović + Raphael Sahann 052600 VU Signal and Image Processing Torsten Möller + Hrvoje Bogunović + Raphael Sahann torsten.moeller@univie.ac.at hrvoje.bogunovic@meduniwien.ac.at raphael.sahann@univie.ac.at vda.cs.univie.ac.at/teaching/sip/17s/

More information

Anna University, Chennai B.E./B.TECH DEGREE EXAMINATION, MAY/JUNE 2013 Seventh Semester

Anna University, Chennai B.E./B.TECH DEGREE EXAMINATION, MAY/JUNE 2013 Seventh Semester www.vidyarthiplus.com Anna University, Chennai B.E./B.TECH DEGREE EXAMINATION, MAY/JUNE 2013 Seventh Semester Electronics and Communication Engineering EC 2029 / EC 708 DIGITAL IMAGE PROCESSING (Regulation

More information

Lecture - 10 Image Enhancement in the Frequency Domain

Lecture - 10 Image Enhancement in the Frequency Domain Lectre - Image Enhancement in the Freqenc Domain Cosimo Distante Backgrond An fnction that periodicall repeats itself can be epressed as the sm of sines and/or cosines of different freqencies each mltiplied

More information

Image Enhancement using Histogram Equalization and Spatial Filtering

Image Enhancement using Histogram Equalization and Spatial Filtering Image Enhancement using Histogram Equalization and Spatial Filtering Fari Muhammad Abubakar 1 1 Department of Electronics Engineering Tianjin University of Technology and Education (TUTE) Tianjin, P.R.

More information

Automatic processing to restore data of MODIS band 6

Automatic processing to restore data of MODIS band 6 Automatic processing to restore data of MODIS band 6 --Final Project for ECE 533 Abstract An automatic processing to restore data of MODIS band 6 is introduced. For each granule of MODIS data, 6% of the

More information

ECE 484 Digital Image Processing Lec 10 - Image Restoration I

ECE 484 Digital Image Processing Lec 10 - Image Restoration I ECE 484 Digital Image Processing Lec 10 - Image Restoration I Zhu Li Dept of CSEE, UMKC Office: FH560E, Email: lizhu@umkc.edu, Ph: x 2346. http://l.web.umkc.edu/lizhu slides created with WPS Office Linux

More information

Introduce cascaded first-order op-amp filters. Faculty of Electrical and Electronic Engineering

Introduce cascaded first-order op-amp filters. Faculty of Electrical and Electronic Engineering Yıldız Technical University Cascaded FirstOrder Filters Introduce cascaded first-order op-amp filters Faculty of Electrical and Electronic Engineering Lesson Objectives Introduce cascaded filters Introduce

More information

SYLLABUS CHAPTER - 2 : INTENSITY TRANSFORMATIONS. Some Basic Intensity Transformation Functions, Histogram Processing.

SYLLABUS CHAPTER - 2 : INTENSITY TRANSFORMATIONS. Some Basic Intensity Transformation Functions, Histogram Processing. Contents i SYLLABUS UNIT - I CHAPTER - 1 : INTRODUCTION TO DIGITAL IMAGE PROCESSING Introduction, Origins of Digital Image Processing, Applications of Digital Image Processing, Fundamental Steps, Components,

More information

DIGITAL IMAGE PROCESSING (COM-3371) Week 2 - January 14, 2002

DIGITAL IMAGE PROCESSING (COM-3371) Week 2 - January 14, 2002 DIGITAL IMAGE PROCESSING (COM-3371) Week 2 - January 14, 22 Topics: Human eye Visual phenomena Simple image model Image enhancement Point processes Histogram Lookup tables Contrast compression and stretching

More information

Digital Image Processing

Digital Image Processing Digital Image Processing Dr. T.R. Ganesh Babu Professor, Department of Electronics and Communication Engineering, Muthayammal Engineering College, Rasipuram, Namakkal Dist. S. Leo Pauline Assistant Professor,

More information

Digital Image Processing

Digital Image Processing Digital Image Processing Lecture # 5 Image Enhancement in Spatial Domain- I ALI JAVED Lecturer SOFTWARE ENGINEERING DEPARTMENT U.E.T TAXILA Email:: ali.javed@uettaxila.edu.pk Office Room #:: 7 Presentation

More information

Image Enhancement. Image Enhancement

Image Enhancement. Image Enhancement SPATIAL FILTERING g h * h g FREQUENCY DOMAIN FILTERING G H. F F H G Copright RMR / RDL - 999. PEE53 - Processamento Digital de Imagens LOW PASS FILTERING attenuate or eliminate high-requenc components

More information

Image Restoration. Lecture 7, March 23 rd, Lexing Xie. EE4830 Digital Image Processing

Image Restoration. Lecture 7, March 23 rd, Lexing Xie. EE4830 Digital Image Processing Image Restoration Lecture 7, March 23 rd, 2008 Lexing Xie EE4830 Digital Image Processing http://www.ee.columbia.edu/~xlx/ee4830/ thanks to G&W website, Min Wu and others for slide materials 1 Announcements

More information

Digital Image Fundamentals and Image Enhancement in the Spatial Domain

Digital Image Fundamentals and Image Enhancement in the Spatial Domain Digital Image Fundamentals and Image Enhancement in the Spatial Domain Mohamed N. Ahmed, Ph.D. Introduction An image may be defined as 2D function f(x,y), where x and y are spatial coordinates. The amplitude

More information

Spatial Domain Processing and Image Enhancement

Spatial Domain Processing and Image Enhancement Spatial Domain Processing and Image Enhancement Lecture 4, Feb 18 th, 2008 Lexing Xie EE4830 Digital Image Processing http://www.ee.columbia.edu/~xlx/ee4830/ thanks to Shahram Ebadollahi and Min Wu for

More information

DISCRETE FOURIER TRANSFORM AND FILTER DESIGN

DISCRETE FOURIER TRANSFORM AND FILTER DESIGN DISCRETE FOURIER TRANSFORM AND FILTER DESIGN N. C. State University CSC557 Multimedia Computing and Networking Fall 2001 Lecture # 03 Spectrum of a Square Wave 2 Results of Some Filters 3 Notation 4 x[n]

More information

Noise and Restoration of Images

Noise and Restoration of Images Noise and Restoration of Images Dr. Praveen Sankaran Department of ECE NIT Calicut February 24, 2013 Winter 2013 February 24, 2013 1 / 35 Outline 1 Noise Models 2 Restoration from Noise Degradation 3 Estimation

More information

Achim J. Lilienthal Mobile Robotics and Olfaction Lab, AASS, Örebro University

Achim J. Lilienthal Mobile Robotics and Olfaction Lab, AASS, Örebro University Achim J. Lilienthal Mobile Robotics and Olfaction Lab, Room T29, Mo, -2 o'clock AASS, Örebro University (please drop me an email in advance) achim.lilienthal@oru.se 4.!!!!!!!!! Pre-Class Reading!!!!!!!!!

More information

Table of contents. Vision industrielle 2002/2003. Local and semi-local smoothing. Linear noise filtering: example. Convolution: introduction

Table of contents. Vision industrielle 2002/2003. Local and semi-local smoothing. Linear noise filtering: example. Convolution: introduction Table of contents Vision industrielle 2002/2003 Session - Image Processing Département Génie Productique INSA de Lyon Christian Wolf wolf@rfv.insa-lyon.fr Introduction Motivation, human vision, history,

More information

Prof. Vidya Manian Dept. of Electrical and Comptuer Engineering

Prof. Vidya Manian Dept. of Electrical and Comptuer Engineering Image Processing Intensity Transformations Chapter 3 Prof. Vidya Manian Dept. of Electrical and Comptuer Engineering INEL 5327 ECE, UPRM Intensity Transformations 1 Overview Background Basic intensity

More information

Image Enhancement in the Spatial Domain (Part 1)

Image Enhancement in the Spatial Domain (Part 1) Image Enhancement in the Spatial Domain (Part 1) Lecturer: Dr. Hossam Hassan Email : hossameldin.hassan@eng.asu.edu.eg Computers and Systems Engineering Principle Objective of Enhancement Process an image

More information

Fourier Transform. Any signal can be expressed as a linear combination of a bunch of sine gratings of different frequency Amplitude Phase

Fourier Transform. Any signal can be expressed as a linear combination of a bunch of sine gratings of different frequency Amplitude Phase Fourier Transform Fourier Transform Any signal can be expressed as a linear combination of a bunch of sine gratings of different frequency Amplitude Phase 2 1 3 3 3 1 sin 3 3 1 3 sin 3 1 sin 5 5 1 3 sin

More information

What is an image? Bernd Girod: EE368 Digital Image Processing Pixel Operations no. 1. A digital image can be written as a matrix

What is an image? Bernd Girod: EE368 Digital Image Processing Pixel Operations no. 1. A digital image can be written as a matrix What is an image? Definition: An image is a 2-dimensional light intensity function, f(x,y), where x and y are spatial coordinates, and f at (x,y) is related to the brightness of the image at that point.

More information

Subband coring for image noise reduction. Edward H. Adelson Internal Report, RCA David Sarnoff Research Center, Nov

Subband coring for image noise reduction. Edward H. Adelson Internal Report, RCA David Sarnoff Research Center, Nov Subband coring for image noise reduction. dward H. Adelson Internal Report, RCA David Sarnoff Research Center, Nov. 26 1986. Let an image consisting of the array of pixels, (x,y), be denoted (the boldface

More information

EE482: Digital Signal Processing Applications

EE482: Digital Signal Processing Applications Professor Brendan Morris, SEB 3216, brendan.morris@unlv.edu EE482: Digital Signal Processing Applications Spring 2014 TTh 14:30-15:45 CBC C222 Lecture 15 Image Processing 14/04/15 http://www.ee.unlv.edu/~b1morris/ee482/

More information

SRI VENKATESWARA COLLEGE OF ENGINEERING. COURSE DELIVERY PLAN - THEORY Page 1 of 6

SRI VENKATESWARA COLLEGE OF ENGINEERING. COURSE DELIVERY PLAN - THEORY Page 1 of 6 COURSE DELIVERY PLAN - THEORY Page 1 of 6 Department of Electronics and Communication Engineering B.E/B.Tech/M.E/M.Tech : EC Regulation: 2013 PG Specialisation : NA Sub. Code / Sub. Name : IT6005/DIGITAL

More information

Digital Signal Processing

Digital Signal Processing Digital Signal Processing System Analysis and Design Paulo S. R. Diniz Eduardo A. B. da Silva and Sergio L. Netto Federal University of Rio de Janeiro CAMBRIDGE UNIVERSITY PRESS Preface page xv Introduction

More information

Introduction to Wavelets Michael Phipps Vallary Bhopatkar

Introduction to Wavelets Michael Phipps Vallary Bhopatkar Introduction to Wavelets Michael Phipps Vallary Bhopatkar *Amended from The Wavelet Tutorial by Robi Polikar, http://users.rowan.edu/~polikar/wavelets/wttutoria Who can tell me what this means? NR3, pg

More information

Analysis of Image Enhancement Techniques Used in Remote Sensing Satellite Imagery

Analysis of Image Enhancement Techniques Used in Remote Sensing Satellite Imagery Analysis of Image Enhancement Techniques Used in Remote Sensing Satellite Imagery Kriti Bajpai MTech Student, Department of Computer Science Engineering, Gyan Ganga Institute of Technology & Sciences,

More information

Enhancement. Degradation model H and noise must be known/predicted first before restoration. Noise model Degradation Model

Enhancement. Degradation model H and noise must be known/predicted first before restoration. Noise model Degradation Model Kuliah ke 5 Program S1 Reguler DTE FTUI 2009 Model Filter Noise model Degradation Model Spatial Domain Frequency Domain MATLAB & Video Restoration Examples Video 2 Enhancement Goal: to improve an image

More information

Fourier analysis of images

Fourier analysis of images Fourier analysis of images Intensity Image Fourier Image Slides: James Hays, Hoiem, Efros, and others http://sharp.bu.edu/~slehar/fourier/fourier.html#filtering Signals can be composed + = http://sharp.bu.edu/~slehar/fourier/fourier.html#filtering

More information

Announcements. Image Processing. What s an image? Images as functions. Image processing. What s a digital image?

Announcements. Image Processing. What s an image? Images as functions. Image processing. What s a digital image? Image Processing Images by Pawan Sinha Today s readings Forsyth & Ponce, chapters 8.-8. http://www.cs.washington.edu/education/courses/49cv/wi/readings/book-7-revised-a-indx.pdf For Monday Watt,.3-.4 (handout)

More information

Digital Imaging Systems for Historical Documents

Digital Imaging Systems for Historical Documents Digital Imaging Systems for Historical Documents Improvement Legibility by Frequency Filters Kimiyoshi Miyata* and Hiroshi Kurushima** * Department Museum Science, ** Department History National Museum

More information

Experiment 4- Finite Impulse Response Filters

Experiment 4- Finite Impulse Response Filters Experiment 4- Finite Impulse Response Filters 18 February 2009 Abstract In this experiment we design different Finite Impulse Response filters and study their characteristics. 1 Introduction The transfer

More information

Digital Image Processing. Lecture 5 (Enhancement) Bu-Ali Sina University Computer Engineering Dep. Fall 2009

Digital Image Processing. Lecture 5 (Enhancement) Bu-Ali Sina University Computer Engineering Dep. Fall 2009 Digital Image Processing Lecture 5 (Enhancement) Bu-Ali Sina University Computer Engineering Dep. Fall 2009 Outline Image Enhancement in Spatial Domain Histogram based methods Histogram Equalization Local

More information

Non Linear Image Enhancement

Non Linear Image Enhancement Non Linear Image Enhancement SAIYAM TAKKAR Jaypee University of information technology, 2013 SIMANDEEP SINGH Jaypee University of information technology, 2013 Abstract An image enhancement algorithm based

More information

8.2 IMAGE PROCESSING VERSUS IMAGE ANALYSIS Image processing: The collection of routines and

8.2 IMAGE PROCESSING VERSUS IMAGE ANALYSIS Image processing: The collection of routines and 8.1 INTRODUCTION In this chapter, we will study and discuss some fundamental techniques for image processing and image analysis, with a few examples of routines developed for certain purposes. 8.2 IMAGE

More information

Biosignal filtering and artifact rejection. Biosignal processing I, S Autumn 2017

Biosignal filtering and artifact rejection. Biosignal processing I, S Autumn 2017 Biosignal filtering and artifact rejection Biosignal processing I, 52273S Autumn 207 Motivation ) Artifact removal power line non-stationarity due to baseline variation muscle or eye movement artifacts

More information

Chapter 2 Image Enhancement in the Spatial Domain

Chapter 2 Image Enhancement in the Spatial Domain Chapter 2 Image Enhancement in the Spatial Domain Abstract Although the transform domain processing is essential, as the images naturally occur in the spatial domain, image enhancement in the spatial domain

More information

IMAGE PROCESSING (RRY025) THE CONTINUOUS 2D FOURIER TRANSFORM

IMAGE PROCESSING (RRY025) THE CONTINUOUS 2D FOURIER TRANSFORM IMAGE PROCESSING (RRY5) THE CONTINUOUS D FOURIER TRANSFORM INTRODUCTION A vital tool in image processing. Also a prototype of other image transforms, cosine, Wavelet etc. Applications Image Filtering -

More information

CS4495/6495 Introduction to Computer Vision. 2C-L3 Aliasing

CS4495/6495 Introduction to Computer Vision. 2C-L3 Aliasing CS4495/6495 Introduction to Computer Vision 2C-L3 Aliasing Recall: Fourier Pairs (from Szeliski) Fourier Transform Sampling Pairs FT of an impulse train is an impulse train Sampling and Aliasing Sampling

More information

The University of Texas at Austin Dept. of Electrical and Computer Engineering Midterm #2

The University of Texas at Austin Dept. of Electrical and Computer Engineering Midterm #2 The University of Texas at Austin Dept. of Electrical and Computer Engineering Midterm #2 Date: November 18, 2010 Course: EE 313 Evans Name: Last, First The exam is scheduled to last 75 minutes. Open books

More information

Steganography & Steganalysis of Images. Mr C Rafferty Msc Comms Sys Theory 2005

Steganography & Steganalysis of Images. Mr C Rafferty Msc Comms Sys Theory 2005 Steganography & Steganalysis of Images Mr C Rafferty Msc Comms Sys Theory 2005 Definitions Steganography is hiding a message in an image so the manner that the very existence of the message is unknown.

More information

ECC419 IMAGE PROCESSING

ECC419 IMAGE PROCESSING ECC419 IMAGE PROCESSING INTRODUCTION Image Processing Image processing is a subclass of signal processing concerned specifically with pictures. Digital Image Processing, process digital images by means

More information

International Journal of Engineering and Emerging Technology, Vol. 2, No. 1, January June 2017

International Journal of Engineering and Emerging Technology, Vol. 2, No. 1, January June 2017 Measurement of Face Detection Accuracy Using Intensity Normalization Method and Homomorphic Filtering I Nyoman Gede Arya Astawa [1]*, I Ketut Gede Darma Putra [2], I Made Sudarma [3], and Rukmi Sari Hartati

More information

Electric Circuit Theory

Electric Circuit Theory Electric Circuit Theory Nam Ki Min nkmin@korea.ac.kr 010-9419-2320 Chapter 15 Active Filter Circuits Nam Ki Min nkmin@korea.ac.kr 010-9419-2320 Contents and Objectives 3 Chapter Contents 15.1 First-Order

More information

Topic 3 - Image Enhancement. (Part 2) Spatial Filtering

Topic 3 - Image Enhancement. (Part 2) Spatial Filtering Topic 3 - Image Enhancement Part Spatial Filtering Spatial iltering - iltering operations that are perormed directl on the piels o an image Use o spatial mask Spatial iltering Operation moing the mask

More information

June 30 th, 2008 Lesson notes taken from professor Hongmei Zhu class.

June 30 th, 2008 Lesson notes taken from professor Hongmei Zhu class. P. 1 June 30 th, 008 Lesson notes taken from professor Hongmei Zhu class. Sharpening Spatial Filters. 4.1 Introduction Smoothing or blurring is accomplished in the spatial domain by pixel averaging in

More information

Chapter 5 THE APPLICATION OF THE Z TRANSFORM. 5.6 Transfer Functions for Digital Filters 5.7 Amplitude and Delay Distortion

Chapter 5 THE APPLICATION OF THE Z TRANSFORM. 5.6 Transfer Functions for Digital Filters 5.7 Amplitude and Delay Distortion Chapter 5 THE APPLICATION OF THE Z TRANSFORM 5.6 Transfer Functions for Digital Filters 5.7 Amplitude and Delay Distortion Copyright c 2005- Andreas Antoniou Victoria, BC, Canada Email: aantoniou@ieee.org

More information

To process an image so that the result is more suitable than the original image for a specific application.

To process an image so that the result is more suitable than the original image for a specific application. by Shahid Farid 1 To process an image so that the result is more suitable than the original image for a specific application. Categories: Spatial domain methods and Frequency domain methods 2 Procedures

More information

Digital Image Processing

Digital Image Processing Thomas.Grenier@creatis.insa-lyon.fr Digital Image Processing Exercises Département Génie Electrique 5GE - TdSi 2.4: You are hired to design the front end of an imaging system for studying the boundary

More information

Computer Graphics (Fall 2011) Outline. CS 184 Guest Lecture: Sampling and Reconstruction Ravi Ramamoorthi

Computer Graphics (Fall 2011) Outline. CS 184 Guest Lecture: Sampling and Reconstruction Ravi Ramamoorthi Computer Graphics (Fall 2011) CS 184 Guest Lecture: Sampling and Reconstruction Ravi Ramamoorthi Some slides courtesy Thomas Funkhouser and Pat Hanrahan Adapted version of CS 283 lecture http://inst.eecs.berkeley.edu/~cs283/fa10

More information

Fourier and Wavelets

Fourier and Wavelets Fourier and Wavelets Why do we need a Transform? Fourier Transform and the short term Fourier (STFT) Heisenberg Uncertainty Principle The continues Wavelet Transform Discrete Wavelet Transform Wavelets

More information

Digital Image Processing 3/e

Digital Image Processing 3/e Laboratory Projects for Digital Image Processing 3/e by Gonzalez and Woods 2008 Prentice Hall Upper Saddle River, NJ 07458 USA www.imageprocessingplace.com The following sample laboratory projects are

More information

NO-REFERENCE PERCEPTUAL QUALITY ASSESSMENT OF RINGING AND MOTION BLUR IMAGE BASED ON IMAGE COMPRESSION

NO-REFERENCE PERCEPTUAL QUALITY ASSESSMENT OF RINGING AND MOTION BLUR IMAGE BASED ON IMAGE COMPRESSION NO-REFERENCE PERCEPTUAL QUALITY ASSESSMENT OF RINGING AND MOTION BLUR IMAGE BASED ON IMAGE COMPRESSION Assist.prof.Dr.Jamila Harbi 1 and Ammar Izaldeen Alsalihi 2 1 Al-Mustansiriyah University, college

More information

F I R Filter (Finite Impulse Response)

F I R Filter (Finite Impulse Response) F I R Filter (Finite Impulse Response) Ir. Dadang Gunawan, Ph.D Electrical Engineering University of Indonesia The Outline 7.1 State-of-the-art 7.2 Type of Linear Phase Filter 7.3 Summary of 4 Types FIR

More information

SRM UNIVERSITY FACULTY OF ENGINEERING AND TECHNOLOGY SCHOOL OF COMPUTING DEPARTMENT OF CSE COURSE PLAN

SRM UNIVERSITY FACULTY OF ENGINEERING AND TECHNOLOGY SCHOOL OF COMPUTING DEPARTMENT OF CSE COURSE PLAN SRM UNIVERSITY FACULTY OF ENGINEERING AND TECHNOLOGY SCHOOL OF COMPUTING DEPARTMENT OF CSE COURSE PLAN Course Code : CS0323 Course Title : Digital Image Processing Semester : V Course Time : July Dec 2011

More information

Assistant Lecturer Sama S. Samaan

Assistant Lecturer Sama S. Samaan MP3 Not only does MPEG define how video is compressed, but it also defines a standard for compressing audio. This standard can be used to compress the audio portion of a movie (in which case the MPEG standard

More information

MONTEREY, CALIFORNIA THESIS DIGITAL ENHANCEMENT OF NIGHT VISION AND THERMAL IMAGES. Chek Koon Teo. December Alfred W. Cooper

MONTEREY, CALIFORNIA THESIS DIGITAL ENHANCEMENT OF NIGHT VISION AND THERMAL IMAGES. Chek Koon Teo. December Alfred W. Cooper MONTEREY, CALIFORNIA THESIS DIGITAL ENHANCEMENT OF NIGHT VISION AND THERMAL IMAGES by Chek Koon Teo December 2003 Co-Advisors: Monique P. Fargues Alfred W. Cooper Approved for public release; distribution

More information

PRACTICAL IMAGE AND VIDEO PROCESSING USING MATLAB

PRACTICAL IMAGE AND VIDEO PROCESSING USING MATLAB PRACTICAL IMAGE AND VIDEO PROCESSING USING MATLAB OGE MARQUES Florida Atlantic University *IEEE IEEE PRESS WWILEY A JOHN WILEY & SONS, INC., PUBLICATION CONTENTS LIST OF FIGURES LIST OF TABLES FOREWORD

More information

Digital Image Processing

Digital Image Processing Digital Image Processing D. Sundararajan Digital Image Processing A Signal Processing and Algorithmic Approach 123 D. Sundararajan Formerly at Concordia University Montreal Canada Additional material to

More information

IIR Filter Design Chapter Intended Learning Outcomes: (i) Ability to design analog Butterworth filters

IIR Filter Design Chapter Intended Learning Outcomes: (i) Ability to design analog Butterworth filters IIR Filter Design Chapter Intended Learning Outcomes: (i) Ability to design analog Butterworth filters (ii) Ability to design lowpass IIR filters according to predefined specifications based on analog

More information

USE OF FT IN IMAGE PROCESSING IMAGE PROCESSING (RRY025)

USE OF FT IN IMAGE PROCESSING IMAGE PROCESSING (RRY025) IMAGE PROCESSIG (RRY25) USE OF FT I IMAGE PROCESSIG Optics- originofimperfectionsinimagingsystems(limited resolution/blurring related to 2D FTs)- need to understand using Continuous FT. Sampling -Capturecontinuousimageontoasetofdiscrete

More information

Image Processing Computer Graphics I Lecture 20. Display Color Models Filters Dithering Image Compression

Image Processing Computer Graphics I Lecture 20. Display Color Models Filters Dithering Image Compression 15-462 Computer Graphics I Lecture 2 Image Processing April 18, 22 Frank Pfenning Carnegie Mellon University http://www.cs.cmu.edu/~fp/courses/graphics/ Display Color Models Filters Dithering Image Compression

More information

Digital Image Processing Chapter 6: Color Image Processing ( )

Digital Image Processing Chapter 6: Color Image Processing ( ) Digital Image Processing Chapter 6: Color Image Processing (6.4 6.9) 6.4 Basics of Full-Color Image Processing Full-color images are handled for a variety of image processing tasks. Full-color image processing

More information

קורס גרפיקה ממוחשבת 2008 סמסטר ב' Image Processing 1 חלק מהשקפים מעובדים משקפים של פרדו דוראנד, טומס פנקהאוסר ודניאל כהן-אור

קורס גרפיקה ממוחשבת 2008 סמסטר ב' Image Processing 1 חלק מהשקפים מעובדים משקפים של פרדו דוראנד, טומס פנקהאוסר ודניאל כהן-אור קורס גרפיקה ממוחשבת 2008 סמסטר ב' Image Processing 1 חלק מהשקפים מעובדים משקפים של פרדו דוראנד, טומס פנקהאוסר ודניאל כהן-אור What is an image? An image is a discrete array of samples representing a continuous

More information

Images and Filters. EE/CSE 576 Linda Shapiro

Images and Filters. EE/CSE 576 Linda Shapiro Images and Filters EE/CSE 576 Linda Shapiro What is an image? 2 3 . We sample the image to get a discrete set of pixels with quantized values. 2. For a gray tone image there is one band F(r,c), with values

More information

International Journal of Advancedd Research in Biology, Ecology, Science and Technology (IJARBEST)

International Journal of Advancedd Research in Biology, Ecology, Science and Technology (IJARBEST) Gaussian Blur Removal in Digital Images A.Elakkiya 1, S.V.Ramyaa 2 PG Scholars, M.E. VLSI Design, SSN College of Engineering, Rajiv Gandhi Salai, Kalavakkam 1,2 Abstract In many imaging systems, the observed

More information

Admin Deblurring & Deconvolution Different types of blur

Admin Deblurring & Deconvolution Different types of blur Admin Assignment 3 due Deblurring & Deconvolution Lecture 10 Last lecture Move to Friday? Projects Come and see me Different types of blur Camera shake User moving hands Scene motion Objects in the scene

More information

EEL 6562 Image Processing and Computer Vision Image Restoration

EEL 6562 Image Processing and Computer Vision Image Restoration DEPARTMENT OF ELECTRICAL & COMPUTER ENGINEERING EEL 6562 Image Processing and Computer Vision Image Restoration Rajesh Pydipati Introduction Image Processing is defined as the analysis, manipulation, storage,

More information