Lecture 10 Image sharpening.

Slides:



Advertisements
Similar presentations
Environmental Remote Sensing GEOG 2021
Advertisements

Basis beeldverwerking (8D040) dr. Andrea Fuster dr. Anna Vilanova Prof.dr.ir. Marcel Breeuwer Filtering.
Lecture 2: Convolution and edge detection CS4670: Computer Vision Noah Snavely From Sandlot ScienceSandlot Science.
Spatial Filtering (Chapter 3)
Digital Image Processing
CS & CS Multimedia Processing Lecture 2. Intensity Transformation and Spatial Filtering Spring 2009.
Spatial Filtering.
Lecture 6 Sharpening Filters
Digital Image Processing
Face Recognition and Biometric Systems 2005/2006 Filters.
6/9/2015Digital Image Processing1. 2 Example Histogram.
Targil 2 Image enhancement and edge detection. For both we will use image derivatives.
Digital Image Processing
Digital Image Processing
Edge Enhancement Now we will go deeper to operators that enhance edges and thus images.
2-D, 2nd Order Derivatives for Image Enhancement
Our output Blur kernel. Close-up of child Our output Original photograph.
Lecture 2. Intensity Transformation and Spatial Filtering
Gholamreza Anbarjafari, PhD Video Lecturers on Digital Image Processing Digital Image Processing Spatial Domain Filtering: Part II.
Image Filtering. Problem! Noise is a problem, even in images! Gaussian NoiseSalt and Pepper Noise.
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.
CS559: Computer Graphics Lecture 3: Digital Image Representation Li Zhang Spring 2008.
Spatial Filtering: Basics
Digital Image Processing
Introduction to Image Processing Grass Sky Tree ? ? Sharpening Spatial Filters.
Introduction to Image Processing
Edge Detection Today’s reading Cipolla & Gee on edge detection (available online)Cipolla & Gee on edge detection From Sandlot ScienceSandlot Science.
Edge Detection Today’s reading Cipolla & Gee on edge detection (available online)Cipolla & Gee on edge detection Szeliski, Ch 4.1.2, From Sandlot.
Chapter 5: Neighborhood Processing
Digtial Image Processing, Spring ECES 682 Digital Image Processing Oleh Tretiak ECE Department Drexel University.
Spatial Filtering.
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.
İmage enhancement Prepare image for further processing steps for specific applications.
Announcements Project 0 due tomorrow night. Edge Detection Today’s readings Cipolla and Gee (handout) –supplemental: Forsyth, chapter 9Forsyth For Friday.
Machine Vision Edge Detection Techniques ENT 273 Lecture 6 Hema C.R.
Digital Image Processing Lecture - 6 Autumn 2009.
Image Enhancement by Spatial Domain Filtering
Sharpening Spatial Filters ( high pass)  Previously we have looked at smoothing filters which remove fine detail  Sharpening spatial filters seek to.
Lecture 8: Edges and Feature Detection
Digital Image Processing Week V Thurdsak LEAUHATONG.
Digital Image Processing CSC331
Lecture Seven Figures from Gonzales and Woods, Digital Image Processing, Copyright 2002.
Spatial Filtering (Chapter 3) CS474/674 - Prof. Bebis.
EDGE DETECTION Dr. Amnach Khawne. Basic concept An edge in an image is defined as a position where a significant change in gray-level values occur. An.
Environmental Remote Sensing GEOG 2021
Miguel Tavares Coimbra
Digital Image Processing Lecture 16: Segmentation: Detection of Discontinuities Prof. Charlene Tsai.
CSE 455 HW 1 Notes.
ECE 692 – Advanced Topics in Computer Vision
Spatial Filtering - Enhancement
Lecture 2: Edge detection
Digital Image Processing
Edge Detection Prof. B.A.Khivsara.
Math 3360: Mathematical Imaging
Edge Detection Today’s reading
Lecture 3 (2.5.07) Image Enhancement in Spatial Domain
9th Lecture - Image Filters
Digital Image Processing
The Project LennaGray.raw LennaEdge.raw
Edge Detection Today’s reading
Lecture 2: Edge detection
Image Segmentation Image analysis: First step:
Enhancement.
Edge Detection Today’s reading
Image Filtering with GLSL
IT472 Digital Image Processing
Image Enhancement in the Spatial Domain
IT472 Digital Image Processing
FREQUENTLY USED 3x3 CONVOLUTION KERNELS
Presentation transcript:

Lecture 10 Image sharpening

Comparison between the difference operators

Enhancement with second derivatives Laplacian: 1 -4 Laplacian mask

Enhancement using laplacian Original image Blurred image Laplacian output Scaled Laplacian image

How to enhance the profile?

Sharpening with Laplacian

Image sharpening with Laplacian Blurred image

Laplacian kernels 1 -4 -1 4 1 -8 -1 8

Unsharp masking

Gradient for enhancement Gradient of f(x,y): Gradient magnitude:

Gradient kernels Some of the gradient kernels are: -1 1 1 -1

Detecting discontinuities using gradient

Gradient magnitude of a profile + -

Gradient kernels 1 -1 2 -2 -1 -2 1 2 Sobel gradient masks -1 2 -2 -1 -2 1 2 Sobel gradient masks Gradients are used for edge detection rather then sharpening