Convolution.

Slides:



Advertisements
Similar presentations
CSCE 643 Computer Vision: Template Matching, Image Pyramids and Denoising Jinxiang Chai.
Advertisements

© by Yu Hen Hu 1 ECE533 Digital Image Processing Image Enhancement in Frequency Domain.
Slides from Alexei Efros
CS 691 Computational Photography
Computational Photography: Sampling + Reconstruction Connelly Barnes Slides from Alexei Efros and Steve Marschner.
Fourier Transform – Chapter 13. Fourier Transform – continuous function Apply the Fourier Series to complex- valued functions using Euler’s notation to.
HCI/ComS 575X: Computational Perception Instructor: Alexander Stoytchev
Convolution. Spatial Filtering Operations g(x,y) = 1/M  f(n,m) (n,m) in  S Example 3 x 3 5 x 5.
Chapter 4 Image Enhancement in the Frequency Domain.
Image Filtering, Part 2: Resampling Today’s readings Forsyth & Ponce, chapters Forsyth & Ponce –
CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai.
Sampling and Pyramids : Rendering and Image Processing Alexei Efros …with lots of slides from Steve Seitz.
Edges and Scale Today’s reading Cipolla & Gee on edge detection (available online)Cipolla & Gee on edge detection Szeliski – From Sandlot ScienceSandlot.
Fourier Transform Analytic geometry gives a coordinate system for describing geometric objects. Fourier transform gives a coordinate system for functions.
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 transformations, Part 2 Prof. Noah Snavely CS1114
CSCE 641 Computer Graphics: Image Sampling and Reconstruction Jinxiang Chai.
Image Sampling Moire patterns
Lecture 4: Image Resampling CS4670: Computer Vision Noah Snavely.
Convolution. Convolution Properties Commutative: f*g = g*f Associative: (f*g)*h = f*(g*h) Homogeneous : f*( g)= f*g Additive (Distributive): f*(g+h)=
Lecture 3: Image Resampling CS4670: Computer Vision Noah Snavely Nearest-neighbor interpolation Input image 3x upsample hq3x interpolation (ZSNES)
Slides from Alexei Efros, Steve Marschner Filters & fourier theory.
Chapter 4 Image Enhancement in the Frequency Domain.
Image Sampling Moire patterns -
Image Representation Gaussian pyramids Laplacian Pyramids
Computer Vision Spring ,-685 Instructor: S. Narasimhan Wean 5409 T-R 10:30am – 11:50am.
2D Image Fourier Spectrum.
Signals and Systems Jamshid Shanbehzadeh.
Applications of Image Filters Computer Vision CS 543 / ECE 549 University of Illinois Derek Hoiem 02/04/10.
Image Processing in Freq. Domain Restoration / Enhancement Inverse Filtering Match Filtering / Pattern Detection Tomography.
Image Resampling CS4670: Computer Vision Noah Snavely.
Image Resampling CS4670: Computer Vision Noah Snavely.
Image Processing Xuejin Chen Ref:
Computer Vision Spring ,-685 Instructor: S. Narasimhan Wean 5403 T-R 3:00pm – 4:20pm.
2D Image Fourier Spectrum.
Lecture 5: Fourier and Pyramids
Computer vision. Applications and Algorithms in CV Tutorial 3: Multi scale signal representation Pyramids DFT - Discrete Fourier transform.
Digital Image Processing Lecture 8: Image Enhancement in Frequency Domain II Naveed Ejaz.
Convolution.
Image Resampling & Interpolation
- photometric aspects of image formation gray level images
Linear Filtering – Part II
COVOLUTION AND CORRELATION OF SIGNALS
Degradation/Restoration Model
Image Sampling Moire patterns
Image Enhancement in the
(C) 2002 University of Wisconsin, CS 559
Convolution.
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 Analytic geometry gives a coordinate system for describing geometric objects. Fourier transform gives a coordinate system for functions.
Fourier Transform Analytic geometry gives a coordinate system for describing geometric objects. Fourier transform gives a coordinate system for functions.
Image Sampling Moire patterns
Linear system Convolution Linear Filter
Pyramid Coder with Nonlinear Prediction
Samuel Cheng Slide credits: Noah Snavely
Image Processing Today’s readings For Monday
Digital Image Processing
Filtering Part 2: Image Sampling
Image Sampling Moire patterns
Convolution.
Fourier Transform Analytic geometry gives a coordinate system for describing geometric objects. Fourier transform gives a coordinate system for functions.
Nov. 25 – Israeli Computer Vision Day
Image Resampling & Interpolation
Resampling.
Chapter 3 Sampling.
Samuel Cheng Slide credits: Noah Snavely
Lecture 4 Image Enhancement in Frequency Domain
Convolution.
Review and Importance CS 111.
Convolution.
Presentation transcript:

Convolution

Convolution Properties Commutative: f*g = g*f Associative: (f*g)*h = f*(g*h) Homogeneous: f*(g)=  f*g Additive (Distributive): f*(g+h)= f*g+f*h Shift-Invariant f*g(x-x0,y-yo)= (f*g) (x-x0,y-yo)

The Convolution Theorem and similarly:

Examples What is the Fourier Transform of ? *

Image Domain Frequency Domain

The Sampling Theorem Nyquist frequency, Aliasing, etc… (on the board)

Multi-Resolution Image Representation Gaussian pyramids Laplacian Pyramids Wavelet Pyramids

Image Pyramid Low resolution High resolution

Fast Pattern Matching Also good for: - motion analysis search search search search Also good for: - motion analysis - image compression - other applications

The Gaussian Pyramid Low resolution down-sample blur down-sample blur High resolution

- = - = - = The Laplacian Pyramid Gaussian Pyramid Laplacian Pyramid expand - = expand - = expand - =

Laplacian ~ Difference of Gaussians - = DOG = Difference of Gaussians More details on Gaussian and Laplacian pyramids can be found in the paper by Burt and Adelson (link will appear on the website).

Computerized Tomography f(x,y) u v F(u,v)

Computerized Tomography Original (simulated) 2D image 8 projections- Frequency Domain 120 projections- Frequency Domain Reconstruction from 8 projections Reconstruction from 120 projections