Digital Image Processing Lecture 4 Image Restoration and Reconstruction Second Semester Azad University Islamshar Branch

Slides:



Advertisements
Similar presentations
Image Processing Lecture 4
Advertisements

CS & CS Multimedia Processing Lecture 2. Intensity Transformation and Spatial Filtering Spring 2009.
ECE 472/572 - Digital Image Processing Lecture 7 - Image Restoration - Noise Models 10/04/11.
Digital Image Processing Chapter 5: Image Restoration.
Digital Image Processing
Image Restoration 影像復原 Spring 2005, Jen-Chang Liu.
Digital Image Processing In The Name Of God Digital Image Processing Lecture3: Image enhancement M. Ghelich Oghli By: M. Ghelich Oghli
5. 1 Model of Image degradation and restoration
1 © 2010 Cengage Learning Engineering. All Rights Reserved. 1 Introduction to Digital Image Processing with MATLAB ® Asia Edition McAndrew ‧ Wang ‧ Tseng.
6/9/2015Digital Image Processing1. 2 Example Histogram.
Digital Image Processing: Revision
Digital Image Processing
Image Restoration.
Digital Image Processing Chapter 5: Image Restoration.
Image Restoration.
DIGITAL IMAGE PROCESSING Instructors: Dr J. Shanbehzadeh M.Gholizadeh M.Gholizadeh
Chapter 5 Image Restoration. Preview Goal: improve an image in some predefined sense. Image enhancement: subjective process Image restoration: objective.
Basis beeldverwerking (8D040) dr. Andrea Fuster dr. Anna Vilanova Prof.dr. Marcel Breeuwer Noise and Filtering.
ECE 472/572 - Digital Image Processing Lecture 4 - Image Enhancement - Spatial Filter 09/06/11.
Antal Nagy Department of Image Processing and Computer Graphics University of Szeged 17th SSIP 2009, July, Debrecen, Hungary1.
1 Chapter 8: Image Restoration 8.1 Introduction Image restoration concerns the removal or reduction of degradations that have occurred during the acquisition.
Image Restoration The main aim of restoration is to improve an image in some predefined way. Image Enhancement is a subjective process whereas Image restoration.
© by Yu Hen Hu 1 ECE533 Digital Image Processing Image Restoration.
Chapter 5 Image Restoration.
Image Restoration and Reconstruction (Noise Removal)
Computer Vision - Restoration Hanyang University Jong-Il Park.
Digital Image Processing Image Enhancement Part IV.
University of Ioannina - Department of Computer Science Intensity Transformations (Point Processing) Christophoros Nikou Digital Image.
DIGITAL IMAGE PROCESSING Instructors: Dr J. Shanbehzadeh M.Gholizadeh M.Gholizadeh
Digital Image Processing
Chapter 3: Image Restoration Introduction. Image restoration methods are used to improve the appearance of an image by applying a restoration process.
CS654: Digital Image Analysis
Image processing Fourth lecture Image Restoration Image Restoration: Image restoration methods are used to improve the appearance of an image.
انجمن دانشجویان ایران – مرجع دانلود کتاب ، نمونه سوال و جزوات درسی
IMAGE RESTORATION Outline A model of the image degradation / restoration process Noise models Restoration in the presence of noise only – spatial filtering.
Image Restoration Chapter 5.
Digital Image Processing Lecture 10: Image Restoration March 28, 2005 Prof. Charlene Tsai.
Image Restoration.
Digital Image Processing Lecture : Image Restoration
Image Restoration Fasih ur Rehman. –Goal of restoration: improve image quality –Is an objective process compared to image enhancement –Restoration attempts.
Digital Image Processing Lecture 10: Image Restoration
8-1 Chapter 8: Image Restoration Image enhancement: Overlook degradation processes, deal with images intuitively Image restoration: Known degradation processes;
Ch5 Image Restoration CS446 Instructor: Nada ALZaben.
Lecture 10 Image restoration and reconstruction 1.Basic concepts about image degradation/restoration 2.Noise models 3.Spatial filter techniques for restoration.
Chapter 5 Image Restoration.
By Dr. Rajeev Srivastava
Image Restoration: Noise Models By Dr. Rajeev Srivastava.
Image Restoration. Image restoration vs. image enhancement Enhancement:  largely a subjective process  Priori knowledge about the degradation is not.
Lecture 22 Image Restoration. Image restoration Image restoration is the process of recovering the original scene from the observed scene which is degraded.
6/10/20161 Digital Image Processing Lecture 09: Image Restoration-I Naveed Ejaz.
Lecture 10 Chapter 5: Image Restoration. Image restoration Image restoration is the process of recovering the original scene from the observed scene which.
Digital Image Processing
Image Restoration : Noise Reduction
Digital Image Processing Lecture 10: Image Restoration
IMAGE PROCESSING IMAGE RESTORATION AND NOISE REDUCTION
Image Restoration – Degradation Model and General Approaches
Image Restoration Spring 2005, Jen-Chang Liu.
Digital Image Processing
Digital Image Processing
DIGITAL IMAGE PROCESSING
IMAGE RESTORATION.
The Chinese University of Hong Kong
Image Analysis Image Restoration.
Digital Image Processing
Image Enhancement in the Spatial Domain
ENG4BF3 Medical Image Processing
Image Restoration - Focus on Noise
Digital Image Processing
Lecture 12 Figures from Gonzalez and Woods, Digital Image Processing, Second Edition, 2002.
Presentation transcript:

Digital Image Processing Lecture 4 Image Restoration and Reconstruction Second Semester Azad University Islamshar Branch

Image Restoration The main aim of restoration is to improve an image in some predefined way. Image restoration tries to reconstruct or recover an image which was degraded using a priori knowledge of degradation. Here we model the degradation and apply the inverse process to recover the original image. Enhancement techniques take advantage of the psychophysical aspects of human visual system. for example contrast stretching is an enhancement method as it is concerned with the pleasing aspects of a viewer, whereas removl of image blur is a restoration process.

In this model, we assume that there is an additive noise term, operating on an input image f(x,y) to produce a degraded image g(x,y). Given g(x,y) and some information about degradation function H, and knowledge about noise term η (x,y). The aim of restoration is to get an estimate f(x,y) of original image. The more we know about H and term η, we get better results. Model of Image Degradation / Restoration Process

Noise Sources The principal sources of noise in digital images arise during image acquisition and/or transmission. Image acquisition e.g., light levels, sensor temperature, etc. Transmission e.g., lightning or other atmospheric disturbance in wireless network

Noise Models White noise The Fourier spectrum of noise is constant Gaussian noise Electronic circuit noise, sensor noise due to poor illumination and/or high temperature Rayleigh noise Range imaging periodic noise With the exception of spatially periodic noise, we assume: Noise is independent of spatial coordinates Noise is uncorrelated with respect to the image itself

Erlang (gamma) noise: Laser imaging Exponential noise: Laser imaging Uniform noise: Least descriptive; Basis for numerous random number generators Impulse noise: quick transients, such as faulty switching Noise Models

Gaussian Noise 70% of its values will be in the range 95% of its values will be in the range

Noise Models Rayleigh Noise

Noise Models Erlang (Gamma) Noise

Exponential Noise Noise Models

Uniform Noise Noise Models

Impulse (Salt-and-Pepper) Noise Noise Models

PDF of noises

Examples of Noise: Original Image

Examples of Noise: Noisy Images(1)

Examples of Noise: Noisy Images(2)

Periodic Noise Periodic noise in an image arises typically from electrical or electromechanical interference during image acquisition. Periodic noise can be reduced significantly via frequency domain filtering

Estimation of Noise Parameters The shape of the histogram identifies the closest PDF match

Estimation of Noise Parameters

Restoration in the Presence of Noise Only ̶ Spatial Filtering

Spatial Filtering: Mean Filters Generally, a geometric mean filter achieves smoothing comparable to the arithmetic mean filter, but it tends to lose less image detail in the process

Spatial Filtering: Mean Filters It works well for salt noise, but fails for pepper noise. It does well also with other types of noise like Gaussian noise. Q is the order of the filter. It is well suited for reducing the effects of salt-and-pepper noise. Q>0 for pepper noise and Q<0 for salt noise.

Arithmetic and geometric mean filters are good for removing random noise like Gaussian or uniform noise. Contraharmonic filer is good for impulse noise. But it must be known before hand that whether the noise is dark or light to fix the Q value. Contraharmonic filer vs Arithmetic and geometric mean filters

Spatial Filtering: Example (1)

Spatial Filtering: Example (2)

Spatial Filtering: Example (3)

Spatial Filtering: Order-Statistic Filters

A filter formed by averaging these remaining pixels is called an alpha-trimmed mean filter

Spatial Filtering: Order-Statistic Filters (Example)

Spatial Filtering: Adaptive Filters Adaptive, Local Noise Reduction Filters

Spatial Filtering: Adaptive Filters Adaptive, Local Noise Reduction Filters

Adaptive, Local Noise Reduction Filters(Example)

Spatial Filtering: Adaptive Filters Adaptive Median Filters

Spatial Filtering: Adaptive Filters Adaptive Median Filters

Example: Adaptive Median Filters

Periodic Noise Reduction by Frequency Domain Filtering Periodic noise may occur if the imaging equipment (the acquisition or networking hardware) is subject to electronic disturbance of a repeating nature, such as be caused by electric motor. 1. Band reject filtering A filter consists of ones with a ring of zeros.

Homework 6 2. Read a gray scale image and add Gaussian noise with 0 mean then apply the Adaptive Mean Filter to reduction noise. 1.Produce a sub image of a colour image and add 5% salt & pepper noise and try to clean noise by following filters: 1.Arithmetic mean filter 2.Harmonic mean filter 3.Contrahormonic mean filter 4.Median filter 5.Max filter 6.Min filter 7.Mid point filter Which methods gives the best results ? 3. Load an image and make periodic noise and finally clear the Noise with Fast Foureir Transform. 4.Search which of the defined filters have best results on different noisy image