An1621 Digital Image Processing
An1621 Digital Image Processing
1. Define image.
Image can be defined as a 2-D light intensity function f(x,y) ,
where x and y denotes spatial co-ordinates and the value of ‘f’ at any point is
directly proportional to the brightness (or) gray level of the image at that
point.
12. How many samples and gray levels are required for good approximation?
The resolution of an image depends strongly on number of samples and
gray levels. The more these parameters are increased the closer the digital
array approximates the original image.
t1 t0 t-1……………..t -N+2
T= t2 t1 t0…………….. t -N+3
. . …………… .
. . …………… .
t N+1……………… t2 t1 t0
1 2 3 4
4 1 2 3
C=
3 4 1 2
2 3 4 1
28. What is the use of transformation?
It is a process of transforming spatial time domain representation into
spatial frequency domain representation.
N-1
52. How the degradation model can be solved if M=N=512 X 512 (i.e) H is of
size 262144 X 262144 ?
To obtain f directly it requires 262144 simultaneous linear equations. (i.e)
huge amount. So the complexity of this problem can be reduced by taking the
circulant properties of H. (i.e) Diagonalization of the matrix H.
64. What are the operations takes place in binary coding and gray code in bit
plane decomposition?
In binary coding, if a small change in the pixel values which increases the
complexity of the bit planes.
In gray code, if a small change in the pixel values which will not affect the
bit planes.
71. What is the use of start message in contour tracing and coding?
Start message is used to represent the starting of new contours.
72. What is the use of merge message in contour tracing and coding?
Merge message is used to represent the end of old contours.
89. What is the operation takes place for the first derivative operator?
Positive at the leading edge of the transition and negative at the trailing
edge and zero in the areas of the constant gray level.
90. What is the operation takes place for the second derivative operator?
Positive for the part associated with the dark side of the edge and negative
for the part associated with the light side of the edge and zero in the area’s of
the constant gray level.
BIG QUESTIONS
1. Explain the fundamental steps of image processing?
• Image acquisition
• Preprocessing
• Segmentation
• Representation and Description
• Recognition and Interpretation
• Knowledge base
• Neighbors of a pixel
• Connectivity
• Adjacency
• Path
• Distance measures
• Arithmetic operators