Digital Image Processing

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

Linear Filtering – Part I Selim Aksoy Department of Computer Engineering Bilkent University
Spatial Filtering (Chapter 3)
Topic 6 - Image Filtering - I DIGITAL IMAGE PROCESSING Course 3624 Department of Physics and Astronomy Professor Bob Warwick.
Digital Image Processing
CS & CS Multimedia Processing Lecture 2. Intensity Transformation and Spatial Filtering Spring 2009.
Course Website: Digital Image Processing Image Enhancement (Histogram Processing)
Multimedia communications EG 371Dr Matt Roach Multimedia Communications EG 371 and EE 348 Dr Matt Roach Lecture 6 Image processing (filters)
Image Filtering CS485/685 Computer Vision Prof. George Bebis.
Digital Image Processing: Revision
Multimedia Data Introduction to Image Processing Dr Mike Spann Electronic, Electrical and Computer.
Image processing. Image operations Operations on an image –Linear filtering –Non-linear filtering –Transformations –Noise removal –Segmentation.
Digital Image Processing
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.
Course Website: Digital Image Processing Morphological Image Processing.
CS443: Digital Imaging and Multimedia Filters Spring 2008 Ahmed Elgammal Dept. of Computer Science Rutgers University Spring 2008 Ahmed Elgammal Dept.
Digital Image Processing
Lecture 2. Intensity Transformation and Spatial Filtering
Chapter 3 (cont).  In this section several basic concepts are introduced underlying the use of spatial filters for image processing.  Mainly spatial.
Presentation Image Filters
Spatial Filtering: Basics
Image Restoration and Reconstruction (Noise Removal)
Digital Image Processing Image Enhancement Part IV.
Digital Image Processing
University of Ioannina - Department of Computer Science Intensity Transformations (Point Processing) Christophoros Nikou Digital Image.
Digital Image Processing (DIP)
Basis beeldverwerking (8D040) dr. Andrea Fuster Prof.dr. Bart ter Haar Romeny dr. Anna Vilanova Prof.dr.ir. Marcel Breeuwer Convolution.
Multimedia Data Introduction to Image Processing Dr Sandra I. Woolley Electronic, Electrical.
Digital Image Processing Lecture 5: Neighborhood Processing: Spatial Filtering Prof. Charlene Tsai.
Lecture 03 Area Based Image Processing Lecture 03 Area Based Image Processing Mata kuliah: T Computer Vision Tahun: 2010.
Image Processing is replacing Original Pixels by new Pixels using a Transform rst uvw xyz Origin x y Image f (x, y) e processed = v *e + r *a + s *b +
Chapter 5: Neighborhood Processing
Course Website: Digital Image Processing Image Enhancement (Spatial Filtering 1)
Lecture 5 Mask/Filter Transformation 1.The concept of mask/filters 2.Mathematical model of filtering Correlation, convolution 3.Smoother filters 4.Filter.
Digital Image Processing Lecture 10: Image Restoration
Ch5 Image Restoration CS446 Instructor: Nada ALZaben.
Digital Image Processing, 3rd ed. © 1992–2008 R. C. Gonzalez & R. E. Woods Gonzalez & Woods Chapter 3 Intensity Transformations.
Digital Image Processing Lecture 5: Neighborhood Processing: Spatial Filtering March 9, 2004 Prof. Charlene Tsai.
Sejong Univ. CH3. Area Processes Convolutions Blurring Sharpening Averaging vs. Median Filtering.
Non-linear Filters Non-linear filter (nelineární filtr) –spatial non-linear operator that produces the output image array g(x,y) from the input image array.
Gholamreza Anbarjafari, PhD Video Lecturers on Digital Image Processing Digital Image Processing Spatial Domain Filtering: Part I.
Digital Image Processing
Sharpening Spatial Filters ( high pass)  Previously we have looked at smoothing filters which remove fine detail  Sharpening spatial filters seek to.
Lecture 1: Images and image filtering CS4670/5670: Intro to Computer Vision Noah Snavely Hybrid Images, Oliva et al.,
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.
Image Processing Lab Section 28/3/2016 Prepared by Mahmoud Abdelsatar Demonstrator at IT Dep. Faculty of computers and information Assuit University.
Spatial Filtering (Chapter 3) CS474/674 - Prof. Bebis.
Basis beeldverwerking (8D040) dr. Andrea Fuster dr. Anna Vilanova Prof
Fundamentals of Spatial Filtering:
Digital Image Processing Lecture 10: Image Restoration
ECE 692 – Advanced Topics in Computer Vision
Digital Image Processing
IMAGE PROCESSING INTENSITY TRANSFORMATION AND SPATIAL FILTERING
Digital Image Processing
Digital Image Processing
Digital Image Processing
Digital Image Processing
Spatial operations and transformations
Digital Image Processing
Digital Image Processing Week IV
Interesting article in the March, 2006 issue of Wired magazine
Digital Image Processing
Lecture 2: Image filtering
Lecture 1: Images and image filtering
Image Filtering Readings: Ch 5: 5. 4, 5. 5, 5. 6, , 5
Lecture 7 Spatial filtering.
Fundamentals of Spatial Filtering
Image Enhancement in Spatial Domain: Neighbourhood Processing
Spatial operations and transformations
Presentation transcript:

Digital Image Processing Image Enhancement (Spatial Filtering 1)

Contents In this lecture we will look at spatial filtering techniques: Neighbourhood operations What is spatial filtering? Smoothing operations What happens at the edges? Correlation and convolution

What is a Filter? Capabilities of point operations are limited Filters: combine pixel’s value + values of neighbours E.g. blurring: Compute average intensity of block of pixels Combining multiple pixels needed for certain operations: Blurring, Smoothing Sharpening

What Point Operations Can’t Do Example: sharpening

What Point Operations Can’t Do Other cool artistic patterns by combining pixels

Neighbourhood Operations Neighbourhood operations simply operate on a larger neighbourhood of pixels than point operations, - Neighbourhoods are mostly a rectangle around a central pixel. Origin x y Image f (x, y) (x, y) Neighbourhood

Filter Parameters Many possible filter parameters (size, weights, function, etc) Filter size (size of neighbourhood): 3x3, 5x5, 7x7, …,21x21,.. Filter shape: not necessarily square. Can be rectangle, circle, etc Filter weights: May apply unequal weighting to different pixels Filters function: can be linear (a weighted summation) or nonlinear

Simple Neighbourhood Operations Some simple neighbourhood operations include: Min: Set the pixel value to the minimum in the neighbourhood Max: Set the pixel value to the maximum in the neighbourhood Median: The median value of a set of numbers is the midpoint value in that set (e.g. from the set [1, 7, 15, 18, 24] 15 is the median). Sometimes the median works better than the average

Simple Neighbourhood Operations Example 123 127 128 119 115 130 140 145 148 153 167 172 133 154 183 192 194 191 199 207 210 198 195 164 170 175 162 173 151 Original Image x y Enhanced Image x y

The Spatial Filtering Process Origin x a b c d e f g h i r s t u v w x y z * Original Image Pixels Filter Simple 3*3 Neighbourhood e 3*3 Filter eprocessed = v*e + r*a + s*b + t*c + u*d + w*f + x*g + y*h + z*i y Image f (x, y) The above is repeated for every pixel in the original image to generate the filtered image

Spatial Filtering: Equation Form Images taken from Gonzalez & Woods, Digital Image Processing (2002) Filtering can be given in equation form as shown above Notations are based on the image shown to the left

Smoothing Spatial Filters One of the simplest spatial filtering operations we can perform is a smoothing operation Simply average all of the pixels in a neighbourhood around a central value Especially useful in removing noise from images Also useful for highlighting gross detail 1/9 Simple averaging filter

Smoothing Spatial Filtering Origin x 104 100 108 99 106 98 95 90 85 1/9 * Original Image Pixels Filter 1/9 104 99 95 100 108 98 90 85 Simple 3*3 Neighbourhood 3*3 Smoothing Filter 106 e = 1/9*106 + 1/9*104 + 1/9*100 + 1/9*108 + 1/9*99 + 1/9*98 + 1/9*95 + 1/9*90 + 1/9*85 = 98.3333 y Image f (x, y) The above is repeated for every pixel in the original image to generate the smoothed image

Image Smoothing Example The image at the top left is an original image of size 500*500 pixels The subsequent images show the image after filtering with an averaging filter of increasing sizes 3, 5, 9, 15 and 35 Notice how detail begins to disappear Images taken from Gonzalez & Woods, Digital Image Processing (2002)

Image Smoothing Example Images taken from Gonzalez & Woods, Digital Image Processing (2002)

Image Smoothing Example Images taken from Gonzalez & Woods, Digital Image Processing (2002)

Image Smoothing Example Images taken from Gonzalez & Woods, Digital Image Processing (2002)

Image Smoothing Example Images taken from Gonzalez & Woods, Digital Image Processing (2002)

Image Smoothing Example Images taken from Gonzalez & Woods, Digital Image Processing (2002)

Image Smoothing Example Images taken from Gonzalez & Woods, Digital Image Processing (2002)

Image Smoothing Example Images taken from Gonzalez & Woods, Digital Image Processing (2002)

Weighted Smoothing Filters More effective smoothing filters can be generated by allowing different pixels in the neighbourhood different weights in the averaging function Pixels closer to the central pixel are more important Often referred to as a weighted averaging 1/16 2/16 4/16 Weighted averaging filter

Another Smoothing Example By smoothing the original image we get rid of lots of the finer detail which leaves only the gross features for thresholding Images taken from Gonzalez & Woods, Digital Image Processing (2002) Original Image Smoothed Image Thresholded Image

The Filter Matrix Filter operation can be expressed as a matrix Images taken from Gonzalez & Woods, Digital Image Processing (2002) Filter operation can be expressed as a matrix Example: averaging filter Filter matrix also called filter mask H(i,j)

Example: What does this Filter Do? Images taken from Gonzalez & Woods, Digital Image Processing (2002) Identity function ( leaves image alone)

Example: What does this Filter Do? Images taken from Gonzalez & Woods, Digital Image Processing (2002) Mean (averages neighbourhood)

Mean Filters: Effect of Filter Size Images taken from Gonzalez & Woods, Digital Image Processing (2002)

Averaging Filter Vs. Median Filter Example Original Image With Noise Image After Averaging Filter Image After Median Filter Images taken from Gonzalez & Woods, Digital Image Processing (2002) Filtering is often used to remove noise from images Sometimes a median filter works better than an averaging filter

Averaging Filter Vs. Median Filter Example Images taken from Gonzalez & Woods, Digital Image Processing (2002)

Averaging Filter Vs. Median Filter Example Images taken from Gonzalez & Woods, Digital Image Processing (2002)

Averaging Filter Vs. Median Filter Example Images taken from Gonzalez & Woods, Digital Image Processing (2002)

Simple Neighbourhood Operations Example 123 127 128 119 115 130 140 145 148 153 167 172 133 154 183 192 194 191 199 207 210 198 195 164 170 175 162 173 151 x y

Strange Things Happen At The Edges! At the edges of an image we are missing pixels to form a neighbourhood Origin x e e e e e e e y Image f (x, y)

Strange Things Happen At The Edges! (cont…) There are a few approaches to dealing with missing edge pixels: Omit missing pixels Only works with some filters Can add extra code and slow down processing Pad the image Typically with either all white or all black pixels Replicate border pixels (Extend) Truncate the image (crop) Allow pixels wrap around the image Can cause some strange image artefacts

What to do at image boundaries? Crop

What to do at image boundaries? Pad

What to do at image boundaries? Extend

What to do at image boundaries? Wrap

Simple Neighbourhood Operations Example 123 127 128 119 115 130 140 145 148 153 167 172 133 154 183 192 194 191 199 207 210 198 195 164 170 175 162 173 151 x y

Strange Things Happen At The Edges! (cont…) Images taken from Gonzalez & Woods, Digital Image Processing (2002) Filtered Image: Zero Padding Original Image Filtered Image: Replicate Edge Pixels Filtered Image: Wrap Around Edge Pixels

Strange Things Happen At The Edges! (cont…) Images taken from Gonzalez & Woods, Digital Image Processing (2002)

Strange Things Happen At The Edges! (cont…) Images taken from Gonzalez & Woods, Digital Image Processing (2002)

Strange Things Happen At The Edges! (cont…) Images taken from Gonzalez & Woods, Digital Image Processing (2002)

Correlation & Convolution The filtering we have been talking about so far is referred to as correlation with the filter itself referred to as the correlation kernel Convolution is a similar operation, with just one subtle difference For symmetric filters it makes no difference a b c d e f g h Original Image Pixels r s t u v w x y z Filter eprocessed = v*e + z*a + y*b + x*c + w*d + u*e + t*f + s*g + r*h *

Summary In this lecture we have looked at the idea of spatial filtering and in particular: Neighbourhood operations The filtering process Smoothing filters Dealing with problems at image edges when using filtering Correlation and convolution Next time we will looking at sharpening filters and more on filtering and image enhancement