Sei sulla pagina 1di 1

Lab 02

Histogram Equalization
a) Write a computer program for computing the histogram of an image. Use Fig lab02a
b) Implement the histogram equalization technique.
c) Use Fig lab02b, lab02c, lab02d and lab02e and perform histogram equalization on it.
As a minimum, your report should include the original image, a plot of its histogram, a plot
of the histogram-equalization transformation function, the enhanced image, and a plot of its
histogram. Use this information to explain why the resulting image was enhanced as it was.

Spatial Filtering
Write program to perform spatial filtering of an image. You can fix the size of the spatial
mask at 3 x 3, but the coefficients need to be variables that can be input into your program.
This program is generic, in the sense that it will be used in other lab experiments to follow.

Smoothening operation using box and weighted average filter

Use the programs developed in spatial filtering to implement Smoothening operation using
box and weighted average filter. Use fig lag02f

Enhancement Using the Laplacian


Use the programs developed in spatial filtering to implement the Laplacian enhancement
technique.Use fig lab02g.

High boost filtering


Use the program developed in spatial filtering to implement high-boost filtering use fig
lab02h.

Potrebbero piacerti anche