IMAGE ENHANCEMENT TECHNIQUES

Slides:



Advertisements
Similar presentations
Types of Image Enhancements in spatial domain
Advertisements

Digital Image Processing
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
Image processing (spatial &frequency domain) Image processing (spatial &frequency domain) College of Science Computer Science Department
EE 4780 Image Enhancement. Bahadir K. Gunturk2 Image Enhancement The objective of image enhancement is to process an image so that the result is more.
Digital Image Processing
Image Enhancement in the Spatial Domain
Intensity Transformations
Digital Image Processing
Digital Image Processing In The Name Of God Digital Image Processing Lecture3: Image enhancement M. Ghelich Oghli By: M. Ghelich Oghli
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.
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.
Lecture 2. Intensity Transformation and Spatial Filtering
Chapter 3 Image Enhancement in the Spatial Domain.
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.
Chap2 Image enhancement (Spatial domain)
Presentation Image Filters
CS654: Digital Image Analysis Lecture 17: Image Enhancement.
Chapter 3 Image Enhancement in the Spatial Domain.
Digital Image Processing Contrast Enhancement: Part I
Intensity Transformations or Translation in Spatial Domain.
Chapter 5: Neighborhood Processing
Image Enhancement ارتقاء تصویر Enhancement Spatial Domain Frequency Domain.
Digital Image Processing EEE415 Lecture 3
İmage enhancement Prepare image for further processing steps for specific applications.
Image Enhancement in Spatial Domain Presented by : - Mr. Trushar Shah. ME/MC Department, U.V.Patel College of Engineering, Kherva.
Lecture Reading  3.1 Background  3.2 Some Basic Gray Level Transformations Some Basic Gray Level Transformations  Image Negatives  Log.
EE 7730 Image Enhancement. Bahadir K. Gunturk2 Image Enhancement The objective of image enhancement is to process an image so that the result is more.
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.
Spatial Filtering (Chapter 3) CS474/674 - Prof. Bebis.
Image Enhancement in the Spatial Domain.
Image Subtraction Mask mode radiography h(x,y) is the mask.
Chapter 3: Image Enhancement in the Spatial Domain
REMOTE SENSING Digital Image Processing Radiometric Enhancement Geometric Enhancement Reference: Chapters 4 and 5, Remote Sensing Digital Image Analysis.
Image Pre-Processing in the Spatial and Frequent Domain
Digital Image Processing
ECE 692 – Advanced Topics in Computer Vision
IMAGE PROCESSING INTENSITY TRANSFORMATION AND SPATIAL FILTERING
Image Enhancement.
Intensity Transformations and Spatial Filtering
Digital Image Processing
Histogram Histogram is a graph that shows frequency of anything. Histograms usually have bars that represent frequency of occuring of data. Histogram has.
Fundamentals of Image Processing A Seminar on By Alok K. Watve
Image Enhancement in the Spatial Domain
Image Enhancement in the
Fundamentals of Spatial Filtering
Lecture 3 (2.5.07) Image Enhancement in Spatial Domain
CSC 381/481 Quarter: Fall 03/04 Daniela Stan Raicu
Digital Image Processing
Histogram Probability distribution of the different grays in an image.
Digital Image Processing
Image Processing Ch3: Intensity Transformation and spatial filters
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.
Image Enhancement – Simple Intensity Processing
IT523 Digital Image Processing
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
Image Enhancement in the Spatial Domain
DIGITAL IMAGE PROCESSING Elective 3 (5th Sem.)
Presentation transcript:

IMAGE ENHANCEMENT TECHNIQUES

What is Image Enhancement? Image enhancement is to process an image so that the output is more suitable for specific application. Name the categories of Image Enhancement and explain? The categories of Image Enhancement are Spatial domain Frequency domain Spatial domain: It refers to the image plane, itself and it is based on direct manipulation of pixels of an image. Frequency domain techniques are based on modifying the Fourier transform of an image. What do you mean by Point processing? Image enhancement at any Point in an image depends only on the gray level at that point is often referred to as Point processing.

Explain Mask or Kernels? A Mask is a small two-dimensional array, in which the value of the mask coefficient determines the nature of the process, such as image sharpening. What is Image Negatives? The negative of an image with gray levels in the range [0, L- 1] is obtained by using the negative transformation, which is given by the expression. s = L-1-r Where s is output pixel. r is input pixel. 6.Define Histogram? The histogram of a digital image with gray levels in the range [0, L-1] is a discrete function h (rk) = nk, where rk is the kth gray level and nk is the number of pixels in the image having gray level rk.

7. Define Derivative filter? For a function f (x, y), the gradient f at co-ordinate (x, y) is defined as the vector Explain spatial filtering? Spatial filtering is the process of moving the filter mask from point to point in an image. For linear spatial filter, the response is given by a sum of products of the filter coefficients, and the corresponding image pixels in the area spanned by the filter mask. Define averaging filters? The output of a smoothing, linear spatial filter is the average of the pixels contain in the neighborhood of the filter mask. These filters are called Averaging filters.

What is a Median filter? The median filter replaces the value of a pixel by the median of the gray levels in the neighborhood of that pixel. What is maximum filter and minimum filter? The 100th percentile is maximum filter is used in finding brightest points in an image. The 0th percentile filter is minimum filter used for finding darkest points in an image. Define high boost filter? High boost filtered image is defined as HBF= A (original image)-LPF = (A-1) original image + original image –LPF HBF= (A-1) original image +HPF State the condition of transformation function s=T(r) 1. T(r) is single-valued and monotonically increasing in the interval 0_r_1 0_T(r) _1 for 0_r_1.

14. Write the application of sharpening filters? Electronic printing and medical imaging to industrial application Autonomous target detection in smart weapons. 15. Name the different types of derivative filters? Perwitt operators Roberts cross gradient operators Sobel operators What is enhancement. Image enhancement is a technique to process an image so that the result is more suitable than the original image for specific applications. What is point processing. Enhancement at any point in an image depends only on the gray level at that point is referred to as point processing.

What is gray level slicing. Highlighting a specific range of gray levels in an image is referred to as gray level slicing. It is used in satellite imagery and x-ray images. What is histogram equalization? It is a technique used to obtain linear histogram. It is also known as histogram linearization. Condition for uniform histogram is Ps(s) = 1. What is contrast stretching? Contrast stretching reduces an image of higher contrast than the original by darkening the levels below m and brightening the levels above m in the image. Define image subtraction. The difference between 2 images f(x,y) and h(x,y) expressed as, G(x,y)=f(x,y)-h(x,y) is obtained by computing the difference between all pairs of corresponding pixels from f and h.

What is the purpose of image averaging? An important application of image averaging is in the field of astronomy, where imaging with very low light levels is routine, causing sensor noise frequently to render single images virtually useless for analysis. What is meant by masking? Mask is the small 2D array in which the values of mask co- efficient determines the nature of process. The enhancement techniques based on this type of approach is referred to as mask processing. 24. Give the formula for log transformation S=clog(1+r) Where c- constant and r≥0

25. What is meant by bit plane slicing? Instead of highlighting gray level ranges, made to total highlighting the contribution image appearance by specific bits might be desired. Suppose that each pixel in an image is represented by 8 bits. Imagine that the image is composed of eight 1-bit planes, ranging from bit plane 0 for LSB to bit plane 7 for MSB.

Thanks….