0% found this document useful (0 votes)
63 views

Digital Image Processing Assign6

The document describes using bandreject filtering to remove sinusoidal noise from a corrupted tomography image of a human head. Bandreject filtering eliminates specific frequencies from the image spectrum. The spectrum of the corrupted image shows impulses corresponding to the sinusoidal noise that indicate which frequencies to remove. Bandreject filtering cleans the image while bandpass filtering extracts just the noise pattern.

Uploaded by

Su-ho Han
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
63 views

Digital Image Processing Assign6

The document describes using bandreject filtering to remove sinusoidal noise from a corrupted tomography image of a human head. Bandreject filtering eliminates specific frequencies from the image spectrum. The spectrum of the corrupted image shows impulses corresponding to the sinusoidal noise that indicate which frequencies to remove. Bandreject filtering cleans the image while bandpass filtering extracts just the noise pattern.

Uploaded by

Su-ho Han
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

5.

Using Bandreject Filtering for Image Denoising

Image FigP4.5(a)(HeadCT_corrupted.tif is a tomography image of a human head,


heavily corrupted by sinusoidal noise in at least two directions.
(a) Clean up the image using bandreject filtering. To simplify your project you may
ignore padding in this case.
Hint: Since the noise is sinusoidal, it will show in the spectrum as impulses. Display the
spectrum as a guide to where to set up the band of your filter. If you use function pixval to
determine the coordinates of the impulses interactively, keep in mind that this function lists
the column coordinates (v) first and the rowcoordinates (u) second.
(b) Use bandpass filtering to extract the noise pattern.

Matlab solution for problem 5 and b.

Spectrum, showing impulses corresponding


Original image to noise pattern
Denoised image obtained using Noise pattern obtained using bandpass
bandreject filtering filtering.

You might also like