Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.94 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.94 KB

ImageAnalysisEnhancement

A university image analysis project to correct the following panda image using OpenCV to perform spatial and frequency domain corrections.

alt text

Frequency Enhancement

The DFT of the panda is taken using OpenCV functionality.

alt text

The DFT of the panda is shifted to visualise low frequency data in the center and high frequency data in the corners.

alt text

By applying various masks to the DFT, shifting back and taking the inverse DFT, the image quality has (arguably!) been improved.

Low Pass Filter

alt text

High Pass Filter

alt text

Single Band Stop Filter

alt text

Double Band Stop Filter

alt text

Tripple Band Stop Filter

alt text

A Very Specific Filter

alt text

Though tedious to make, the final specific filter saw great results and despite a large amount of static still visible on the panda, the image has been improved greatly by removing the common frequencies across the image