Fundamentals of Spatial Filtering

Slides:



Advertisements
Similar presentations
Image Processing Ch3: Intensity Transformation and spatial filters
Advertisements

Linear Filtering – Part I Selim Aksoy Department of Computer Engineering Bilkent University
Spatial Filtering (Chapter 3)
Image Processing Lecture 4
Spatial Filtering.
Image Pre-Processing Image pre-processing (předzpracování obrazu) –transformations of the input image leading to noise reduction, image improvement or.
Image processing (spatial &frequency domain) Image processing (spatial &frequency domain) College of Science Computer Science Department
Digital Image Processing
Digital Image Processing In The Name Of God Digital Image Processing Lecture3: Image enhancement M. Ghelich Oghli By: M. Ghelich Oghli
Lecture 2: Filtering CS4670/5670: Computer Vision Kavita Bala.
6/9/2015Digital Image Processing1. 2 Example Histogram.
Computer Vision Introduction to Image formats, reading and writing images, and image environments Image filtering.
Chapter 3 Image Enhancement in the Spatial Domain.
Basic Image Processing January 26, 30 and February 1.
ECE 472/572 - Digital Image Processing Lecture 4 - Image Enhancement - Spatial Filter 09/06/11.
Chapter 3 (cont).  In this section several basic concepts are introduced underlying the use of spatial filters for image processing.  Mainly spatial.
Multimedia Systems & Interfaces Karrie G. Karahalios Spring 2007.
Presentation Image Filters
Neighborhood Operations
Spatial-based Enhancements Lecture 3 prepared by R. Lathrop 10/99 updated 10/03 ERDAS Field Guide 6th Ed. Ch 5: ;
Chapter 3 Image Enhancement in the Spatial Domain.
Digital Image Processing Lecture12: Basics of Spatial Filtering.
Linear Filtering – Part I Selim Aksoy Department of Computer Engineering Bilkent University
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.
Chapter 5: Neighborhood Processing
Machine Vision ENT 273 Image Filters Hema C.R. Lecture 5.
Digital Image Processing, 3rd ed. © 1992–2008 R. C. Gonzalez & R. E. Woods Gonzalez & Woods Chapter 3 Intensity Transformations.
Image Subtraction Mask mode radiography h(x,y) is the mask.
Geog. 579: GIS and Spatial Analysis - Lecture Overheads 1 Raster Filters Topics: Lecture 03-04: Neighborhood Operations References: Chapter 7 in.
Digital Image Processing Lecture 5: Neighborhood Processing: Spatial Filtering March 9, 2004 Prof. Charlene Tsai.
CS 691B Computational Photography
Digital Image Processing Part 3 Spatial Domain Processing.
Filtering the Images.  Filtering images using low-pass filters  Filtering images using a median filter  Applying directional filters to detect edges.
The Chinese University of Hong Kong
Digital Image Processing Image Enhancement in Spatial Domain
Digital Filters. What are they?  Local operation (neighborhood operation in GIS terminology) by mask, window, or kernel (different words for the same.
Gholamreza Anbarjafari, PhD Video Lecturers on Digital Image Processing Digital Image Processing Spatial Domain Filtering: Part I.
Image Enhancement by Spatial Domain Filtering
Image Filtering with GLSL DI1.03 蔡依儒. Outline Convolution Convolution Convolution implementation using GLSL Convolution implementation using GLSL Commonly.
CSE 185 Introduction to Computer Vision Image Filtering: Spatial Domain.
Spatial Filtering (Chapter 3) CS474/674 - Prof. Bebis.
Digital Image Fundamentals
Spatial Image Enhancement
Image Subtraction Mask mode radiography h(x,y) is the mask.
Program Studi S-1 Teknik Informatika FMIPA Universitas Padjadjaran
Fundamentals of Spatial Filtering:
IMAGE ENHANCEMENT TECHNIQUES
ECE 692 – Advanced Topics in Computer Vision
Filtering – Part I Gokberk Cinbis Department of Computer Engineering
The Chinese University of Hong Kong
Math 3360: Mathematical Imaging
CS-565 Computer Vision Nazar Khan Lecture 4.
Digital Image Processing
Digital Image Processing
Image Enhancement in the
Lecture 3 (2.5.07) Image Enhancement in Spatial Domain
Motion illusion, rotating snakes
Basic Image Processing
Digital Image Processing Week IV
Image Enhancement To process an image so that the result is more suitable than the original image for a specific application. Spatial domain methods and.
Department of Computer Engineering
The Image The pixels in the image The mask The resulting image 255 X
Image Filtering with GLSL
Digital Filters.
Image Enhancement in the Spatial Domain
Filtering Removing components from an image is know as “image filtering”. If we remove the high frequency components, we tend to remove the noise. This.
Fundamentals of Spatial Filtering
Image Enhancement in Spatial Domain: Neighbourhood Processing
Even Discrete Cosine Transform The Chinese University of Hong Kong
Presentation transcript:

Fundamentals of Spatial Filtering

Spatial Filtering The name “spatial filtering” was borrowed from frequency domain processing. This processing refers to: Passing Modifying, or Rejecting specified frequency components of an image. A filter that passes low frequencies is called a lowpass filter. This process of applying filters in the image we call “spatial filtering” Application of spatial filter in the image will replace its original values by a function based on the pixel value and its neigbours. If the operation performed is linear then filter is called a linear spatial filter. Otherwise the filter is a nonlinear spatial filter.

Linear Filtering Sum-of-products operation between an image f and a filter kernel, w. The kernel is an array whose size defines the neighborhood of operation, and whose coefficients determine the nature of the filter. Other terms used to refer to a spatial filter kernel are: Mask, Template, Window. Kernel Origin y Filter Kernel Image pixels x