انجمن دانشجویان ایران – مرجع دانلود کتاب ، نمونه سوال و جزوات درسی دانلود جزوات کارشناسی ارشد نرم افزار علوم تحقیقات البرز دانشگاه آزاد کرج Karaj.unicloob.ir.

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
Digital Image Processing
Digital Image Processing Lecture11: Histogram Processing.
Histogram Processing The histogram of a digital image with gray levels from 0 to L-1 is a discrete function h(rk)=nk, where: rk is the kth gray level nk.
Course Website: Digital Image Processing Image Enhancement (Histogram Processing)
6. Gray level enhancement Some of the simplest, yet most useful, image processing operations involve the adjustment of brightness, contrast or colour in.
Intensity Transformations
1 of 17 Digital Image Processing Image Enhancement Ashourian.
Image Enhancement by Modifying Gray Scale of Individual Pixels
Digital Image Processing In The Name Of God Digital Image Processing Lecture3: Image enhancement M. Ghelich Oghli By: M. Ghelich Oghli
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.
6/9/2015Digital Image Processing1. 2 Example Histogram.
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
Image Enhancement.
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.
Digital Image Processing, 3rd ed. © 1992–2008 R. C. Gonzalez & R. E. Woods Gonzalez & Woods Chapter 3 Intensity Transformations.
University of Ioannina - Department of Computer Science Intensity Transformations (Point Processing) Christophoros Nikou Digital Image.
Digital Image Processing (DIP)
CS654: Digital Image Analysis Lecture 17: Image Enhancement.
Lecture Three Chapters Two and three Photo slides from Digital Image Processing, Gonzalez and Woods, Copyright 2002.
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.
Intensity Transformations or Translation in Spatial Domain.
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 +
CS654: Digital Image Analysis Lecture 18: Image Enhancement in Spatial Domain (Histogram)
Digital Image Processing (DIP) Lecture # 5 Dr. Abdul Basit Siddiqui Assistant Professor-FURC 1FURC-BCSE7.
انجمن دانشجویان ایران – مرجع دانلود کتاب ، نمونه سوال و جزوات درسی
Intensity Transformations (Histogram Processing)
Course Website: Digital Image Processing Image Enhancement (Spatial Filtering 1)
CIS 601 – 04 Image ENHANCEMENT in the SPATIAL DOMAIN Longin Jan Latecki Based on Slides by Dr. Rolf Lakaemper.
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 CSC331 Image Enhancement 1.
Digital Image Processing Part 2 Contrast processing.
Image Enhancement in Spatial Domain Presented by : - Mr. Trushar Shah. ME/MC Department, U.V.Patel College of Engineering, Kherva.
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.
Digital Image Processing
Lecture Six Figures from Gonzalez and Woods, Digital Image Processing, Second Edition, Copyright 2002.
Digital Image Processing
IMAGE PROCESSING INTENSITY TRANSFORMATION AND SPATIAL FILTERING
Digital Image Processing
Image Enhancement.
Digital Image Processing
Lecture Five Figures from Gonzalez and Woods, Digital Image Processing, Second edition, Prentice-Hall,2002.
Image Enhancement in the
Digital Image Processing
Digital Image Processing
CSC 381/481 Quarter: Fall 03/04 Daniela Stan Raicu
Digital Image Processing
Digital Image Processing
Interesting article in the March, 2006 issue of Wired magazine
Lecture Four Chapter Three
Digital Image Procesing Introduction to Image Enhancement Histogram Processing DR TANIA STATHAKI READER (ASSOCIATE PROFFESOR) IN SIGNAL PROCESSING IMPERIAL.
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.
Digital Image Processing
Presentation transcript:

انجمن دانشجویان ایران – مرجع دانلود کتاب ، نمونه سوال و جزوات درسی دانلود جزوات کارشناسی ارشد نرم افزار علوم تحقیقات البرز دانشگاه آزاد کرج Karaj.unicloob.ir

Digital Image Processing Image Enhancement (Histogram Processing)

Contents Over the next few lectures we will look at image enhancement techniques working in the spatial domain: –What is image enhancement? –Different kinds of image enhancement –Histogram processing –Point processing –Neighbourhood operations

A Note About Grey Levels So far when we have spoken about image grey level values we have said they are in the range [0, 255] –Where 0 is black and 255 is white There is no reason why we have to use this range –The range [0,255] stems from display technologes For many of the image processing operations in this lecture grey levels are assumed to be given in the range [0.0, 1.0]

What Is Image Enhancement? Image enhancement is the process of making images more useful The reasons for doing this include: –Highlighting interesting detail in images –Removing noise from images –Making images more visually appealing

Image Enhancement Examples Images taken from Gonzalez & Woods, Digital Image Processing (2002)

Image Enhancement Examples (cont…) Images taken from Gonzalez & Woods, Digital Image Processing (2002)

Image Enhancement Examples (cont…) Images taken from Gonzalez & Woods, Digital Image Processing (2002)

Image Enhancement Examples (cont…) Images taken from Gonzalez & Woods, Digital Image Processing (2002)

Spatial & Frequency Domains There are two broad categories of image enhancement techniques –Spatial domain techniques Direct manipulation of image pixels –Frequency domain techniques Manipulation of Fourier transform or wavelet transform of an image For the moment we will concentrate on techniques that operate in the spatial domain

Image Histograms The histogram of an image shows us the distribution of grey levels in the image Massively useful in image processing, especially in segmentation Grey Levels Frequencies

Image Histograms The histogram of a digital image with gray levels from 0 to L-1 is a discrete function h(r k )=n k, where: –r k is the kth gray level –n k is the # pixels in the image with that gray level –n is the total number of pixels in the image –k = 0, 1, 2, …, L-1 Normalized histogram: p(r k )=n k /n –sum of all components = 1

Histogram Examples (cont…) Images taken from Gonzalez & Woods, Digital Image Processing (2002)

Histogram Examples (cont…) Images taken from Gonzalez & Woods, Digital Image Processing (2002)

Histogram Examples (cont…) Images taken from Gonzalez & Woods, Digital Image Processing (2002)

Histogram Examples (cont…) Images taken from Gonzalez & Woods, Digital Image Processing (2002)

Histogram Examples (cont…) Images taken from Gonzalez & Woods, Digital Image Processing (2002)

Histogram Examples (cont…) Images taken from Gonzalez & Woods, Digital Image Processing (2002)

Histogram Examples (cont…) Images taken from Gonzalez & Woods, Digital Image Processing (2002)

Histogram Examples (cont…) Images taken from Gonzalez & Woods, Digital Image Processing (2002)

Histogram Examples (cont…) A selection of images and their histograms Notice the relationships between the images and their histograms Note that the high contrast image has the most evenly spaced histogram Images taken from Gonzalez & Woods, Digital Image Processing (2002)

Contrast Stretching We can fix images that have poor contrast by applying a pretty simple contrast specification The interesting part is how do we decide on this transformation function?

Histogram Equalisation Spreading out the frequencies in an image (or equalising the image) is a simple way to improve dark or washed out images The formula for histogram equalisation is given where –r k :input intensity –s k :processed intensity –k : the intensity range (e.g 0.0 – 1.0) –n j :the frequency of intensity j –n :the sum of all frequencies

Equalisation Transformation Function Images taken from Gonzalez & Woods, Digital Image Processing (2002)

Equalisation Examples Images taken from Gonzalez & Woods, Digital Image Processing (2002) 1

Equalisation Transformation Functions The functions used to equalise the images in the previous example Images taken from Gonzalez & Woods, Digital Image Processing (2002)

Equalisation Examples Images taken from Gonzalez & Woods, Digital Image Processing (2002) 2

Equalisation Transformation Functions The functions used to equalise the images in the previous example Images taken from Gonzalez & Woods, Digital Image Processing (2002)

Equalisation Examples (cont…) Images taken from Gonzalez & Woods, Digital Image Processing (2002) 3 4

Equalisation Examples (cont…) Images taken from Gonzalez & Woods, Digital Image Processing (2002) 3 4

Equalisation Transformation Functions The functions used to equalise the images in the previous examples Images taken from Gonzalez & Woods, Digital Image Processing (2002)

Summary We have looked at: –Different kinds of image enhancement –Histograms –Histogram equalisation Next time we will start to look at point processing and some neighbourhood operations