Image Enhancement course: biomedical image processing vibhor kumar

Slides:



Advertisements
Similar presentations
Spatial Filtering (Chapter 3)
Advertisements

CS & CS Multimedia Processing Lecture 2. Intensity Transformation and Spatial Filtering Spring 2009.
Image Enhancement in the Frequency Domain Part III
© by Yu Hen Hu 1 ECE533 Digital Image Processing Image Enhancement in Frequency Domain.
Digital Image Processing
Antti Tuomas Jalava Jaime Garrido Ceca
Digital image processing Chapter 6. Image enhancement IMAGE ENHANCEMENT Introduction Image enhancement algorithms & techniques Point-wise operations Contrast.
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.
Chapter 4 Image Enhancement in the Frequency Domain.
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.
MSU CSE 803 Stockman Linear Operations Using Masks Masks are patterns used to define the weights used in averaging the neighbors of a pixel to compute.
1 Vladimir Botchko Lecture 4. Image Enhancement Lappeenranta University of Technology (Finland)
Image Enhancement.
Lecture 2. Intensity Transformation and Spatial Filtering
Chapter 4 Image Enhancement in the Frequency 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.
Introduction to Image Processing Grass Sky Tree ? ? Review.
Presentation Image Filters
Medical Image Analysis Image Enhancement Figures come from the textbook: Medical Image Analysis, by Atam P. Dhawan, IEEE Press, 2003.
Image Enhancement T , Biomedical Image Analysis Seminar presentation Hannu Laaksonen Vibhor Kumar.
Chapter 3 Image Enhancement in the Spatial Domain.
CS654: Digital Image Analysis
Digital Image Processing Lecture 5: Neighborhood Processing: Spatial Filtering Prof. Charlene Tsai.
Digital Image Processing CSC331 Image Enhancement 1.
ENG4BF3 Medical Image Processing Image Enhancement in Frequency Domain.
Chapter 5: Neighborhood Processing
G52IIP, School of Computer Science, University of Nottingham 1 G52IIP 2011 Summary Topic 1 Overview of the course Related topics Image processing Computer.
Image Subtraction Mask mode radiography h(x,y) is the mask.
Mestrado em Ciência de Computadores Mestrado Integrado em Engenharia de Redes e Sistemas Informáticos VC 15/16 – TP7 Spatial Filters Miguel Tavares Coimbra.
Digital Image Processing Lecture 5: Neighborhood Processing: Spatial Filtering March 9, 2004 Prof. Charlene Tsai.
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 Image Processing Lecture - 6 Autumn 2009.
Spatial Filtering (Chapter 3) CS474/674 - Prof. Bebis.
Image Enhancement in the Spatial Domain.
Digital Image Processing , 2008
Medical Image Analysis
Miguel Tavares Coimbra
Image Subtraction Mask mode radiography h(x,y) is the mask.
IMAGE ENHANCEMENT IN THE FREQUENCY DOMAIN
Fundamentals of Spatial Filtering:
Image enhancement algorithms & techniques Point-wise operations
Image Pre-Processing in the Spatial and Frequent Domain
Spatial & Frequency Domain
ECE 692 – Advanced Topics in Computer Vision
Gaussian Lowpass Filter
IMAGE PROCESSING INTENSITY TRANSFORMATION AND SPATIAL FILTERING
Image Enhancement.
Digital Image Processing
CIS 601 – 03 Image ENHANCEMENT SPATIAL DOMAIN Longin Jan Latecki
Histogram Histogram is a graph that shows frequency of anything. Histograms usually have bars that represent frequency of occuring of data. Histogram has.
Chapter 8, Exploring the Digital Domain
Digital Image Processing
ENG4BF3 Medical Image Processing
Image Enhancement in the Spatial Domain
Lecture 3 (2.5.07) Image Enhancement in Spatial Domain
Spatial operations and transformations
Linear Operations Using Masks
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.
Introduction to Mathematical tools in used in DIP
Lecture 2: Image filtering
Lecture 4 Image Enhancement in Frequency Domain
Image Enhancement in the Spatial Domain
Spatial operations and transformations
Presentation transcript:

Image Enhancement course: biomedical image processing vibhor kumar Biomedical Image Analysis Rangaraj M. Rangayyan course: biomedical image processing vibhor kumar Hannu Laaksonen

Topics to be covered Convolution mask Operations . unsharp masking . Sobtracting Laplacian 2) High Frequency Emphasis 3) Homomorphic filtering for Enhancement 4) Adaptive Contrast enhancement

Convolution Mask Operators - Unsharp masking The Generalized equation of unsharp masking is f(m,n) = [g(m,n) - µg(m,n)] +  g(m,n) blurred image Is calculated as average of the pixels in the window taken around the pixel(m,n) The weight  can be changed according to desired effect. For e.g. For a 3X3 convolution mask the unsharp masking is given by - 1 8 2

Subtracting Laplacian The degraded image may be expressed in a Taylor series as g t 2 2 t2 2g g(x,y,) = g(x,y,0) +  (x,y,t) - + …... g t Taking = k2g using diffusion model We get fe = g - k2g For k = 1 and mask 3X3 we get subtracting Laplacian as: 0 -1 0 -1 5 -1 Unlike Laplacian subtracting Laplacian maintain the intensity information while making the image sharp

(a) (b) original lena image Laplacian Unsharp masking subtracting laplacian (d) (c)

High-frequency Emphasis Highpass filtering are useful in detecting edges but for enhancing the images it is necessary to maintain the intensity information. High-emphasis filter does the image enhance keeping the intensity information. The Butterworth high-emphasis filter can termed as: 2 D0 D(u,v) 2n 1 + (sqrt(2)-1 ) 1 + H(u,v) = Filter gain Frequency

Original shape image the ideal high pass filter The Butter worth highpass filter the Butterworth high-emphasis filter

Enhancement using Homomorphic filtering linear filtering and enhancement inverse transform transform input image filtered image

Original Image log transform of original image Homomorphic filtering including a Butterworth high-emphasis filter Butterworth high imphasis filter only Graphical Models and Image Processing, 54(3):259-267,May 1992

Adaptive Contrast Enhancement Adaptive-neighborhood contrast enhancement: non overlapping regions segmentation Overlapping regions segmentation seed fill region growing: The region consists of spatially connected pixels that falls that fall within the specified gray level devaiation from seed pixel. every time data is devided into back ground and foreground pixels The growth tolerance threshold  is highly important factor

Adaptive Contrast Enhancement contrast enhancment can be done using the formula fe = b (1+Ce)/ (1-Ce) increased contrast mean background value Part of mammogram with a cluster of calcification adaptive-neighborhood contrast enhancement gamma correction unsharp masking IEEE Transcation on Medical imaging 11(3):392-406,1992

Topics covered Convolution mask Operations . unsharp masking . Sobtracting Laplacian 2) High Frequency Emphasis 3) Homomorphic filtering for Enhancement 4) Adaptive Contrast enhancement