Image Enhancement T-61.182, Biomedical Image Analysis Seminar presentation 24.2.2005 Hannu Laaksonen Vibhor Kumar.

Slides:



Advertisements
Similar presentations
Grey Level Enhancement Contrast stretching Linear mapping Non-linear mapping Efficient implementation of mapping algorithms Design of classes to support.
Advertisements

Image Processing Lecture 4
Chapter 3 Image Enhancement in the Spatial Domain.
Chapter - 2 IMAGE ENHANCEMENT
HISTOGRAM TRANSFORMATION IN IMAGE PROCESSING AND ITS APPLICATIONS Attila Kuba University of Szeged.
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
Intensity Transformations
Digital Image Processing
Antti Tuomas Jalava Jaime Garrido Ceca
Image Processing. Processing Digital Images digital images are often processed using “digital filters” digital filters are based on mathematical functions.
1Ellen L. Walker ImageJ Java image processing tool from NIH Reads / writes a large variety of images Many image processing operations.
Chapter 4: Image Enhancement
Image Enhancement by Modifying Gray Scale of Individual Pixels
Digital Image Processing & Pattern Analysis (CSCE 563) Intensity Transformations Prof. Amr Goneid Department of Computer Science & Engineering The American.
Digital Image Processing In The Name Of God Digital Image Processing Lecture3: Image enhancement M. Ghelich Oghli By: M. Ghelich Oghli
Digital Image Processing
Histogram Manipulation
DREAM PLAN IDEA IMPLEMENTATION Introduction to Image Processing Dr. Kourosh Kiani
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.
CS443: Digital Imaging and Multimedia Point Operations on Digital Images Spring 2008 Ahmed Elgammal Dept. of Computer Science Rutgers University Spring.
Digital Image Processing
CS 376b Introduction to Computer Vision 02 / 25 / 2008 Instructor: Michael Eckmann.
Chapter 3 Image Enhancement in the Spatial Domain.
Digital Image Processing, 3rd ed. © 1992–2008 R. C. Gonzalez & R. E. Woods Gonzalez & Woods Chapter 3 Intensity Transformations.
CS 376b Introduction to Computer Vision 02 / 26 / 2008 Instructor: Michael Eckmann.
Medical Image Analysis Image Enhancement Figures come from the textbook: Medical Image Analysis, by Atam P. Dhawan, IEEE Press, 2003.
Measurements in Fluid Mechanics 058:180:001 (ME:5180:0001) Time & Location: 2:30P - 3:20P MWF 218 MLH Office Hours: 4:00P – 5:00P MWF 223B-5 HL Instructor:
The Digital Image Dr. John Ryan.
Chapter 3 Image Enhancement in the Spatial Domain.
Point Operations – Chapter 5. Definition Some of the things we do to an image involve performing the same operation on each and every pixel (point) –We.
Digital Image Processing Lecture 4: Image Enhancement: Point Processing Prof. Charlene Tsai.
Image Segmentation and Morphological Processing Digital Image Processing in Life- Science Aviad Baram
Chapter 10 Image Segmentation.
MULTIMEDIA TECHNOLOGY SMM 3001 MEDIA - IMAGES. Processing digital Images digital images are often processed using “digital filters” digital images are.
CS654: Digital Image Analysis
Digtial Image Processing, Spring ECES 682 Digital Image Processing Oleh Tretiak ECE Department Drexel University.
CIS 601 – 04 Image ENHANCEMENT in the SPATIAL DOMAIN Longin Jan Latecki Based on Slides by Dr. Rolf Lakaemper.
3.7 Adaptive filtering Joonas Vanninen Antonio Palomino Alarcos.
CH2. Point Processes Arithmetic Operation Histogram Equalization
Digital Image Processing
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.
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.
Lecture Six Figures from Gonzalez and Woods, Digital Image Processing, Second Edition, Copyright 2002.
CS-565 Computer Vision Nazar Khan Lecture 8.
Image enhancement algorithms & techniques Point-wise operations
Image Segmentation.
Image Enhancement.
Chapter 8, Exploring the Digital Domain
Image Enhancement course: biomedical image processing vibhor kumar
Image Enhancement in the Spatial Domain
Image Enhancement in the
Lecture 3 (2.5.07) Image Enhancement in Spatial Domain
CSC 381/481 Quarter: Fall 03/04 Daniela Stan Raicu
Image Enhancement Gray level transformation Linear transformation
Histogram Probability distribution of the different grays in an image.
Digital Image Processing Week III
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
Lecture 6 Histogram processing.
BASIC IMAGE PROCESSING OPERATIONS FOR COMPUTER VISION
Presentation transcript:

Image Enhancement T , Biomedical Image Analysis Seminar presentation Hannu Laaksonen Vibhor Kumar

Overview of part I Subtraction imaging Gray-scale transforms Histogram transforms Global and local

Introduction, part I Goal is to improve image quality One is sometimes forced to an ad hoc approach Try several methods to see if they help Result depends on the nature of the image and how well it matches with the assumptions of the enhancement method

Subtraction imaging Digital Subtraction Angiography (DSA) Difference in images between before and after injecting contrast agent Dual-energy and energy subtraction X- ray imaging Hard and soft tissues absorb energy differently Temporal subtraction

Subtraction imaging, examples

Gray-scale transforms Thresholding Binary images or limited intensity values Gray-scale windowing Use only a narrow band of intensity values Gamma correction

Gray-scale transforms, examples (a) Original CT image (b) Thresholded image, binary (c) Thresholded image, gray values preserved (d) Gray-scale windowed image

Histogram transforms Histogram equalization Normalize the histogram to match uniform distribution Implemented via a look- up table Histogram specification Use a prespecified spectrogram as a model Global operations

Histogram equalization, examples (a) Original image (b) Image after histogram equalization (c) Image after histogram equalization and windowing (d) Image after gamma correction (gamma = 0.3)

Local-area and adaptive- neighborhood methods Local-area histogram equalization (LAHE) Histogram transformation is done in a moving- window with fixed size Adaptive-neighborhood histogram equalization Histogram transformation is done in a region with similar properties. The region is grown from a seed pixel.

Local-area and adaptive- neighborhood methods, examples (a) Original image (b) Histogram equalization (c) LAHE with 11 x 11 window (d) LAHE with 101 x 101 window (e) Adaptive neighborhood (growth tolerance 16, background width 5) (f) Adaptive neighborhood (growth tolerance 64, background width 8)