ECE 533 Project Tribute By: Justin Shepard & Jesse Fremstad.

Slides:



Advertisements
Similar presentations
Spatial Filtering (Chapter 3)
Advertisements

ECE 472/572 - Digital Image Processing Lecture 7 - Image Restoration - Noise Models 10/04/11.
Digital Image Processing Lecture 11: Image Restoration Prof. Charlene Tsai.
Digital Image Processing Chapter 5: Image Restoration.
© by Yu Hen Hu 1 ECE533 Digital Image Processing Image Enhancement in Frequency Domain.
Chap 4 Image Enhancement in the Frequency Domain.
Digital Image Processing
Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Chapter 5 Image Restoration Chapter 5 Image Restoration.
Image Restoration 影像復原 Spring 2005, Jen-Chang Liu.
DIGITAL IMAGE PROCESSING
1 © 2010 Cengage Learning Engineering. All Rights Reserved. 1 Introduction to Digital Image Processing with MATLAB ® Asia Edition McAndrew ‧ Wang ‧ Tseng.
Digital Image Processing: Revision
Digital Image Processing
Digital Image Processing Chapter 5: Image Restoration.
Median Image Filter David Newman Nick Govier. Overview Purpose of Filter Implementation Demo Questions ??
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.
Digital Image Processing Lecture 4 Image Restoration and Reconstruction Second Semester Azad University Islamshar Branch
Introduction to Image Processing Grass Sky Tree ? ? Review.
1 Chapter 8: Image Restoration 8.1 Introduction Image restoration concerns the removal or reduction of degradations that have occurred during the acquisition.
© by Yu Hen Hu 1 ECE533 Digital Image Processing Image Restoration.
Image Restoration and Reconstruction (Noise Removal)
Computer Vision - Restoration Hanyang University Jong-Il Park.
Digital Image Processing Chapter # 4 Image Enhancement in Frequency Domain Digital Image Processing Chapter # 4 Image Enhancement in Frequency Domain.
CS654: Digital Image Analysis
Chapter 3: Image Restoration Introduction. Image restoration methods are used to improve the appearance of an image by applying a restoration process.
Digital Image Processing CSC331 Image Enhancement 1.
انجمن دانشجویان ایران – مرجع دانلود کتاب ، نمونه سوال و جزوات درسی
Image Restoration Chapter 5.
CS654: Digital Image Analysis Lecture 22: Image Restoration - II.
Digtial Image Processing, Spring ECES 682 Digital Image Processing Week 5 Oleh Tretiak ECE Department Drexel University.
Digital Image Processing Lecture 10: Image Restoration March 28, 2005 Prof. Charlene Tsai.
Image Restoration.
Adaptive Median filtering of Still Images Arjun Arunachalam Shyam Bharat Department of Electrical Engineering.
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;
Spatial Filtering (Applying filters directly on Image) By Engr. Muhammad Saqib.
Ch5 Image Restoration CS446 Instructor: Nada ALZaben.
Typical Types of Degradation: Motion Blur.
Digital Image Processing CSC331 Image restoration 1.
Digital Image Processing Lecture 11: Image Restoration March 30, 2005 Prof. Charlene Tsai.
Lecture Nine Figures from Gonzalez and Woods, Digital Image Processing, Copyright 2002.
Filtering x y.
Chapter 5 Image Restoration.
Computer Graphics & Image Processing Chapter # 4 Image Enhancement in Frequency Domain 2/26/20161.
Digital Image Processing Lecture 10: Image Restoration II 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
Digital Image Processing Lecture 8: Image Enhancement in Frequency Domain II Naveed Ejaz.
Image Restoration : Noise Reduction
Digital Image Processing Lecture 10: Image Restoration
IMAGE PROCESSING IMAGE RESTORATION AND NOISE REDUCTION
Degradation/Restoration Model
Image Pre-Processing in the Spatial and Frequent Domain
Image Restoration Spring 2005, Jen-Chang Liu.
Digital Image Processing
Digital Image Processing
DIGITAL IMAGE PROCESSING
Lecture 11 Image restoration and reconstruction II
Image Analysis Image Restoration.
Digital Image Processing
Image Restoration - Focus on Noise
Lecture 14 Figures from Gonzalez and Woods, Digital Image Processing, Second Edition, 2002.
Typical Types of Degradation: Motion Blur.
Source: IEEE Signal Processing Letters, Vol. 14, No. 3, Mar. 2007, pp
Lecture 4 Image Enhancement in Frequency Domain
Digital Image Processing Lecture 11: Image Restoration
Presentation transcript:

ECE 533 Project Tribute By: Justin Shepard & Jesse Fremstad

Project Proposal: Design software for restoring images. –Implement noise functions to degrade images –Then, implement the functions to restore the image to its original form.

Noise Functions Atmospheric Turbulence –Picture degraded from atmosphere Motion Blur –Results from moving the camera while the shutter is open Salt and Pepper –Random impulse noises Sinusoidal Noise –Constant Sinusoidal noise

Functions to Restore Images Salt & Pepper- Median, Adaptive Median, Arithmetic Mean Atmospheric – Inverse Filtering, Gaussian Low Pass Filter Motion Blur – Inverse Filtering Sinusoidal Blur – Butterworth, Gaussian, Ideal Band-pass & Band-reject, Notch Filters.

Original Image Used in Filters A 256x256 Picture of Jesse Taken By the ECE 533 Staff

Salt & Pepper Noise

Salt & Pepper: Results Best Results: Adaptive Median –Kept Most of Detail While Filtering Most of the Noise. Worst Results: 7x7 Arithmetic Mean –Didn’t Filter Very Well, Lost Too Much Detail Due to Smoothing.

Atmospheric Turbulence Original Image 2D Fourier Transform Noise Model in Frequency Domain Blurred Image

Filtered Image

Filter Results As you can see, the filtered results do not vary much from the original. The values for the inverse filter were too small to get any result, which explains the black image which was output Gaussian didn’t improve restoration of the image

Sinusoidal Filters – Band-Reject

Sinusoidal Filters – Band-Pass

Sinusoidal Filters – Notch

Conclusion / What We Learned Discovered Background to Many of the Image Filters We Used Understand at a Deeper Level of How these Filters and Algorithms Work Learned More about Signal Processing and how to use the Fast Fourier Transform Experience with Different Types of Filters, and Which Filters to Use for a Given Noise