1 Images and Transformations Images by Pawan SinhaPawan Sinha.

Slides:



Advertisements
Similar presentations
3-D Computational Vision CSc Image Processing II - Fourier Transform.
Advertisements

Linear Filtering – Part I Selim Aksoy Department of Computer Engineering Bilkent University
Spatial Filtering (Chapter 3)
CS 4487/9587 Algorithms for Image Analysis
E.G.M. PetrakisFiltering1 Linear Systems Many image processing (filtering) operations are modeled as a linear system Linear System δ(x,y) h(x,y)
Lecture 4 Linear Filters and Convolution
Image Filtering CS485/685 Computer Vision Prof. George Bebis.
1 Image filtering Hybrid Images, Oliva et al.,
Image Filtering, Part 2: Resampling Today’s readings Forsyth & Ponce, chapters Forsyth & Ponce –
Convolution, Edge Detection, Sampling : Computational Photography Alexei Efros, CMU, Fall 2006 Some slides from Steve Seitz.
Image Processing : Computational Photography Alexei Efros, CMU, Fall 2006 Some figures from Steve Seitz, and Gonzalez et al.
Lecture 1: Images and image filtering
1 Image Filtering Readings: Ch 5: 5.4, 5.5, 5.6,5.7.3, 5.8 (This lecture does not follow the book.) Images by Pawan SinhaPawan Sinha formal terminology.
Linear filtering. Overview: Linear filtering Linear filters Definition and properties Examples Gaussian smoothing Separability Applications Denoising.
1 Image Filtering Slides by Steve Seitz. 2 Salvador Dali, “Gala Contemplating the Mediterranean Sea, which at 30 meters becomes the portrait of Abraham.
1 Linear image transforms Let’s start with a 1-D image (a “signal”): A very general and useful class of transforms are the linear transforms of f, defined.
1 Image filtering Images by Pawan SinhaPawan Sinha.
1 Image filtering
Convolution and Edge Detection : Computational Photography Alexei Efros, CMU, Fall 2005 Some slides from Steve Seitz.
Lecture 2: Image filtering
Linear filtering.
1 Image filtering Hybrid Images, Oliva et al.,
1 Image Filtering Slides by Steve Seitz. 2 Salvador Dali, “Gala Contemplating the Mediterranean Sea, which at 30 meters becomes the portrait of Abraham.
Basic Image Processing January 26, 30 and February 1.
Most slides from Steve Seitz
Image Processing I : Rendering and Image Processing Alexei Efros …with most slides shamelessly stolen from Steve Seitz and Gonzalez & Woods.
Computer Vision Spring ,-685 Instructor: S. Narasimhan Wean Hall 5409 T-R 10:30am – 11:50am.
Lecture 1: Images and image filtering CS4670/5670: Intro to Computer Vision Kavita Bala Hybrid Images, Oliva et al.,
Computer Vision Spring ,-685 Instructor: S. Narasimhan Wean 5403 T-R 3:00pm – 4:20pm.
CS 376b Introduction to Computer Vision 02 / 26 / 2008 Instructor: Michael Eckmann.
Applications of Image Filters Computer Vision CS 543 / ECE 549 University of Illinois Derek Hoiem 02/04/10.
HCI/ComS 575X: Computational Perception Instructor: Alexander Stoytchev
University of Texas at Austin CS384G - Computer Graphics Fall 2010 Don Fussell Image processing.
CS 556 – Computer Vision Image Basics & Review. What is an Image? Image: a representation, resemblance, or likeness An image is a signal: a function carrying.
Linear filtering. Motivation: Noise reduction Given a camera and a still scene, how can you reduce noise? Take lots of images and average them! What’s.
CSE 473/573 Computer Vision and Image Processing (CVIP) Ifeoma Nwogu Lecture 7 – Linear Filters 1.
Mestrado em Ciência de Computadores Mestrado Integrado em Engenharia de Redes e Sistemas Informáticos VC 15/16 – TP7 Spatial Filters Miguel Tavares Coimbra.
Visual Computing Computer Vision 2 INFO410 & INFO350 S2 2015
CS 691B Computational Photography
CSE 6367 Computer Vision Image Operations and Filtering “You cannot teach a man anything, you can only help him find it within himself.” ― Galileo GalileiGalileo.
Linear filtering. Motivation: Image denoising How can we reduce noise in a photograph?
CSE 185 Introduction to Computer Vision Image Filtering: Spatial Domain.
Lecture 1: Images and image filtering CS4670/5670: Intro to Computer Vision Noah Snavely Hybrid Images, Oliva et al.,
Spatial Filtering (Chapter 3) CS474/674 - Prof. Bebis.
HCI/ComS 575X: Computational Perception Instructor: Alexander Stoytchev
University of Texas at Austin CS384G - Computer Graphics Fall 2008 Don Fussell Sampling and Reconstruction.
Correlation and Convolution They replace the value of an image pixel with a combination of its neighbors Basic operations in images Shift Invariant Linear.
Filtering – Part I Gokberk Cinbis Department of Computer Engineering
IMAGE PROCESSING AKSHAY P S3 EC ROLL NO. 9.
Image filtering Hybrid Images, Oliva et al.,
Recap from Wednesday Spectra and Color Light capture in cameras and humans.
Filters (Smoothing, Edge Detection)
Image filtering Images by Pawan Sinha.
HCI / CprE / ComS 575: Computational Perception
Image filtering Images by Pawan Sinha.
Image Processing Today’s readings For Monday
Image filtering Images by Pawan Sinha.
Linear filtering.
Basic Image Processing
Digital Image Processing Week IV
Most slides from Steve Seitz
Image filtering Images by Pawan Sinha.
Image filtering
Image filtering
Magnetic Resonance Imaging
Department of Computer Engineering
Intensity Transformation
Image Filtering Readings: Ch 5: 5. 4, 5. 5, 5. 6, , 5
Most slides from Steve Seitz
Lecture 4 Image Enhancement in Frequency Domain
Presentation transcript:

1 Images and Transformations Images by Pawan SinhaPawan Sinha

2 Reading Forsyth & Ponce, chapter 7

3 What is an image? We can think of an image as a function, f, from R 2 to R:  f( x, y ) gives the intensity at position ( x, y )  Realistically, we expect the image only to be defined over a rectangle, with a finite range: f: [a,b] x [c,d]  [0,1] A color image is just three functions pasted together. We can write this as a “vector-valued” function:

4 Images as functions

5 What is a digital image? In computer vision we usually operate on digital (discrete) images:  Sample the 2D space on a regular grid  Quantize each sample (round to nearest integer) If our samples are  apart, we can write this as: f[i,j] = Quantize{ f(i , j  ) } The image can now be represented as a matrix of integer values

6 Image transformations An image processing operation typically defines a new image g in terms of an existing image f. We can transform either the domain or the range of f. Range transformation: What’s kinds of operations can this perform?

7 Image processing Some operations preserve the range but change the domain of f : What kinds of operations can this perform? Many image transforms operate both on the domain and the range

8 Linear image transforms Let’s start with a 1-D image (a “signal”): A very general and useful class of transforms are the linear transforms of f, defined by a matrix M

9 Linear image transforms Let’s start with a 1-D image (a “signal”):

10 Linear image transforms Let’s start with a 1-D image (a “signal”):

11 Linear image transforms Another example is the discrete Fourier transform Each row of M is a sinusoid (complex-valued) The frequency increases with the row number

12 Linear shift-invariant filters This pattern is very common - same entries in each row - all non-zero entries near the diagonal It is known as a linear shift-invariant filter and is represented by a kernel (or mask) h: and can be written (for kernel of size 2k+1) as: The above allows negative filter indices. When you implement need to use: h[u+k] instead of h[u]

13 2D linear transforms We can do the same thing for 2D images by concatenating all of the rows into one long vector:

14 2D filtering A 2D image f[i,j] can be filtered by a 2D kernel h[u,v] to produce an output image g[i,j]: This is called a cross-correlation operation and written: h is called the “filter,” “kernel,” or “mask.” The above allows negative filter indices. When you implement need to use: h[u+k,v+k] instead of h[u,v]

15 Noise Filtering is useful for noise reduction... Common types of noise:  Salt and pepper noise: contains random occurrences of black and white pixels  Impulse noise: contains random occurrences of white pixels  Gaussian noise: variations in intensity drawn from a Gaussian normal distribution

16 Mean filtering

17

18 Mean filtering

19 Effect of mean filters

20 Mean kernel What’s the kernel for a 3x3 mean filter?

21 Gaussian Filtering A Gaussian kernel gives less weight to pixels further from the center of the window This kernel is an approximation of a Gaussian function:

22 Mean vs. Gaussian filtering

23 Convolution A convolution operation is a cross-correlation where the filter is flipped both horizontally and vertically before being applied to the image: It is written: Suppose H is a Gaussian or mean kernel. How does convolution differ from cross-correlation?

24 Convolution theorems Let F be the 2D Fourier transform of f, H of h Define Convolution theorem: Convolution in the spatial (image) domain is equivalent to multiplication in the frequency (Fourier) domain. Symmetric theorem: Convolution in the frequency domain is equivalent to multiplication in the spatial domain. Why is this useful?

25 2D convolution theorem example * f(x,y)f(x,y) h(x,y)h(x,y) g(x,y)g(x,y) |F(s x,s y )| |H(s x,s y )| |G(s x,s y )|

26 Median filters A Median Filter operates over a window by selecting the median intensity in the window. What advantage does a median filter have over a mean filter? Is a median filter a kind of convolution?

27 Comparison: salt and pepper noise

28 Comparison: Gaussian noise