Smoothing Techniques in Image Processing

Slides:



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

Principal Component Analysis Based on L1-Norm Maximization Nojun Kwak IEEE Transactions on Pattern Analysis and Machine Intelligence, 2008.
November 12, 2013Computer Vision Lecture 12: Texture 1Signature Another popular method of representing shape is called the signature. In order to compute.
Spatial Filtering (Chapter 3)
Topic 6 - Image Filtering - I DIGITAL IMAGE PROCESSING Course 3624 Department of Physics and Astronomy Professor Bob Warwick.
Image Processing Lecture 4
CS 4487/9587 Algorithms for Image Analysis
Digital Image Processing
Digital image processing Chapter 6. Image enhancement IMAGE ENHANCEMENT Introduction Image enhancement algorithms & techniques Point-wise operations Contrast.
Digital Image Processing In The Name Of God Digital Image Processing Lecture3: Image enhancement M. Ghelich Oghli By: M. Ghelich Oghli
電腦視覺 Computer and Robot Vision I Chapter2: Binary Machine Vision: Thresholding and Segmentation Instructor: Shih-Shinh Huang 1.
Mean Shift A Robust Approach to Feature Space Analysis Kalyan Sunkavalli 04/29/2008 ES251R.
Image Filtering CS485/685 Computer Vision Prof. George Bebis.
Digital Image Processing
Announcements Project 2 more signup slots questions Picture taking at end of class.
Digital Image Processing Chapter 5: Image Restoration.
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.
SUSAN: structure-preserving noise reduction EE264: Image Processing Final Presentation by Luke Johnson 6/7/2007.
CS443: Digital Imaging and Multimedia Filters Spring 2008 Ahmed Elgammal Dept. of Computer Science Rutgers University Spring 2008 Ahmed Elgammal Dept.
CS 376b Introduction to Computer Vision 02 / 25 / 2008 Instructor: Michael Eckmann.
Pattern Recognition. Introduction. Definitions.. Recognition process. Recognition process relates input signal to the stored concepts about the object.
Dorin Comaniciu Visvanathan Ramesh (Imaging & Visualization Dept., Siemens Corp. Res. Inc.) Peter Meer (Rutgers University) Real-Time Tracking of Non-Rigid.
Computational Photography: Image Processing Jinxiang Chai.
Most slides from Steve Seitz
Linear Algebra and Image Processing
Image Segmentation Rob Atlas Nick Bridle Evan Radkoff.
CSCE 441: Computer Graphics Image Filtering Jinxiang Chai.
Chapter 2. Image Analysis. Image Analysis Domains Frequency Domain Spatial Domain.
CS 376b Introduction to Computer Vision 02 / 26 / 2008 Instructor: Michael Eckmann.
Machine Vision ENT 273 Image Filters Hema C.R. Lecture 5.
Computer Vision James Hays, Brown
Mean-shift and its application for object tracking
Medical Image Analysis Image Enhancement Figures come from the textbook: Medical Image Analysis, by Atam P. Dhawan, IEEE Press, 2003.
Digital Image Processing Image Enhancement Part IV.
COMMON EVALUATION FINAL PROJECT Vira Oleksyuk ECE 8110: Introduction to machine Learning and Pattern Recognition.
CSE 185 Introduction to Computer Vision Pattern Recognition 2.
Digital Image Processing
University of Texas at Austin CS384G - Computer Graphics Fall 2010 Don Fussell Image processing.
Lecture 03 Area Based Image Processing Lecture 03 Area Based Image Processing Mata kuliah: T Computer Vision Tahun: 2010.
AdeptSight Image Processing Tools Lee Haney January 21, 2010.
EECS 274 Computer Vision Segmentation by Clustering II.
Non-Euclidean Example: The Unit Sphere. Differential Geometry Formal mathematical theory Work with small ‘patches’ –the ‘patches’ look Euclidean Do calculus.
Digital Image Processing Lecture 10: Image Restoration March 28, 2005 Prof. Charlene Tsai.
CS654: Digital Image Analysis Lecture 30: Clustering based Segmentation Slides are adapted from:
Chapter 5: Neighborhood 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.
Machine Vision ENT 273 Image Filters Hema C.R. Lecture 5.
Digital Image Processing Lecture 10: Image Restoration
Ch5 Image Restoration CS446 Instructor: Nada ALZaben.
Course 2 Image Filtering. Image filtering is often required prior any other vision processes to remove image noise, overcome image corruption and change.
COMP322/S2000/L171 Robot Vision System Major Phases in Robot Vision Systems: A. Data (image) acquisition –Illumination, i.e. lighting consideration –Lenses,
Intelligent Vision Systems ENT 496 Image Filtering and Enhancement Hema C.R. Lecture 4.
Real-Time Tracking with Mean Shift Presented by: Qiuhua Liu May 6, 2005.
Machine Vision Edge Detection Techniques ENT 273 Lecture 6 Hema C.R.
Instructor: Mircea Nicolescu Lecture 7
Instructor: Mircea Nicolescu Lecture 5 CS 485 / 685 Computer Vision.
Filters– Chapter 6. Filter Difference between a Filter and a Point Operation is that a Filter utilizes a neighborhood of pixels from the input image to.
Course Introduction to Medical Imaging Segmentation 1 – Mean Shift and Graph-Cuts Guy Gilboa.
Digital Image Processing Lecture 10: Image Restoration
A segmentation and tracking algorithm
Image filtering Images by Pawan Sinha.
Image filtering Images by Pawan Sinha.
Digital Image Processing
Basic Image Processing
Digital Image Processing Week IV
Image filtering
Intensity Transformation
Image Filtering Readings: Ch 5: 5. 4, 5. 5, 5. 6, , 5
Presentation transcript:

Smoothing Techniques in Image Processing Prof. PhD. Vasile Gui Polytechnic University of Timisoara

Content Introduction Brief review of linear operators Linear image smoothing techniques Nonlinear image smoothing techniques

Introduction Why do we need image smoothing? What is “image” and what is “noise”? Frequency spectrum Statistical properties

Brief Review of Linear Operators [Pratt 1991] Generalized 2D linear operator Separable linear operator: Space invariant operator: Convolution sum

Brief Review of Linear Operators h00 h01 h02 h10 h20 h21 h22 h11 h12 N+L-1 N N-L+1 L-1 2 H G F Geometrical interpretation of 2D convolution

Brief Review of Linear Operators Matrix formulation Unitary transform Separable transform Transform is invertible

Brief Review of Linear Operators Basis vectors are orthogonal Inner product and energy are conserved Unitary transform: a rotation in N-dimensional vector space

Brief Review of Linear Operators x1 x2 1 2 2D vector space interpretation of a unitary transform

Brief Review of Linear Operators DFT unitary matrix

Brief Review of Linear Operators 1D DFT 2D DFT

Brief Review of Linear Operators Circular convolution theorem Periodicity of f,h and g with N are assumed

Linear Image smoothing techniques Box filters Linear Image smoothing techniques Box filters. Arithmetic mean LL operator

Linear Image smoothing techniques Box filters Linear Image smoothing techniques Box filters. Arithmetic mean LL operator Separable Can be computed recursively, resulting in roughly 4 operations per pixel L pixels +  m,n m,n+1

Linear Image smoothing techniques Box filters Linear Image smoothing techniques Box filters. Arithmetic mean LL operator Optimality properties Signal and additive white noise Noise variance is reduced N times

Linear Image smoothing techniques Box filters Linear Image smoothing techniques Box filters. Arithmetic mean LL operator Unknown constant signal plus noise Minimize MSE of the estimation g:

Linear Image smoothing techniques Box filters Linear Image smoothing techniques Box filters. Arithmetic mean LL operator i.i.d. Gaussian signal with unknown mean. Given the observed samples, maximize Optimal solution: arithmetic mean

Linear Image smoothing techniques Box filters Linear Image smoothing techniques Box filters. Arithmetic mean LL operator Frequency response: Non-monotonically decreasing with frequency

Linear Image smoothing techniques Box filters Linear Image smoothing techniques Box filters. Arithmetic mean LL operator An example

Linear Image smoothing techniques Box filters Linear Image smoothing techniques Box filters. Arithmetic mean LL operator Image smoothed with 33, 55, 99 and 11 11 box filters

Lena image filtered with Linear Image smoothing techniques Box filters. Arithmetic mean LL operator Lena image filtered with 5x5 box filter Original Lena image

Linear Image smoothing techniques Binomial filters [Jahne 1995] Computes a weighted average of pixels in the window Less blurring, less noise cleaning for the same size The family of binomial filters can be defined recursively The coefficients can be found from (1+x)n

Linear Image smoothing techniques Binomial filters. 1D versions As size increases, the shape of the filter is closer to a Gaussian one

Linear Image smoothing techniques Binomial filters. 2D versions

Linear Image smoothing techniques Binomial filters. Frequency response Monotonically decreasing with frequency

Linear Image smoothing techniques Binomial filters. Example Original Lena image Lena image filtered with binomial 5x5 kernel Lena image filtered with box filter 5x5

Linear Image smoothing techniques Binomial and box filters Linear Image smoothing techniques Binomial and box filters. Edge blurring comparison Linear filters have to compromise smoothing with edge blurring Step edge Result of size L box filter L Size L binomial

Nonlinear image smoothing The median filter [Pratt 1991] Block diagram f1 f2 fN . Order samples f(1) f(2) f(N) select f(m) median N is odd

Nonlinear image smoothing The median filter Numerical example 6 7 3 8 2 4 2, 3, 3, 4, 6, 7, 7, 7, 8

Nonlinear image smoothing The median filter Nonlinearity median{ f1 + f2}  median{ f1} + median{ f2}. However: median{ c f } = c median{ f }, median{ c + f } = c + median{ f }. The filter selects a sample from the window, does not average Edges are better preserved than with liner filters Best suited for “salt and pepper” noise

Nonlinear image smoothing The median filter Noisy image 5x5 median filtered 5x5 box filter

Nonlinear image smoothing The median filter Optimality Grey level plateau plus noise. Minimize sum of absolute differences: Result: If 51% of samples are correct and 49% outliers, the median still finds the right level!

Nonlinear image smoothing The median filter Caution: points, thin lines and corners are erased by the median filter Test images Results of 33 pixel median filter

Nonlinear image smoothing The median filter Cross shaped window can correct some of the problems Results of the 9 pixel cross shaped window median filter

Nonlinear image smoothing The median filter Implementing the median filter Sorting needs O(N2) comparisons Bubble sort Quick sort Huang algorithm (based on histogram) VLSI median

Nonlinear image smoothing The median filter VLSI median block diagram a b Min(a,b) Max(a,b) x(1) x(2) x(3) x(4) x(5) x(6) x(7) x1 x2 x3 x4 x5 x6 x7

Nonlinear image smoothing The median filter Color median filter There is no natural ordering in 3D (RGB) color space Separate filtering on R,G and B components does not guarantee that the median selects a true sample from the input window Vector median filter, defined as the sample minimizing the sum of absolute deviations from all the samples Computing the vector median is very time consuming, although several fast algorithms exist

Nonlinear image smoothing The median filter Example of color median filtering 5x5 pixels window Up: original image Down: filtered image

Nonlinear image smoothing The weighted median filter The basic idea is to give higher weight to some samples, according to their position with respect to the center of the window Each sample is given a weight according to its spatial position in the window. Weights are defined by a weighting mask Weighted samples are ordered as usually The weighted median is the sample in the ordered array such that neither all smaller samples nor all higher samples can cumulate more than 50% of weights. If weights are integers, they specify how many times a sample is replicated in the ordered array

Nonlinear image smoothing The weighted median filter Numerical example for the weighted median filter 6 7 3 8 2 4 2, 2, 3, 3, 3, 3, 4, 6, 6, 7, 7, 7, 7, 7, 8 1

Nonlinear image smoothing The multi-stage median filter Better detail preservation mi = median( Ri ), i =1,2,3,4. Result = median( m1,m2,m3,m4,m5 ) R1 R2 R3 R4 m5 

Nonlinear image smoothing Rank-order filters (L filters) Block diagram  sum y f(1) f1 f2 fN . ordering f(2) f(N) a1 a2 aN weights y = a1f(1) + a2 f(2)+...+ aN f(N)

Nonlinear image smoothing Rank-order filters (L filters) Some examples a1=1 Min . . . aN=1 Max am=1 Median a1=.5 aN=.5 Mid range Percentile filters (rank selection): 0%, 50% 100% Particular cases of grey level morphological filters

Nonlinear image smoothing Rank-order filters (L filters) Optimality Minkovski distance Case r = 1: best estimator is median. Case r = 2, best estimator is arithmetic mean. Case r  , best estimator is mid-range.

Nonlinear image smoothing Rank-order filters (L filters) Alpha-trimmed mean filter  = (2Q + 1) / N, defines de degree of averaging = 1 corresponds to arithmetic mean  = 1 / N corresponds to the median filter Properties: in between mean and median

Nonlinear image smoothing Rank-order filters (L filters) Median of absolute differences trimmed mean Better smoothing than the median filter and good edge preservation M2 is a robust estimator of the variance

Nonlinear image smoothing Rank-order filters (L filters) k nearest neighbour (kNN) median filter Median of the k grey values nearest by rank to the central pixel Aim: same as above

Nonlinear image smoothing Selected area filtering [Nagao 1980] Kuwahara type filtering Form regions Ri Compute mean, mi and variance, Si for each region. Result = mi : mi < mj for all j different from i, i,e. the mean of the most homogeneous region Matsujama & Nagao reg 1 reg 2 reg 3 reg 4 reg 5 reg 6 reg 7 reg 8

Nonlinear image smoothing Conditional mean Pixels in a neighbourhood are averaged only if they differ from the central pixel by less than a given threshold: L is a space scale parameter and th is a range scale parameter

Nonlinear image smoothing Conditional mean Example with L=3, th=32

Nonlinear image smoothing Bilateral filter [Tomasi 1998] Space and range are treated in a similar way Space and range similarity is required for the averaged pixels Tomasi and Manduchi [1998] introduced soft weights to penalize the space and range dissimilarity. s() and r() are space and range similarity functions (Gaussian functions of the Euclidian distance between their arguments).

Nonlinear image smoothing Bilateral filter The filter can be seen as weighted averaging in the joint space-range space (3D for monochromatic images and 5D – x,y,R,G,B - for colour images) The vector components are supposed to be properly normalized (divide by variance for example) The weights are given by:

Nonlinear image smoothing Bilateral filter Example of Bilateral filtering Low contrast texture has been removed Yet edges are well preserved

Nonlinear image smoothing Mean shift filtering [Comaniciu 1999, 2002] Mean shift filtering replaces each pixel’s value with the most probable local value, found by a nonparametric probability density estimation method. The multivariate kernel density estimate obtained in the point x with the kernel K(x) and window radius r is: For the Epanechnikov kernel, the estimated normalized density gradient is proportional to the mean shift: S is a sphere of radius r, centered on x and nx is the number of samples inside the sphere

Nonlinear image smoothing Mean shift filtering The mean shift procedure is a gradient ascent method to find local modes (maxima) of the probability density and is guaranteed to converge. Step1: computation of the mean shift vector Mr(x). Step2: translation of the window Sr(x) by Mr(x). Iterations start for each pixel (5D point) and tipically converge in 2-3 steps.

Nonlinear image smoothing Mean shift filtering Example1.

Nonlinear image smoothing Mean shift filtering Detail of a 24x40 window from the cameraman image a) Original data b) Mean shift paths for some points c) Filtered data d) Segmented data

Nonlinear image smoothing Mean shift filtering Example 2

Nonlinear image smoothing Mean shift filtering Comparison to bilateral filtering Both methods based on simultaneous processing of both the spatial and range domains While the bilateral filtering uses a static window, the mean shift window is dynamic, moving in the direction of the maximum increase of the density gradient.

REFERENCES D. Comaniciu, P. Meer: Mean shift analysis and applications. 7th International Conference on Computer Vision, Kerkyra, Greece, Sept. 1999, 1197-1203. D. Comaniciu, P. Meer: Mean shift: a robust approach toward feature space analysis. IEEE Trans. on PAMI Vol. 24, No. 5, May 2002, 1-18. M. Elad: On the origin of bilateral filter and ways to improve it. IEEE trans. on Image Processing Vol. 11, No. 10, October 2002, 1141-1151. B. Jahne: Digital image processing. Springer Verlag, Berlin 1995. M. Nagao, T. Matsuiama: A structural analysis of complex aerial photographs. Plenum Press, New York, 1980. W.K. Pratt: Digital image processing. John Wiley and sons, New York 1991 C. Tomasi, R. Manduchi: Bilateral filtering for gray and color images. Proc. Sixth Int’l. Conf. Computer Vision , Bombay, 839-846.