CHAPTER 3 IMAGE ENHANCEMENT IN THE SPATIAL DOMAIN

Similar documents
Chapter 3: Intensity Transformations and Spatial Filtering

Intensity Transformation and Spatial Filtering

Digital Image Processing, 2nd ed. Digital Image Processing, 2nd ed. The principal objective of enhancement

EELE 5310: Digital Image Processing. Lecture 2 Ch. 3. Eng. Ruba A. Salamah. iugaza.edu

EELE 5310: Digital Image Processing. Ch. 3. Eng. Ruba A. Salamah. iugaza.edu

In this lecture. Background. Background. Background. PAM3012 Digital Image Processing for Radiographers

Digital Image Processing. Image Enhancement in the Spatial Domain (Chapter 4)

Filtering and Enhancing Images

Digital Image Processing

Lecture 4 Image Enhancement in Spatial Domain

Image Enhancement in Spatial Domain (Chapter 3)

Vivekananda. Collegee of Engineering & Technology. Question and Answers on 10CS762 /10IS762 UNIT- 5 : IMAGE ENHANCEMENT.

EEM 463 Introduction to Image Processing. Week 3: Intensity Transformations

Lecture 3 - Intensity transformation

Chapter 3 Image Enhancement in the Spatial Domain

Introduction to Digital Image Processing

Lecture 4. Digital Image Enhancement. 1. Principle of image enhancement 2. Spatial domain transformation. Histogram processing

Outlines. Medical Image Processing Using Transforms. 4. Transform in image space

IMAGE ENHANCEMENT in SPATIAL DOMAIN by Intensity Transformations

IMAGE ENHANCEMENT IN THE SPATIAL DOMAIN

Basic relations between pixels (Chapter 2)

Selected Topics in Computer. Image Enhancement Part I Intensity Transformation

UNIT - 5 IMAGE ENHANCEMENT IN SPATIAL DOMAIN

Image Enhancement in Spatial Domain. By Dr. Rajeev Srivastava

Digital Image Processing

EE795: Computer Vision and Intelligent Systems

Chapter - 2 : IMAGE ENHANCEMENT

Intensity Transformations and Spatial Filtering

Babu Madhav Institute of Information Technology Years Integrated M.Sc.(IT)(Semester - 7)

Image Enhancement: To improve the quality of images

Lecture 4: Spatial Domain Transformations

Digital Image Processing. Prof. P. K. Biswas. Department of Electronic & Electrical Communication Engineering

Digital Image Analysis and Processing

Sampling and Reconstruction

Interpolation is a basic tool used extensively in tasks such as zooming, shrinking, rotating, and geometric corrections.

EECS 556 Image Processing W 09. Image enhancement. Smoothing and noise removal Sharpening filters

Point and Spatial Processing

Classification of image operations. Image enhancement (GW-Ch. 3) Point operations. Neighbourhood operation

Digital Image Processing. Lecture # 3 Image Enhancement

Image Processing. Traitement d images. Yuliya Tarabalka Tel.

C2: Medical Image Processing Linwei Wang

What will we learn? Neighborhood processing. Convolution and correlation. Neighborhood processing. Chapter 10 Neighborhood Processing

Sharpening through spatial filtering

1.Some Basic Gray Level Transformations

Image Processing Lecture 10

Digital Image Processing

Biometrics Technology: Image Processing & Pattern Recognition (by Dr. Dickson Tong)

IMAGING. Images are stored by capturing the binary data using some electronic devices (SENSORS)

Introduction to Digital Image Processing

INTENSITY TRANSFORMATION AND SPATIAL FILTERING

SYDE 575: Introduction to Image Processing

3.4& Fundamentals& mechanics of spatial filtering(page 166) Spatial filter(mask) Filter coefficients Filter response

ECG782: Multidimensional Digital Signal Processing

Digital Image Processing. Image Enhancement - Filtering

Point operation Spatial operation Transform operation Pseudocoloring

CoE4TN4 Image Processing. Chapter 5 Image Restoration and Reconstruction

Edge and local feature detection - 2. Importance of edge detection in computer vision

Digital Image Processing

C E N T E R A T H O U S T O N S C H O O L of H E A L T H I N F O R M A T I O N S C I E N C E S. Image Operations I

Islamic University of Gaza Faculty of Engineering Computer Engineering Department

ECG782: Multidimensional Digital Signal Processing

Digital Image Processing, 3rd ed. Gonzalez & Woods

Point Operations. Prof. George Wolberg Dept. of Computer Science City College of New York

Linear Operations Using Masks

Lecture 6: Edge Detection

EECS490: Digital Image Processing. Lecture #19

CS 490: Computer Vision Image Segmentation: Thresholding. Fall 2015 Dr. Michael J. Reale

2D Image Processing INFORMATIK. Kaiserlautern University. DFKI Deutsches Forschungszentrum für Künstliche Intelligenz

Image restoration. Restoration: Enhancement:

Segmentation algorithm for monochrome images generally are based on one of two basic properties of gray level values: discontinuity and similarity.

Digital Image Processing. Image Enhancement (Point Processing)

Image Processing. BITS Pilani. Dr Jagadish Nayak. Dubai Campus

Fundamentals of Digital Image Processing

Chapter4 Image Enhancement

(Refer Slide Time: 0:38)

Basic Algorithms for Digital Image Analysis: a course

PROCESS > SPATIAL FILTERS

Noise Model. Important Noise Probability Density Functions (Cont.) Important Noise Probability Density Functions

Image Restoration and Reconstruction

Biomedical Image Analysis. Spatial Filtering

Image Restoration and Reconstruction

An introduction to image enhancement in the spatial domain.

x' = c 1 x + c 2 y + c 3 xy + c 4 y' = c 5 x + c 6 y + c 7 xy + c 8

Digital Image Procesing

Lecture 4: Image Processing

Digital Image Fundamentals

Lecture #13. Point (pixel) transformations. Neighborhood processing. Color segmentation

Computer Vision 2. SS 18 Dr. Benjamin Guthier Professur für Bildverarbeitung. Computer Vision 2 Dr. Benjamin Guthier

Filtering Images. Contents

Lecture No Image Enhancement in SpaPal Domain (course: Computer Vision)

Arithmetic/Logic Operations. Prof. George Wolberg Dept. of Computer Science City College of New York

Broad field that includes low-level operations as well as complex high-level algorithms

Image Processing Fundamentals. Nicolas Vazquez Principal Software Engineer National Instruments

Image Processing. Bilkent University. CS554 Computer Vision Pinar Duygulu

Lecture: Edge Detection

SECTION 5 IMAGE PROCESSING 2

3 Image Enhancement in the Spatial Domain

CS4733 Class Notes, Computer Vision

Unit - I Computer vision Fundamentals

Intensity Transformations. Digital Image Processing. What Is Image Enhancement? Contents. Image Enhancement Examples. Intensity Transformations

Transcription:

CHAPTER 3 IMAGE ENHANCEMENT IN THE SPATIAL DOMAIN

CHAPTER 3: IMAGE ENHANCEMENT IN THE SPATIAL DOMAIN Principal objective: to process an image so that the result is more suitable than the original image for a specific application. There is no general theory of image enhancement. The viewer is the ultimate judge of how well a particular method works. Visual evaluation of image quality is a highly subjective process! Spatial domain: aggregate of pixels composing an image. Spatial domain processes: g(x,y) = T[f(x,y)] Processed image Input image Operator on f defined over some neighborhood of f(x,y) 2

DEFINING A NEIGHBORHOOD A square or rectangle is commonly used in defining the neighborhood about a point (x,y). Operator T is applied at each location (x,y) to produce the output g at that location. Other neighborhood shapes (e.g., approximation to a circle) are sometimes used. 3

GRAY LEVEL TRANSFORMATION FUNCTION Contrast stretching: Produces an image of higher contrast than the original. Thresholding function: Produces a binary image. Neighborhood of size 1x1 => T is a gray level transformation function. Larger neighborhoods => masks (filters) 4

BASIC GRAY LEVEL TRANSFORMATIONS Among the simplest image enhancement techniques. s = T(r): T maps a pixel value r into a pixel value s. Three basic types of transformations Linear (negative and identity) Logarithmic (log and inverse-log) Power law (nth power and nth root) 5

LOG TRANSFORMATIONS Range: [0, 1.5x10 6 ] 8-bit display s = c log (1 + r), r 0 Compresses the dynamic range of image with large variations in pixel values. Maps a narrow range of low gray-level values into a wider range. Maps a wide range of high gray-level values into a narrower range. Inverse log transformation? 6

POWER LAW TRANSFORMATIONS Map a narrow range of dark input values Into a wider range of output values. s = cr or c(r + ), c and > 0 Map a wide range of light input values into a narrower range of output values. 7

GAMMA CORRECTION s = r 1/2.5 A variety of devices for image capture, printing and display respond according to power law. Such systems tend to produce images that are darker than intended. 8

CONTRAST MANIPULATION Original image is predominantly dark! s = r 0.6 s = r 0.4 s = r 0.3 9

CONTRAST MANIPULATION Original image has a washed-out appearance! s = r 3.0 s = r 4.0 s = r 5.0 10

PIECEWISE-LINEAR TRANSFORMATIONS A complementary approach to the previous methods. Advantage: The form of piecewise functions can be arbitrarily complex. Disadvantage: requires considerable more user input. Contrast stretching Increases the dynamic range of gray levels in the image. Gray-level slicing Highlights a specific range of gray levels in the image. Bit-plane slicing Highlights the contribution made by specific bits. If each pixel is represented by 8 bits, the image is sliced into 8 planes. 11

CONTRAST STRETCHING Typical transformation (r 1,s 1 ) and (r 2,s 2 ) control the shape of the function. r 1 = s 1 r 2 = s 2 linear r 1 = r 2 s 1 = 0 s 2 = L - 1 threshold r 1 r 2 and s 1 s 2 : single valued monotonically increasing function (r 1, s 1 ) = (r min, 0) (r 2, s 2 ) = (r max, L - 1) (r 1, s 1 ) = (m, 0) (r 2, s 2 ) = (m, L - 1) mean gray level 12

GRAY-LEVEL SLICING Two approaches: Display a high level for all gray levels in the range of interest and a low value for all other gray levels. Brighten the desired range of gray levels but preserve the background and gray level tonalities. A gray scale image Transformation (a) applied. 13

BIT-PLANE SLICING Slicing into 8 bit planes Higher-order bits contain the majority of the visually significant data. Other bit planes contain subtle details. 14

HISTOGRAM PROCESSING Histogram of a digital image h(r k ) = n k r k : k th gray level n k : # of pixels with having gray level r k Normalized histogram p(r k ) = n k / n all components of a normalized histogram = 1. Histogram manipulation for image enhancement. Histogram data is also useful in other applications. Image compression Segmentation Histograms are simple to calculate in software. 15

FOUR IMAGE TYPES Compare the four images and their histograms. 16

HISTOGRAM EQUALIZATION s k k nj n, k j 0 01,,2,..., L 1 Has the general tendency of spreading the histogram of the input image. 17

AN EXAMPLE: LENA 18

HISTOGRAM MATCHING Histogram equalization Is the result any good? There are applications for which histogram equalization is not the best approach. Sometimes it is useful to specify the shape of the histogram for the processed image. Histogram matching: method to generate a processed image that has a specified histogram. 19

SPECIFIED HISTOGRAM Note that the low end of the histogram has shifted right toward the lighter region. 20

LOCAL ENHANCEMENT WITH HISTOGRAM PROCESSING Histogram equalization Histogram matching Global methods for overall enhancement Sometimes it is necessary to enhance details over small areas. 1. Define a neighborhood around a pixel 2. At each location Compute the histogram Obtain the transformation function Use the function to map the gray level of the center pixel 3. Move the center to an adjacent pixel location. 21

HISTOGRAM STATISTICS FOR IMAGE ENHANCEMENT Local mean Local variance Can be used to develop simple yet powerful enhancement techniques! g(x,y) = Ef(x,y) if m Sxy k 0 M G and k 1 D G Sxy k 2 D G f(x,y) otherwise Global mean Global SD E = 4.0, k 0 = 0.4, k 1 = 0.02, k 2 = 0.4 Selection of appropriate vales requires experimentation. 22

ENHANCEMENT USING ARITHMETIC/LOGIC OPERATIONS Arithmetic operations Subtraction Addition Multiplication: used as a masking operation Division: multiplication of one image by the reciprocal of the other. Logical operations AND OR Most useful in image enhancement Used for masking For these operations, gray scale pixel values are processed as strings of binary numbers. NOT Frequently used in conjunction with morphological operations. 23

AND/OR MASKS 24

IMAGE SUBTRACTION g(x,y) = f(x,y) h(x,y) Two principal ways to scale: 1. Add 255 to every pixel and divide by 2. 2. Find the min difference and add its negative to all the pixel values. Then multiply each pixel by 255/Max (Max is the max pixel value in the modified difference image). Contains more detail than the darker image. 25

MASK MODE RADIOGRAPHY The mask is an X-ray image of a region of a patient s body captured by an intensified TV camera. A contrast medium is injected into the patient s blood stream. A series of images are taken of the same region. The net effect of subtracting the mask from each sample: areas that are different appear as enhanced detail in the output image. 26

IMAGE AVERAGING g(x,y) = f(x,y) + (x,y) At every pair of coordinates, the noise is uncorrelated and has zero average value. Averaging K different noisy images g i (x,y), we get f(x,y). The average approaches f(x,y) as the # of noisy images increases. The images g i (x,y) should be aligned to avoid the introduction of artifacts. As in the case of subtraction, scaling is needed. The sum of K 8bit images can range from 0 to 255K. Image averaging may result in negative values. 27

GALAXY PAIR NGC 3314 Totally useless! Averaging 28

DIFFERENCE IMAGES AND THEIR HISTOGRAMS Mean and SD of the difference images decrease as the value of K increases. 29

BASICS OF SPATIAL FILTERING The filter mask is moved from point to point in an image. At each point (x,y), the response of the filter is calculated. Linear spatial filtering 3x3 mask R = (-1,-1)f(x-1,y-1) + (-1,0)f(x-1,y) + (0,0)f(x,y) + + (1,0)f(x+1,y) + (1,1)f(x+1,y+1) (0,0) coincides with f(x,y) indicating that the mask is centered at f(x,y). Our focus will be on masks of odd sizes. Image of size MxN, filter mask of size mxn. a g ( x, y) ( s, t) f ( x s, y t) s at b where a = (m-1)/2 and b = (n-1)/2 b 30

3x3 MASK 31

FILTERING AT THE BORDERS What happens when the center of the filter approaches the border of the image? Several alternatives: 1. Limit the excursions of the center of the mask to be at a distance no less than (n-1)/2 pixels. 2. Filter all pixels with only the section of the mask that is fully contained in the image. 3. Pad the image by adding rows and columns of zeros (or other constant gray level). 4. Pad the image by replicating rows and columns. Additional rows & columns Center of a 3x3 mask 32

SMOOTHING SPATIAL FILTERS Used for blurring and noise reduction. Smoothing linear filters Also called averaging filters or low pass filters. The value of every pixel is replaced by the average of the gray levels in the neighborhood. Standard average and weighted average. Weighted averaging filter: Image of size MxN, filter of size mxn. a b g( x, y) s a t b ( s, t) s as b Order-statistics filters Nonlinear spatial filters Best-known example: Median filter a b f ( x s, ( s, t) y t) 33

TWO 3X3 SMOOTHING FILTERS A box filter The basic strategy is to reduce blurring. 34

FIVE DIFFERENT FILTER SIZES Pronounced black border is the result of padding the border with 0 s, and the trimming off the padded area. 35

BLURRING AND THRESHOLDING THRESHOLD = 25% of highest intensity in the blurred image 36

ORDER-STATISTICS FILTERS Response of the filter is based on ordering (ranking) the pixels. The value of the center pixel is replaced by the value determined by the ordering result. Median filters For certain types of noise, they provide excellent noise reduction with less blurring than linear filters of similar size (very effective in the presence of salt-and-pepper noise). The median,, of a set of values: half of the values, and half. 3x3 neighborhood: median is the 5 th largest value. 5x5 neighborhood: median is the 13 th largest value. Principal function is to force points with distinct gray levels to be more like their neighbors. Max filter: 100 th percentile Min filter: 0 th percentile 37

EFFECT OF AVERAGING AND MEDIAN FILTERS Which one has removed the salt-and-pepper noise?? 38

SHARPENING SPATIAL FILTERS Used for highlighting fine detail or enhancing detail that has been blurred. Averaging is analogous to integration. Sharpening is analogous to differentiation. First derivatives f'(x) = f(x + 1) f(x) Must be zero in flat areas Must be non-zero at the onset of a gray-level step or ramp Must be nonzero along ramps Second derivatives f''(x) = f(x + 1) + f(x - 1) 2f(x) Must be zero in flat areas Must be non-zero at the onset and end of a gray-level step or ramp Must be zero along ramps of constant slope 39

1 ST AND 2 ND DERIVATIVES 40

2 ND DERIVATIVES OF ENHANCEMENT THE LAPLACIAN f' x (x,y) = f(x + 1,y) + f(x - 1,y) 2f(x,y) f' y (x,y) = f(x,y + 1) + f(x,y - 1) 2f(x,y) 2 f = f(x + 1,y) + f(x - 1,y) + f(x,y + 1) + f(x,y - 1) 4f(x,y) g(x,y) = f(x,y) - 2 f(x,y) if the center coefficient is - f(x,y) + 2 f(x,y) if the center coefficient is + 41

IMPLEMENTATIONS OF THE LAPLACIAN 42

SHARPENED NORTH POLE OF THE MOON g(x,y) is usually implemented with one pass of a single mask. g(x,y) = f(x,y) - 2 f(x,y) 0-1 0-1 5-1 0-1 0 Small details are enhanced And the background tonality is perfectly preserved. 43

TWO LAPLACIAN MASKS 44

UNSHARP MASKING & HIGH-BOOST FILTERING Unsharp masking: f s ( x, y) f ( x, y) f ( x, y) Blurred version of f High-boost filtering: f hb ( x, y) Af ( x, y) f ( x, y) 45

AN APPLICATION OF BOOST FILTERING -1-1 -1-1 A+8-1 -1-1 -1 Laplacian with A = 0 46

1 ST DERIVATIVES OF ENHANCEMENT THE GRADIENT f G x + G y f z 9 z 5 + z 8 z 6 The weight value of 2 is used to achieve some smoothing by giving more importance to the center point. Sobel operators f (z 7 +2z 8 +z 9 )-(z 1 +2z 2 +z 3 ) + (z 3 +2z 6 +z 9 )-(z 1 +2z 4 +z 7 ) 47

APPLICATION OF SOBEL OPERATORS Gradient is frequently used in industrial inspection. Constant or slowly varying shades of gray have been eliminated. 48

COMBINING SPATIAL ENHANCEMENT METHODS 49