1 / 14

ECE 533 Project Tribute

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

enye
Download Presentation

ECE 533 Project Tribute

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


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

  2. 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.

  3. 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

  4. 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.

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

  6. Salt & Pepper Noise

  7. 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.

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

  9. Filtered Image

  10. 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

  11. Sinusoidal Filters – Band-Reject

  12. Sinusoidal Filters – Band-Pass

  13. Sinusoidal Filters – Notch

  14. 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

More Related