0% found this document useful (0 votes)
105 views1 page

Lab-4 Revised New 2018

This document provides instructions for two image processing projects: 1. Implement sinusoidal noise addition to an image, compute the image spectrum, and apply a notch filter to remove the noise. 2. Download a PET body scan image, and enhance it using homomorphic filtering with specified parameter values to improve contrast.

Uploaded by

ksajj
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
105 views1 page

Lab-4 Revised New 2018

This document provides instructions for two image processing projects: 1. Implement sinusoidal noise addition to an image, compute the image spectrum, and apply a notch filter to remove the noise. 2. Download a PET body scan image, and enhance it using homomorphic filtering with specified parameter values to improve contrast.

Uploaded by

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

PROJECT 4-4

Periodic Noise Reduction Using a Notch Filter

(a) Write a program that implements sinusoidal noise of the form given in Problem
5.14. The inputs to the program must be the amplitude, A, and the two frequency
components u0 and v0 shown in the problem equation.
(b) Download image 5.26(a) from the book web site and add sinusoidal noise to it,
with u0 =M/2 (the image is square) and v0 = 0. The value of A must be high enough
for the noise to be clearly visible in the image.
(c) Compute and display the spectrum of the image. If the FFT program you have
developed previously can only handle images of size equal to an integer power of 2,
reduce the size of the image to 512 x 512 or 256 x 256 OR use the built-in FFT
function in MATLAB to perform the this operation. Resize the image before adding
noise to it.

(d) Notch-filter the image using a notch filter of the form shown in Fig. 5.19(c).

PROJECT 4-5

Image Enhancement Using Homomorphic Filtering

Download Figure 4.62(a), which shows a full body PET scan. Enhance the image
using homomorphic filter in Eq. (4.9-29) with 𝛾𝐿 = 0.25, 𝛾𝐻 = 2, 𝑐 = 1 𝑎𝑛𝑑 𝐷0 =
80 . to obtain Figure 4.62(b).

You might also like