2 Marks Digital Image Processing
2 Marks Digital Image Processing
2 Marks Digital Image Processing
Com
COMMON TO IT & ECE
SEVENTH SEMESTER
2 MARKS
UNIT I
1. Define Image?
An image may be defined as two dimensional light intensity function f(x, y)
where x and y denote spatial co-ordinate and the amplitude or value of f at any point
(x, y) is called intensity or grayscale or brightness of the image at that point.
27. Find the number of bits required to store a 256 X 256 image with 32 gray levels?
32 gray levels = 25
= 5 bits
256 * 256 * 5 = 327680 bits.
28. Write the expression to find the number of bits to store a digital image?
The number of bits required to store a digital image is
b=M X N X k
When M=N, this equation becomes
b=N^2k
30. What do you meant by Zooming of digital images?
Zooming may be viewed as over sampling. It involves the creation of new pixel
locations and the assignment of gray levels to those new locations.
46. Give the relation for 1-D discrete fourier transform pair?
The discrete fourier transform is defined by
n-1
F(u) = 1/N ∑ f(x) e –j2πux/N
x=0
2. Symmetry
WN^(K+N/2)= -WN^K
x=0 i=0
0
1 0
1 0 0
-aN bN
aN bN S 0
N/2
0 I(N/2-1) 0 I(N/2-1)
SN = 1/√2 1 0 0 -1
0 0
-bN aN bN aN S
0 N/2
0 I(N/2-1) 0 -I(N/2-1)
X1
X2
X= .
.
Xn
0 -1 0 -1 -1 -1
-1 A+4 -1 -1 A+8 -1
0 -1 0 -1 -1 -1
MaanavaN.Com
14. What is meant by laplacian filter?
The laplacian for a function f(x,y) of 2 variables is defined as,
2 2 2 2 2
▼f = ∂ f / ∂ x + ∂ f / ∂ y
16. Give the formula for transform function of a Butterworth low pass filter.
The transfer function of a Butterworth low pass filter of order n and with cut off
frequency at a distance D0 from the origin is,
2n
H(u,v) = 1 / 1 + [ D(u,v) / D0 ]
2 2 1/2
Where D(u,v) = [(u – M/2) + (v-N/2) ]
∆f = ∂f/∂x
∂f/∂y
UNIT III
η(x,y)
H
g(x,y)
f(x,y)
A system operator H, which together with an additive white noise term η(x,y) a
operates on an input image f(x,y) to produce a degraded image g(x,y).
5. Explain homogenity property in Linear Operator?
H[k1f1(x,y)]=k1 H[f1(x,y)]
The homogeneity property says that,the response to a constant multiple of
any input is equal to the response to that input multiplied by the same constant.
6. Give the relation for degradation model for continuous function?
g(x,y) =-∞∫∞∫f(α,β)§(x-α,y-β).dαdβ+η(x,y)
7. What is fredholm integral of first kind?
∞
g(x,y) = ∫∫f(α,β)h(x,α,y,β)dα dβ
∞
which is called the superposition or convolution or fredholm integral of first kind. It
states that if the response of H to an impulse is known, the response to any input f(α,β)
can be calculated by means of fredholm integral.
8. Define circulant matrix?
A square matrix, in which each row is a circular shift of the preceding row and the
first row is a circular shift of the last row, is called circulant matrix.
14. Which is the most frequent method to overcome the difficulty to formulate the
spatial relocation of pixels?
The point is the most frequent method, which are subsets of pixels whose location
in the input (distorted) and output (corrected) imaged is known precisely.
15. What are the three methods of estimating the degradation function?
1. Observation
2. Experimentation
3. Mathematical modeling.
mean µ=a+√πb/4
standard deviation σ2=b(4-π)/4
29. What are the two approaches for blind image restoration?
Direct measurement
Indirect estimation
UNIT IV
• Lossless compression can recover the exact original data after compression. It is
used mainly for compressing database records, spreadsheets or word processing
files, where exact replication of the original is essential.
• Lossy compression will result in a certain loss of accuracy in exchange for a
substantial increase in compression. Lossy compression is more effective when
used to compress graphic images and digitised voice where losses outside visual
or aural perception can be tolerated.
MaanavaN.Com
4. What is the need for Compression?
In terms of storage, the capacity of a storage device can be effectively increased with
methods that compress a body of data on its way to a storage device and decompresses
it when it is retrieved.
At any given time, the ability of the Internet to transfer data is fixed. Thus, if data can
effectively be compressed wherever possible, significant improvements of data
throughput can be achieved. Many files can be combined into one compressed document
making sending easier.
UNIT V
1. What is segmentation?
Segmentation subdivides on image in to its constitute regions or objects. The level
to which the subdivides is carried depends on the problem being solved .That is
segmentation should when the objects of interest in application have been isolated.
(1)Identity – a(u)
(2)Rotation -ar(u)= a(u)ejθ
(3) Translation-at(u)=a(u)+∆xyδ(u)
(4)Scaling-as(u)=αa(u)
(5)Starting point-ap(u)=a(u)e-j2Πuk0/K
UNIT I
X1
X2
X= .
.
Xn
M T
For M samples, Cx=1/M ∑ (xk-Mx)(xk-Mx).
K=1
K-L Transform Y= A (X- MX)
MaanavaN.Com
UNIT II
1. Explain the types of gray level transformation used for image enhancement.
# Linear (Negative and Identity)
# Logarithmic( Log and Inverse Log)
# Power_law (nth root and nth power)
# Piecewise_linear (Constrast Stretching, Gray level Slicing,
Bit plane Slicing)
3. Discuss the image smoothing filter with its model in the spatial domain.
# LPF-blurring
# Median filter – noise reduction & for sharpening image
4. What are image sharpening filters. Explain the various types of it.
# used for highlighting fine details
# HPF-output gets sharpen and background becomes darker
# High boost- output gets sharpen but background remains unchanged
# Derivative- First and Second order derivatives
Appl:
# Medical image
# electronic printing
# industrial inspection
6. What are the two approaches for blind image restoration? Explain in detail.
Direct measurement
Indirect estimation
MaanavaN.Com
UNIT IV
UNIT V
9. Explain the segmentation techniques that are based on finding the regions
directly.
Edge detection line detection
Region growing
Region splitting
region merging
10. How is line detected? Explain through the operators
Types of line masks
1. horizontal
2. vertical
3. +45˚,-45˚
MaanavaN.Com