The Chinese University of Hong Kong

Slides:



Advertisements
Similar presentations
3-D Computer Vision CSc83020 / Ioannis Stamos  Revisit filtering (Gaussian and Median)  Introduction to edge detection 3-D Computater Vision CSc
Advertisements

Lecture 2: Convolution and edge detection CS4670: Computer Vision Noah Snavely From Sandlot ScienceSandlot Science.
Spatial Filtering (Chapter 3)
CS 4487/9587 Algorithms for Image Analysis
Digital Image Processing In The Name Of God Digital Image Processing Lecture3: Image enhancement M. Ghelich Oghli By: M. Ghelich Oghli
Lecture 4 Linear Filters and Convolution
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.
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.
Median Image Filter David Newman Nick Govier. Overview Purpose of Filter Implementation Demo Questions ??
1 Images and Transformations Images by Pawan SinhaPawan Sinha.
1 Image filtering Hybrid Images, Oliva et al.,
Chapter 5 Image Restoration. Preview Goal: improve an image in some predefined sense. Image enhancement: subjective process Image restoration: objective.
Image Filtering. Problem! Noise is a problem, even in images! Gaussian NoiseSalt and Pepper Noise.
Most slides from Steve Seitz
Computer Vision Spring ,-685 Instructor: S. Narasimhan Wean Hall 5409 T-R 10:30am – 11:50am.
Machine Vision ENT 273 Image Filters Hema C.R. Lecture 5.
Chapter 5 Image Restoration.
Math 3360: Mathematical Imaging Prof. Ronald Lok Ming Lui Department of Mathematics, The Chinese University of Hong Kong Lecture 2: Image Transformation.
Lecture 03 Area Based Image Processing Lecture 03 Area Based Image Processing Mata kuliah: T Computer Vision Tahun: 2010.
Image processing Fourth lecture Image Restoration Image Restoration: Image restoration methods are used to improve the appearance of an image.
Math 3360: Mathematical Imaging Prof. Ronald Lok Ming Lui Department of Mathematics, The Chinese University of Hong Kong Lecture 9: More about Discrete.
Adaptive Median filtering of Still Images Arjun Arunachalam Shyam Bharat Department of Electrical Engineering.
Lecture 5 Mask/Filter Transformation 1.The concept of mask/filters 2.Mathematical model of filtering Correlation, convolution 3.Smoother filters 4.Filter.
Machine Vision ENT 273 Image Filters Hema C.R. Lecture 5.
Spatial Filtering (Applying filters directly on Image) By Engr. Muhammad Saqib.
Math 3360: Mathematical Imaging Prof. Ronald Lok Ming Lui Department of Mathematics, The Chinese University of Hong Kong Lecture 11: Types of noises.
Intelligent Vision Systems ENT 496 Image Filtering and Enhancement Hema C.R. Lecture 4.
Image enhancement Last update Heejune Ahn, SeoulTech.
Non-Linear Transformations Michael J. Watts
Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods.
The Chinese University of Hong Kong
Median Filtering In signal processing, it is often desirable to be able to perform some kind of noise reduction on an image or signal. The median filter.
Lecture 10 Chapter 5: Image Restoration. Image restoration Image restoration is the process of recovering the original scene from the observed scene which.
Spatial Filtering (Chapter 3) CS474/674 - Prof. Bebis.
Math 3360: Mathematical Imaging
Image Subtraction Mask mode radiography h(x,y) is the mask.
Image Pre-Processing in the Spatial and Frequent Domain
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
Image Analysis Image Restoration.
Math 3360: Mathematical Imaging
Image Enhancement in the Spatial Domain
Image filtering Images by Pawan Sinha.
Math 3360: Mathematical Imaging
Image filtering Images by Pawan Sinha.
Image filtering Images by Pawan Sinha.
Discrete Fourier Transform The Chinese University of Hong Kong
Math 3360: Mathematical Imaging
Math 3360: Mathematical Imaging
Basic Image Processing
Singular Value Decompsition The Chinese University of Hong Kong
Digital Image Processing Week IV
Most slides from Steve Seitz
Image filtering Images by Pawan Sinha.
Non-local Means Filtering
Even Discrete Cosine Transform The Chinese University of Hong Kong
Image filtering
Math 3360: Mathematical Imaging
Magnetic Resonance Imaging
Spatial filtering 3x3 kernel Definition Transformation or set of
Haar Transform and Walsh Transform The Chinese University of Hong Kong
Math 3360: Mathematical Imaging
Intensity Transformation
Image Filtering Readings: Ch 5: 5. 4, 5. 5, 5. 6, , 5
Most slides from Steve Seitz
Lecture 7 Spatial filtering.
The Chinese University of Hong Kong
Even Discrete Cosine Transform The Chinese University of Hong Kong
Presentation transcript:

The Chinese University of Hong Kong Math 3360: Mathematical Imaging Lecture 12: Linear filtering Prof. Ronald Lok Ming Lui Department of Mathematics, The Chinese University of Hong Kong

Linear filter = Convolution Linear filtering of a (2M+1)x(2N+1) image I (defined on [-M,M]x[-N,N]) = CONVOLUTION OF I and H H is called the filter. Different filter can be used: Mean filter Gaussian filter Laplcian filter Variation of these filters (Non-linear) Median filter Edge preserving mean filter

Linear filter

Type of filter

In Photoshop

Mean filter

Mean filter Impulse noise After mean filter

Mean filter Gaussian noise After mean filter

Mean filter Real image After mean filter

Gaussian filter Define a function using Gaussian function Definition of H

Gaussian filter Real image After mean filter

Gaussian filter Real image After mean filter

Gaussian filter Real image After Gaussian filter

Gaussian filter Real image After mean filter

Gaussian filter Real image After Gaussian filter

Laplace filter ) Laplace filter (High pass filter)

Laplace filter Original Laplace filter

Laplace filter Original Laplace filter

Laplace filter Laplace filter Original

Median filter Median Nonlinear filter Take median within a local window

Median filter Real image After mean filter

Median filter Salt & Pepper Mean filter Median filter

Median filter Noisy image Median filter

Median filter

Median filter Noisy image Median filter

Median filter

Median filter Noisy image Can you guess what it is? Median filter

Median preserving filtering Step 1: Consider all windows of fixed size around a pixel (not necessarily centered at that pixel) Step 2: Find a window with the least variance Step 3: Do a linear filter in that window.

Median preserving filtering

Median preserving filtering