Medical Image Analysis

Slides:



Advertisements
Similar presentations
Image Processing Lecture 4
Advertisements

CS & CS Multimedia Processing Lecture 2. Intensity Transformation and Spatial Filtering Spring 2009.
Chapter 3 Image Enhancement in the Spatial Domain.
Digital Image Processing
Image Enhancement in the Frequency Domain Part III
Image processing (spatial &frequency domain) Image processing (spatial &frequency domain) College of Science Computer Science Department
Digital Image Processing Lecture 11: Image Restoration Prof. Charlene Tsai.
© by Yu Hen Hu 1 ECE533 Digital Image Processing Image Enhancement in Frequency Domain.
Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Chapter 5 Image Restoration Chapter 5 Image Restoration.
DIGITAL IMAGE PROCESSING
Medical Image Analysis Image Formation Figures come from the textbook: Medical Image Analysis, by Atam P. Dhawan, IEEE Press, 2003.
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
Digital Image Processing
Antti Tuomas Jalava Jaime Garrido Ceca
Image Enhancement Digital Image Processing Instructor: Dr. Cheng-Chien LiuCheng-Chien Liu Department of Earth Sciences National Cheng Kung University Last.
Common Low-level Operations for Processing & Enhancement
Chapter 4 Image Enhancement in the Frequency Domain.
Digital Image Processing
Chap 4-2. Frequency domain processing Jen-Chang Liu, 2006.
2007Theo Schouten1 Enhancements Techniques for editing an image such that it is more suitable for a specific application than the original image. Spatial.
Digital Image Processing Chapter 4: Image Enhancement in the Frequency Domain.
Digital Image Processing
1 Vladimir Botchko Lecture 4. Image Enhancement Lappeenranta University of Technology (Finland)
Image Enhancement.
Gholamreza Anbarjafari, PhD Video Lecturers on Digital Image Processing Digital Image Processing Spatial Domain Filtering: Part II.
Chapter 4 Image Enhancement in the Frequency Domain.
Introduction to Image Processing Grass Sky Tree ? ? Review.
Spatial-based Enhancements Lecture 3 prepared by R. Lathrop 10/99 updated 10/03 ERDAS Field Guide 6th Ed. Ch 5: ;
© by Yu Hen Hu 1 ECE533 Digital Image Processing Image Restoration.
Medical Image Analysis Image Representation and Analysis Figures come from the textbook: Medical Image Analysis, by Atam P. Dhawan, IEEE Press, 2003.
Medical Image Analysis Image Enhancement Figures come from the textbook: Medical Image Analysis, by Atam P. Dhawan, IEEE Press, 2003.
Medical Image Analysis Image Reconstruction Figures come from the textbook: Medical Image Analysis, by Atam P. Dhawan, IEEE Press, 2003.
University of Texas at Austin CS384G - Computer Graphics Fall 2010 Don Fussell Image processing.
AdeptSight Image Processing Tools Lee Haney January 21, 2010.
Digital Image Processing CSC331 Image Enhancement 1.
ENG4BF3 Medical Image Processing Image Enhancement in Frequency Domain.
Image Restoration.
Chapter 5: Neighborhood Processing
Digital Image Processing (Digitaalinen kuvankäsittely) Exercise 2
8-1 Chapter 8: Image Restoration Image enhancement: Overlook degradation processes, deal with images intuitively Image restoration: Known degradation processes;
Digital Image Processing Lecture 11: Image Restoration March 30, 2005 Prof. Charlene Tsai.
University of Ioannina - Department of Computer Science Filtering in the Frequency Domain (Application) Digital Image Processing Christophoros Nikou
Chapter 5 Image Restoration.
Computer Graphics & Image Processing Chapter # 4 Image Enhancement in Frequency Domain 2/26/20161.
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 Filters. What are they?  Local operation (neighborhood operation in GIS terminology) by mask, window, or kernel (different words for the same.
Digital Image Processing Lecture 8: Image Enhancement in Frequency Domain II Naveed Ejaz.
Spatial Filtering (Chapter 3) CS474/674 - Prof. Bebis.
Image Enhancement in the Spatial Domain.
Date of download: 7/9/2016 Copyright © 2016 SPIE. All rights reserved. A two-dimensional sampling lattice. v1 and v2 are the basis vectors. T1 and T2 are.
Miguel Tavares Coimbra
Image Subtraction Mask mode radiography h(x,y) is the mask.
IMAGE ENHANCEMENT IN THE FREQUENCY DOMAIN
Medical Image Analysis
Image enhancement algorithms & techniques Point-wise operations
Image Pre-Processing in the Spatial and Frequent Domain
IMAGE ENHANCEMENT TECHNIQUES
Gaussian Lowpass Filter
The Chinese University of Hong Kong
Image Analysis Image Restoration.
ENG4BF3 Medical Image Processing
Image Enhancement course: biomedical image processing vibhor kumar
Image Enhancement in the Spatial Domain
Lecture 3 (2.5.07) Image Enhancement in Spatial Domain
4. Image Enhancement in Frequency Domain
Digital Filters.
Digital Image Processing Lecture 11: Image Restoration
Image Enhancement in the Spatial Domain
Presentation transcript:

Medical Image Analysis Image Enhancement Figures come from the textbook: Medical Image Analysis, by Atam P. Dhawan, IEEE Press, 2003.

Spatial Domain Methods Pixel-by-pixel transformation Histogram statistics Neighborhood operations Faster than frequency filtering Frequency filtering Better when the characteristic frequency components of the noise and features of interest are available Figures come from the textbook: Medical Image Analysis, by Atam P. Dhawan, IEEE Press, 2003.

Histogram Transformation Histogram equalization

Figure 6.1. An X-ray CT image (top left) and T-2 weighted proton density image (top right) of human brain cross-sections with their respective histograms at the bottom. The MR image shows a brain lesion.

Figure 6.2. Histogram equalized images of the brain MR images shown in Figure 6.1 (top) and their histograms (bottom).

Histogram Modification Scaling Histogram modification

Histogram Modification Target histogram:

Image Averaging Averaging Enhancing signal-to-noise ratio

Image Subtraction Subtraction Enhance the information about the changes in imaging conditions Angiography: The anatomy with vascular structure is obtained first. An appropriate dye or tracer drug is then administered in the body, where it flows through the vascular structure. A second image of the same anatomy is acquired at the peak of the tracer flow. Figures come from the textbook: Medical Image Analysis, by Atam P. Dhawan, IEEE Press, 2003.

Figure 6.3. An MR angiography image obtained through image subtraction method. Figures come from the textbook: Medical Image Analysis, by Atam P. Dhawan, IEEE Press, 2003.

Neighborhood Operations Use a weight mask

f(-1,0) f(0,-1) f(0,0) f(0,1) f(1,0) f(-1,-1) f(-1,0) f(0,-1) f(0,0) Figure 6.4: A 4-connected (left) and 8-connected neighborhood of a pixel f(0,0). Figures come from the textbook: Medical Image Analysis, by Atam P. Dhawan, IEEE Press, 2003.

1 2 4 Figure 6.5. A weighted averaging mask for image smoothing. The mask is used with a scaling factor of 1/16 that is multiplied to the values obtained by convolution of the mask with the image [Equation 6.11]. Figures come from the textbook: Medical Image Analysis, by Atam P. Dhawan, IEEE Press, 2003.

Figure 6. 6. Smoothed image of the MR brain image shown in Figure 6 Figure 6.6. Smoothed image of the MR brain image shown in Figure 6.1 as a result of the spatial filtering using the weighted averaging mask shown in Figure 6.5. Figures come from the textbook: Medical Image Analysis, by Atam P. Dhawan, IEEE Press, 2003.

Median Filter Median filter Order-statistics filter Figures come from the textbook: Medical Image Analysis, by Atam P. Dhawan, IEEE Press, 2003.

Figure 6.7. The smoothed MR brain image obtained by spatial filtering using the median filter method over a fixed neighborhood of 3x3 pixels. Figures come from the textbook: Medical Image Analysis, by Atam P. Dhawan, IEEE Press, 2003.

Adaptive Arithmetic Mean Filter If the noise variance of the image is similar to the variance of gray values in the specified neighborhood of pixels, , the filter provides an arithmetic mean value of the neighborhood Figures come from the textbook: Medical Image Analysis, by Atam P. Dhawan, IEEE Press, 2003.

Image Sharpening and Edge Enhancement Sobel The first-order gradient in and directions defined by and Figures come from the textbook: Medical Image Analysis, by Atam P. Dhawan, IEEE Press, 2003.

-1 -2 1 2 -1 1 -2 2 Figure 6.8. Weight masks for first derivative operator known as Sobel. The mask at the left is for computing gradient in the x-direction while the mask at the right computes the gradient in the y direction. Figures come from the textbook: Medical Image Analysis, by Atam P. Dhawan, IEEE Press, 2003.

-1 1 -1 1 -1 1 -0 1 -1 Figure 6.9. Weight masks for computing first-order gradient in (clockwise from top left) in horizontal, 45 deg, vertical and 135 deg directions. Figures come from the textbook: Medical Image Analysis, by Atam P. Dhawan, IEEE Press, 2003.

Image Sharpening and Edge Enhancement Laplacian The second-order dirivative operator Edge-based image enhancement

-1 8 (a) -1 8 (b) Figure 6.10. (a) A Laplacian weight mask using 4-connected neighborrhod pixels only; (b) A laplacian weight mask with all neighbors in a window of 3x3 pixels; and (c) the resultant second-order gradient image obtained using the mask in (a).

-1 9 Figure 6.11. Laplacian based image enhancement weight mask with diagonal neighbors and the resultant enhanced image with emphasis on second-order gradient information. Figures come from the textbook: Medical Image Analysis, by Atam P. Dhawan, IEEE Press, 2003.

Feature Enhancement Using Adaptive Neighborhood Processing Three types of adaptive neighborhoods Constant ratio: an inner neighborhood of size and an outer neighborhood of size Constant difference: the outer neighborhood of size Feature adaptive Figures come from the textbook: Medical Image Analysis, by Atam P. Dhawan, IEEE Press, 2003.

Feature Enhancement Using Adaptive Neighborhood Processing Feature adaptive Center region: consisting of pixels forming the feature Surround region: consisting of pixels forming the background 1. The local contrast. : the average of the Center region. : the average of the Surround region

Feature Enhancement Using Adaptive Neighborhood Processing Feature adaptive 2. The Contrast Enhancement Function (CEF) : modify the contrast distribution by the contrast histogram 3. The enhanced image

Feature Enhancement Using Adaptive Neighborhood Processing Feature adaptive 3. The enhanced image

Xc Center Region Surround Region Figure 6.12. Region growing for a feature adaptive neighborhood: image pixel values in a 7x7 neighborhood (left) and Central and Surround regions for the feature adaptive neighborhood.

(a) (b) Figure 6.13. (a) A part of a digitized breast film-mammogram with microcalcification areas. (b): Enhanced image through feature adaptive contrast enhancement algorithm. (c): Enhanced image through histogram equalization method. Figures come from the textbook: Medical Image Analysis, by Atam P. Dhawan, IEEE Press, 2003.

(c) Figure 6.13. (a) A part of a digitized breast film-mammogram with microcalcification areas. (b): Enhanced image through feature adaptive contrast enhancement algorithm. (c): Enhanced image through histogram equalization method. Figures come from the textbook: Medical Image Analysis, by Atam P. Dhawan, IEEE Press, 2003.

Frequency Domain Filtering : an acquired image : the object : a Point Spread Function (PSF) : additive noise Figures come from the textbook: Medical Image Analysis, by Atam P. Dhawan, IEEE Press, 2003.

Frequency Domain Filtering The Fourier transform Inverse filtering Figures come from the textbook: Medical Image Analysis, by Atam P. Dhawan, IEEE Press, 2003.

Wiener Filtering : the power spectrum of the signal : the power spectrum of the noise Figures come from the textbook: Medical Image Analysis, by Atam P. Dhawan, IEEE Press, 2003.

Wiener Filtering : if it is white noise Figures come from the textbook: Medical Image Analysis, by Atam P. Dhawan, IEEE Press, 2003.

Constrained Least Square Filtering Acquired image Optimization Subject to the smoothness constraint

Constrained Least Square Filtering The estimated image

Low-Pass Filtering Ideal : the frequency cut-off value : the distance of a point in the Fourier domain from the origin representing the dc value

Low-Pass Filtering Reduce ringing artifacts Butterworth Gaussian Butterworth or Gaussian Butterworth Gaussian

Figure 6.14: From top left clockwise: A low-pass filter function H(u,v) in the Fourier domain, the low-pass filtered MR brain image, the Fourier transform of the original MR brain image shown in Figure 6.1, and the Fourier transform of the low-pass filtered MR brain image

High-Pass Filtering High-pass filtering Ideal Image sharpening and extraction of high- frequency information Edges Ideal Figures come from the textbook: Medical Image Analysis, by Atam P. Dhawan, IEEE Press, 2003.

High-Pass Filtering Reduce ringing artifacts Butterworth Gaussian Butterworth or Gaussian Butterworth Gaussian

Figure 6.15: From top left clockwise: A high-pass filter function H(u,v) in the Fourier domain, the high-pass filtered MR brain image, and the Fourier transform of the high-pass filtered MR brain image.

Homomorphic Filtering : illumination : reflectance In general Figures come from the textbook: Medical Image Analysis, by Atam P. Dhawan, IEEE Press, 2003.

Homomorphic Filtering Frequency filtering in the logarithmic transform domain Figures come from the textbook: Medical Image Analysis, by Atam P. Dhawan, IEEE Press, 2003.

Homomorphic Filtering Figures come from the textbook: Medical Image Analysis, by Atam P. Dhawan, IEEE Press, 2003.

IFT exp ln FT H(u,v) Figure 6.16. A schematic block diagram of homomorphic filtering. Figures come from the textbook: Medical Image Analysis, by Atam P. Dhawan, IEEE Press, 2003.

Homomorphic Filtering An example and components can represent, respectively, low- and high- frequency components A circularly symmetric homomorphic filter function Figures come from the textbook: Medical Image Analysis, by Atam P. Dhawan, IEEE Press, 2003.

gH gL H(u,v) D(u,v) Figure 6.17: A circularly symmetric filter function for Homomorphic filtering. Figures come from the textbook: Medical Image Analysis, by Atam P. Dhawan, IEEE Press, 2003.

Figure 6.18 The enhanced MR image obtained by Homomorphic filtering using the circularly symmetric function in Equation 3.43. Figures come from the textbook: Medical Image Analysis, by Atam P. Dhawan, IEEE Press, 2003.

Wavelet Transform for Image Processing Figures come from the textbook: Medical Image Analysis, by Atam P. Dhawan, IEEE Press, 2003.

x[n] X(1)[2k+1] (a) (b) X(1)[2k] X(2)[2k+1] X(2)[2k] X(3)[2k+1] X(3)[2k] Figure 6.19. (a) A multi-resolution signal decomposition using Wavelet transform and (b) the reconstruction of the signal from Wavelet transform coefficients.

2 H 1 Horizontal Subsampling Vertical Low-Low Aj High-High Dj3 High-Low Dj2 Low-High Dj1 Figure 6.20. Multiresolution decomposition of an image using the Wavelet transform. Figures come from the textbook: Medical Image Analysis, by Atam P. Dhawan, IEEE Press, 2003.

Figure 6.21. The least asymmetric wavelet with eight coefficients.

Figure 6.22. Three-level wavelet decomposition of the MR brain image shown in Figure 6.1.

Figure 6. 23. The MR brain image of Figure 6 Figure 6.23. The MR brain image of Figure 6.1 reconstructed from the low-low frequency band using the wavelet decomposition shown in Figure 6.21.

Figure 6. 24. The MR brain image of Figure 6 Figure 6.24. The MR brain image of Figure 6.1 reconstructed from the low-high, high-low and high-high frequency bands using the wavelet decomposition shown in Figure 6.21. Figures come from the textbook: Medical Image Analysis, by Atam P. Dhawan, IEEE Press, 2003.