Assignment 1 PDF
Assignment 1 PDF
(1) How do you digitize the continuous image? Explain your answer in detail with
examples.
(2) What is meant by sub sampling and re-sampling in DIP?
(3) (a) Let the storage size of an 8-bit square image is 4 MB. Determine Number of
pixels in the image. 2048^2
(b) A 256 * 256 gray level image occupies a space of 64 KB then what do you infer
about this image? This is a 8 bit image
(4) Let V={1,2} and compute the lengths of the shortest m-path between p and q and
also sketch the path.
4 3 2 1q
2 2 0 2
1 2 1 0
p 1 0 4 2
(5) (a) Give the condition(s) under which the D8 distance between two points p and q is
equal to the shortest 8-path between these points.
(b) Is this path unique?
(6) Explain the boundary in a digital image.
(7) Consider the two subsets S1 and S2, shown in the following figure. For V={1},
determine whether these two subsets are (a) 4-adjacent, (b) 8-adjacent or (c) m-
adjacent.
0 0 0 0 0 | 0 0 1 1 0
1 0 0 1 0 | 0 1 0 0 1
1 0 0 1 0 | 1 1 0 0 0
0 0 1 1 1 | 0 0 0 0 0
0 0 1 1 1 | 0 0 1 1 1
S1 S2
(8) Develop an algorithm for converting a one pixel thick 8-path to a 4-path.
(9) Show that the Fourier Kernels are separable and symmetric.
(10) Give a single intensity transformation function for spreading the intensities of an
image so the lowest intensity is 0 and highest is L-1. y=(L-1)*(x-a)/(b-a)