Lecture Three Chapters Two and three Photo slides from Digital Image Processing, Gonzalez and Woods, Copyright 2002.

Slides:



Advertisements
Similar presentations
Digital Image Processing
Advertisements

Digital Image Processing
Image Processing Lecture 4
Chapter 3 Image Enhancement in the Spatial Domain.
Chapter - 2 IMAGE ENHANCEMENT
Course Website: Digital Image Processing Image Enhancement (Histogram Processing)
Image Enhancement in the Spatial Domain
Intensity Transformations
Digital Image Processing
Image Enhancement by Modifying Gray Scale of Individual Pixels
انجمن دانشجویان ایران – مرجع دانلود کتاب ، نمونه سوال و جزوات درسی دانلود جزوات کارشناسی ارشد نرم افزار علوم تحقیقات البرز دانشگاه آزاد کرج Karaj.unicloob.ir.
Lecture 4 Digital Image Enhancement
Digital Image Processing
DREAM PLAN IDEA IMPLEMENTATION Introduction to Image Processing Dr. Kourosh Kiani
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.
Image Enhancement in the Spatial Domain (chapter 3) Math 5467, Spring 2008 Most slides stolen from Gonzalez & Woods, Steve Seitz and Alexei Efros.
Digital Image Processing Chapter 2: Digital Image Fundamentals.
Chap. 3: Image Enhancement in the Spatial Domain Spring 2006, Jen-Chang Liu CSIE, NCNU.
Digital Image Processing
Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Chapter 3 Image Enhancement in the Spatial Domain Chapter.
Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Chapter 3 Image Enhancement in the Spatial Domain Chapter.
Chapter 3 Image Enhancement in the Spatial Domain.
Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Chapter 3 Image Enhancement in the Spatial Domain Chapter.
Image Processing I : Rendering and Image Processing Alexei Efros …with most slides shamelessly stolen from Steve Seitz and Gonzalez & Woods.
Lecture 4 Digital Image Enhancement
Digital Image Processing, 3rd ed. © 1992–2008 R. C. Gonzalez & R. E. Woods Gonzalez & Woods Chapter 3 Intensity Transformations.
Digital Image Processing
Digital Image Processing Lecture 2
University of Ioannina - Department of Computer Science Intensity Transformations (Point Processing) Christophoros Nikou Digital Image.
CS654: Digital Image Analysis Lecture 17: Image Enhancement.
Point Processing (Szeliski 3.1) cs129: Computational Photography James Hays, Brown, Fall 2012 Some figures from Alexei Efros, Steve Seitz, and Gonzalez.
Chapter 3 Image Enhancement in the Spatial Domain.
Digital Image Processing Contrast Enhancement: Part I
Pattern Recognition Mrs. Andleeb Y. Khan Lecture 03 BCS-VII.
CS6825: Point Processing Contents – not complete What is point processing? What is point processing? Altering/TRANSFORMING the image at a pixel only.
CIS 601 Image ENHANCEMENT in the SPATIAL DOMAIN Dr. Rolf Lakaemper.
Intensity Transformations or Translation in Spatial Domain.
Chapter Teacher: Remah W. Al-Khatib. This lecture will cover:  The human visual system  Light and the electromagnetic spectrum  Image representation.
A Simple Image Model Image: a 2-D light-intensity function f(x,y)
Digital Image Processing (DIP) Lecture # 5 Dr. Abdul Basit Siddiqui Assistant Professor-FURC 1FURC-BCSE7.
Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Image Processing Example.
Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Image Processing Example.
Intensity Transformations (Histogram Processing)
CIS 601 – 04 Image ENHANCEMENT in the SPATIAL DOMAIN Longin Jan Latecki Based on Slides by Dr. Rolf Lakaemper.
Digital Image Processing In The Name Of God Digital Image Processing Lecture2: Digital Image Fundamental M. Ghelich Oghli By: M. Ghelich Oghli
Gholamreza Anbarjafari, PhD Video Lecturers on Digital Image Processing Digital Image Processing Spatial Aliasing and Image Enhancement.
Digital Image Processing EEE415 Lecture 3
Digital Image Processing, 3rd ed. © 1992–2008 R. C. Gonzalez & R. E. Woods Gonzalez & Woods Chapter 2 Digital Image Fundamentals.
Prepared by: Hanan Hardan
Digital Image Processing CSC331 Image Enhancement 1.
ISAN-DSP GROUP Digital Image Fundamentals ISAN-DSP GROUP What is Digital Image Processing ? Processing of a multidimensional pictures by a digital computer.
Digital Image Processing
Lecture Reading  3.1 Background  3.2 Some Basic Gray Level Transformations Some Basic Gray Level Transformations  Image Negatives  Log.
Digital Image Processing Image Enhancement in Spatial Domain
Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Chapter 3 Image Enhancement in the Spatial Domain Chapter.
What is Digital Image Processing?
Digital Image Fundamentals
Lecture Six Figures from Gonzalez and Woods, Digital Image Processing, Second Edition, Copyright 2002.
IT – 472 Digital Image Processing
Digital Image Processing
Image Enhancement.
Digital Image Processing
Digital Image Processing
Image Enhancement in the
Digital Image Processing
Lecture Four Chapter Three
Digital Image Processing
IT523 Digital Image Processing
Presentation transcript:

Lecture Three Chapters Two and three Photo slides from Digital Image Processing, Gonzalez and Woods, Copyright 2002

Chapter 2: Digital Image Fundamentals

Functional Represenation of Images Two-D function f(x,y), (x,y) pixel position. Postive and bounded Written as f(x,y)=i(x,y)r(x,y), i(x,y) illumination from light source, r(x,y) reflectance (bounded between 0 and 1) based on material properties. E.g r(x,y)=0.01 for black velvet, r(x,y) = 0.93 for snow. Intensity of monochrome image f(x,y) is synonymous with grey levels. By convention grey level are from 0 to L-1.

Chapter 2: Digital Image Fundamentals

Spatial and Gray Level Resolution Spatial resolution is the smallest level of detail discernable in an image. Number of line pairs per millimeter, say 100 line pairs per millimeter. Gray-level resolution is the smallest discernable change in gray level. Very subjective.

Chapter 2: Digital Image Fundamentals

Adjacency and Connectivity Adjacency- Two pixels p and q are adjacent if q is in N(p) where N(p) is the neighborhood of p and they have closely related pixel values. Three common definitions of neighborhood are (1) 4-adjacency. If p=(x,y), values are similar, but q is either (x-1,y),(x+1,y),(x,y-1),(x,y+1) (2) 8-adjacency. It is possible for q to be one of the diagonal points (x-1,y-1),(x-1,y+1),(x+1,y-1),(x+1,x+1). (3) m-adjacency. Either q is 4-adjacent to p, or q is a diagonal point and the intersection of the four neighborhood of p and that of q have no similar pixel values.

Chapter 3 Image Enhancement in the Spatial Domain Chapter 3 Image Enhancement in the Spatial Domain

Chapter 2: Digital Image Fundamentals

Adjacency,More Formally Choose a set of gray values V. If f(p) and f(q) are in V, and q is in the right kind of neighborhood of p, then p and q are adjacent. I can model this relationship using 0-1 images, why??

Chapter Three Image Enhancement in Spatial Domain Find gray level transfomration function T(r) to obtain g(x,y) =T(f(x,y)) processed image from input image. Reasons 1.Contrast enhancement 2.Visual improvement 3.Image understanding

Chapter 3 Image Enhancement in the Spatial Domain Chapter 3 Image Enhancement in the Spatial Domain

Negatives Here T(r) = L-1-r L-1 maximum gray level Produces photographic negative. Some details are easier to spot if we go from black and white to white and black.

Chapter 3 Image Enhancement in the Spatial Domain Chapter 3 Image Enhancement in the Spatial Domain

Mammogram Notice that the white or gray detail in the dark region is more visible in the negative. This shows a small lesion.

Chapter 3 Image Enhancement in the Spatial Domain Chapter 3 Image Enhancement in the Spatial Domain

Log Transformation T(r) = c log(1+s) Inverse Log T(r) = exp(r/c)-1 For the next picture, c=1. Used to display Fourier spectra.

Chapter 3 Image Enhancement in the Spatial Domain Chapter 3 Image Enhancement in the Spatial Domain

Power Law or Gamma Transformations This the gamma correction

Chapter 3 Image Enhancement in the Spatial Domain Chapter 3 Image Enhancement in the Spatial Domain

CRT Example CRT devices have intensity to value response functions that are power functions. They vary in exponents from 1.8 to 2.5. A logical transformation is

Chapter 3 Image Enhancement in the Spatial Domain Chapter 3 Image Enhancement in the Spatial Domain

MRI of Fractured Spine Transformation is With gamma = 0.6,0.4,0.3

Chapter 3 Image Enhancement in the Spatial Domain Chapter 3 Image Enhancement in the Spatial Domain

Chapter 3 Image Enhancement in the Spatial Domain Chapter 3 Image Enhancement in the Spatial Domain

Chapter 3 Image Enhancement in the Spatial Domain Chapter 3 Image Enhancement in the Spatial Domain

Chapter 3 Image Enhancement in the Spatial Domain Chapter 3 Image Enhancement in the Spatial Domain

Chapter 3 Image Enhancement in the Spatial Domain Chapter 3 Image Enhancement in the Spatial Domain

Chapter 3 Image Enhancement in the Spatial Domain Chapter 3 Image Enhancement in the Spatial Domain

Chapter 3 Image Enhancement in the Spatial Domain Chapter 3 Image Enhancement in the Spatial Domain