Image Enhancement in Spatial Domain Presented by : - Mr. Trushar Shah. ME/MC Department, U.V.Patel College of Engineering, Kherva.

Slides:



Advertisements
Similar presentations
Types of Image Enhancements in spatial domain
Advertisements

Digital Image Processing
Image Processing Ch3: Intensity Transformation and spatial filters
Image Processing Lecture 4
CS & CS Multimedia Processing Lecture 2. Intensity Transformation and Spatial Filtering Spring 2009.
Chapter 3 Image Enhancement in the Spatial Domain.
Chapter - 2 IMAGE ENHANCEMENT
EE663 Image Processing Histogram Equalization Dr. Samir H. Abdul-Jauwad Electrical Engineering Department King Fahd University of Petroleum & Minerals.
Digital Image 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.
ECE 472/572 - Digital Image Processing
Digital Image Processing Contrast Enhancement: Part II
Image Enhancement in the Spatial Domain
Intensity Transformations
Digital Image Processing
BYST Eh-1 DIP - WS2002: Enhancement in the Spatial Domain Digital Image Processing Bundit Thipakorn, Ph.D. Computer Engineering Department Image Enhancement.
Image Enhancement by Modifying Gray Scale of Individual Pixels
انجمن دانشجویان ایران – مرجع دانلود کتاب ، نمونه سوال و جزوات درسی دانلود جزوات کارشناسی ارشد نرم افزار علوم تحقیقات البرز دانشگاه آزاد کرج Karaj.unicloob.ir.
Lecture 4 Digital Image Enhancement
Digital Image Processing In The Name Of God Digital Image Processing Lecture3: Image enhancement M. Ghelich Oghli By: M. Ghelich Oghli
Digital Image Processing
Chapter 3: Image Enhancement in the Spatial Domain
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.
Machine Vision and Dig. Image Analysis 1 Prof. Heikki Kälviäinen CT50A6100 Lectures 6&7: Image Enhancement Professor Heikki Kälviäinen Machine Vision and.
Digital Image Processing
1 Vladimir Botchko Lecture 4. Image Enhancement Lappeenranta University of Technology (Finland)
Image Enhancement.
Digital Image Processing
Lecture 2. Intensity Transformation and Spatial Filtering
Chapter 3 Image Enhancement in the Spatial Domain.
Lecture 4 Digital Image Enhancement
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.
CS654: Digital Image Analysis Lecture 17: Image Enhancement.
Chapter 3 Image Enhancement in the Spatial Domain.
Digital Image Processing Contrast Enhancement: Part I
DIGITAL IMAGE PROCESSING
Digital Image Processing Lecture 4: Image Enhancement: Point Processing Prof. Charlene Tsai.
CIS 601 Image ENHANCEMENT in the SPATIAL DOMAIN Dr. Rolf Lakaemper.
EE663 Image Processing Dr. Samir H. Abdul-Jauwad Electrical Engineering Department King Fahd University of Petroleum & Minerals.
Intensity Transformations or Translation in Spatial Domain.
CS654: Digital Image Analysis Lecture 18: Image Enhancement in Spatial Domain (Histogram)
Image Enhancement ارتقاء تصویر Enhancement Spatial Domain Frequency Domain.
CIS 601 – 04 Image ENHANCEMENT in the SPATIAL DOMAIN Longin Jan Latecki Based on Slides by Dr. Rolf Lakaemper.
Digital Image Processing EEE415 Lecture 3
İmage enhancement Prepare image for further processing steps for specific applications.
Digital Image Processing CSC331 Image Enhancement 1.
Lecture Reading  3.1 Background  3.2 Some Basic Gray Level Transformations Some Basic Gray Level Transformations  Image Negatives  Log.
Lecture 02 Point Based Image Processing Lecture 02 Point Based Image Processing Mata kuliah: T Computer Vision Tahun: 2010.
Digital Image Processing Lecture 4: Image Enhancement: Point Processing January 13, 2004 Prof. Charlene Tsai.
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.
IMAGE ENHANCEMENT TECHNIQUES
IMAGE PROCESSING INTENSITY TRANSFORMATION AND SPATIAL FILTERING
Image Enhancement.
Intensity Transformations and Spatial Filtering
Digital Image Processing
Fundamentals of Image Processing A Seminar on By Alok K. Watve
Image Enhancement in the
Lecture 3 (2.5.07) Image Enhancement in Spatial Domain
Intensity Transformation and Spatial Filtering
CSC 381/481 Quarter: Fall 03/04 Daniela Stan Raicu
Digital Image Processing
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.
Intensity Transformations and Spatial Filtering
Intensity Transform Contrast Stretching Y ← u0+γ*(Y-u)/s
IT523 Digital Image Processing
The spatial domain processes discussed in this chapter are denoted by the expression
Presentation transcript:

Image Enhancement in Spatial Domain Presented by : - Mr. Trushar Shah. ME/MC Department, U.V.Patel College of Engineering, Kherva

Today’s topics What is image enhancement? Approaches. Image processing in spatial domain. Implementation -Image negative -Contrast Stretching - Power law transformation -Dynamic range compression -Bit plane Slicing. -Gray level Slicing.

What is Image Enhancement? To process an image so that the result is more suitable than the original image for a specific application. Enhancement is the subjective process.

Approaches Image Enhancement Spatial Domain Frequency Domain Point Processing Filtering OR Masking

Approaches Spatial domain – direct manipulation of pixel. Frequency domain – Manipulation in frequency plane

Spatial domain  Image can be modeled by a continuous function of two variables : (x, y) co- ordinates of point/pixel.  The image function values correspond to the brightness/intensity at image point and generally denoted by f (x, y). f (x, y). x y

Spatial domain(cont.) Point processing : - -Independent of neighbors Masking : - -based on small sub image.

Image negative

N = Gmax - O

Contrast Stretching

Factor that causes low contrast images  Lack of dynamic range.  Poor illumination Algorithm Implementation

Power law Transformations 

Power law Transformations 

Compression of dynamic range

Compression of dynamic Range s = c. log(1+|r|) Log function scales [0,10^6] to [0,6]. c=255/6.

Bit plane slicing Separating each bit from pixel gray level, and gathering same for all pixel will generate bit plane. Monochrome images are made of the 8-bit planes.

Gray level Slicing Separating gray level range of interest to different level so that the region is highlighted.

Histogram The histogram of a digital image with intensity levels in the range [0,L-1] is a discrete function h(r k )=n k where, -r k is the kth intensity value. - n k is the number of pixel with intensity r k. Normalized Histogram:- -A normalized histogram is given by p(r k ) = n k /MN. -The sum of all components of normalized histogram is 1.

Histogram

Conclusion for Histogram Processing The whole span of gray levels should be used. Number of pixels for all the gray levels, should be equal. OR The probability of occurrence of all gray level should be uniform.