You are on page 1of 1

Lab 01

(i) Image Enhancement Using Intensity Transformations


The focus of this lab is to experiment with intensity transformation to enhance an
image. And enhance it using
a) Image Negative Use Fig lab01a
b) Log Transformation Use Fig lab01b
c) Power law transformation Use Fig lab01c_1 and Use Fig lab01c_1
In (b) only free parameter is c, but in (c) there are two parameters, c and r for
which values have to be selected. As in most enhancement tasks, experimentation
task, experimentation is a must. The objective is to obtain the best visual
enhancement possible with the methods.

(ii) Gray level slicing with and without background Use Fig lab01d

(iii) Bit plane slicing Use Fig lab01e


Implement a findbitplane function to return any of the 8 bit plane images of the
grayscale input image. The prototype of the function should be:

function varargout = findbitplane (i, biplanes)


Where i is the original grayscale image and biplanes is a vector containing the bit
plane numbers, whose corresponding bit plane images are to be returned. Here, an
integer of 1 indicates the least significant bit and an integer of 8 indicates the most
significant bit.

You might also like