SPATIAL FILTERS Course: Introduction to RS & DIP Mirza Muhammad Waqar Contact: +92-21-34650765-79 EXT:2257 RG610.

Slides:



Advertisements
Similar presentations
INTERACTION OF EM WITH ATMOSPHERE Course: Introduction to RS & DIP Mirza Muhammad Waqar Contact: EXT:2257 RG610.
Advertisements

3-D Computer Vision CSc83020 / Ioannis Stamos  Revisit filtering (Gaussian and Median)  Introduction to edge detection 3-D Computater Vision CSc
Topic 6 - Image Filtering - I DIGITAL IMAGE PROCESSING Course 3624 Department of Physics and Astronomy Professor Bob Warwick.
Image Filtering. Outline Outline Concept of image filter  Focus on spatial image filter Various types of image filter  Smoothing, noise reductions 
Radiometric and Geometric Errors
Multimedia Data Introduction to Image Processing Dr Mike Spann Electronic, Electrical and Computer.
Low Pass Filtering Spatial frequency is a measure of how rapidly brightness or colour varies as we traverse an image. Figure 7.11a shows that an image.
1 Vladimir Botchko Lecture 4. Image Enhancement Lappeenranta University of Technology (Finland)
Computer Vision Introduction to Image formats, reading and writing images, and image environments Image filtering.
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.
Image Filtering. Problem! Noise is a problem, even in images! Gaussian NoiseSalt and Pepper Noise.
INTRODUCTION TO REMOTE SENSING & DIGITAL IMAGE PROCESSING Course: Introduction to RS & DIP Mirza Muhammad Waqar Contact:
Course: Introduction to RS & DIP
Spectral contrast enhancement
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: ;
Machine Vision ENT 273 Image Filters Hema C.R. Lecture 5.
Spatial Filtering: Basics
Spatial Filtering and the Abbe Theory of Imaging
INDICES FOR INFORMATION EXTRACTION FROM SATELLITE IMAGERY Course: Introduction to RS & DIP Mirza Muhammad Waqar Contact:
Multimedia Data Introduction to Image Processing Dr Sandra I. Woolley Electronic, Electrical.
Course: Introduction to RS & DIP
Filtering and Enhancing Images. Major operations 1. Matching an image neighborhood with a pattern or mask 2. Convolution (FIR filtering)
Lecture 03 Area Based Image Processing Lecture 03 Area Based Image Processing Mata kuliah: T Computer Vision Tahun: 2010.
Digital Image Processing (DIP) Lecture # 5 Dr. Abdul Basit Siddiqui Assistant Professor-FURC 1FURC-BCSE7.
Image processing Fourth lecture Image Restoration Image Restoration: Image restoration methods are used to improve the appearance of an image.
School of Computer Science Queen’s University Belfast Practical TULIP lecture next Tues 12th Feb. Wed 13th Feb 11-1 am. Thurs 14th Feb am. Practical.
MULTIMEDIA INPUT / OUTPUT TECHNOLOGIES
Chapter 5: Neighborhood Processing
An Implementation of the Median Filter and Its Effectiveness on Different Kinds of Images Kevin Liu Thomas Jefferson High School for Science.
Machine Vision ENT 273 Image Filters Hema C.R. Lecture 5.
Spatial Filtering (Applying filters directly on Image) By Engr. Muhammad Saqib.
COMP322/S2000/L171 Robot Vision System Major Phases in Robot Vision Systems: A. Data (image) acquisition –Illumination, i.e. lighting consideration –Lenses,
Principle Component Analysis (PCA)
Intelligent Vision Systems ENT 496 Image Filtering and Enhancement Hema C.R. Lecture 4.
Mestrado em Ciência de Computadores Mestrado Integrado em Engenharia de Redes e Sistemas Informáticos VC 15/16 – TP7 Spatial Filters Miguel Tavares Coimbra.
Geog. 579: GIS and Spatial Analysis - Lecture Overheads 1 Raster Filters Topics: Lecture 03-04: Neighborhood Operations References: Chapter 7 in.
Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods.
Outline Carrier design Embedding and extraction for single tile and Multi-tiles (improving the robustness) Parameter α selection and invisibility Moment.
Digital Image Processing Part 3 Spatial Domain Processing.
Digital Filters. What are they?  Local operation (neighborhood operation in GIS terminology) by mask, window, or kernel (different words for the same.
Image Enhancement by Spatial Domain Filtering
Image Filtering with GLSL DI1.03 蔡依儒. Outline Convolution Convolution Convolution implementation using GLSL Convolution implementation using GLSL Commonly.
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.
TARGET FINDING WITH SAM AND BANDMAX Course: Special Topics in Remote Sensing & GIS Mirza Muhammad Waqar Contact:
Miguel Tavares Coimbra
Spatial Image Enhancement
Image Subtraction Mask mode radiography h(x,y) is the mask.
Program Studi S-1 Teknik Informatika FMIPA Universitas Padjadjaran
REMOTE SENSING Digital Image Processing Radiometric Enhancement Geometric Enhancement Reference: Chapters 4 and 5, Remote Sensing Digital Image Analysis.
Image enhancement algorithms & techniques Point-wise operations
Practical TULIP lecture next Tues 12th Feb. Wed 13th Feb 11-1 am.
CS-565 Computer Vision Nazar Khan Lecture 4.
The Chinese University of Hong Kong
IMAGE PROCESSING AKSHAY P S3 EC ROLL NO. 9.
Histogram Histogram is a graph that shows frequency of anything. Histograms usually have bars that represent frequency of occuring of data. Histogram has.
Supervised Classification
Image Enhancement in the
Fundamentals of Spatial Filtering
Lecture 3 (2.5.07) Image Enhancement in Spatial Domain
9th Lecture - Image Filters
Unsupervised Classification
Spatial operations and transformations
Image Filtering with GLSL
Lecture 7 Spatial filtering.
Digital Filters.
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.
Spatial operations and transformations
Even Discrete Cosine Transform The Chinese University of Hong Kong
Presentation transcript:

SPATIAL FILTERS Course: Introduction to RS & DIP Mirza Muhammad Waqar Contact: EXT:2257 RG610

Outlines  Spatial Filter  Types of Filters

Spatial Filter  In the most basic sense, a filter is a mechanism that removes something from whatever passes through it.  An image filter blocks or passes through image data based on what kind of filter it is.  A low pass filter allows low frequency data, or data that does not change much from pixel to neighboring pixel, to pass through, removing the high frequency data, or data that changes rapidly from pixel to neighboring pixel.  Conversely, a high pass filter allows high frequency data to pass, removing low frequency data.

Types of Spatial Filters  Image filters have a wide variety of uses, such as  Noise Removal  Edge Enhancement  Edge Detection  Low Pass  High Pass  Haze Reduction  Vertical Edge Detection

Convolution Window

Low Pass Filter Original 3x3 low pass7x7 low pass 21x21 low pass

High Pass Filter Original 3x3 high pass Original 7x7 high pass 21x21 high pass

Destripping Removal Filter Original ImageLow Pass Filter High Pass FilterMerged Image

Questions & Discussion