DIP
DIP
2 MARKS
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?
5
32 gray levels = 2
= 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.
F(u) e j2πux/N
46. Give the relation for 1-D discrete fourier transform pair?
The discrete fourier transform is defined by
n-1
–j2πux/N
F(u) = 1/N ∑ f(x) e
x=0
2. Symmetry
WN^(K+N/2)= -WN^K
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)
62. Define Haar transform.
The Haar transform can be expressed in matrix form as,
T=HFH
Where F = N X N image matrix
H = N X N transformation matrix
T = resulting N X N transform.
X1
X2
X= .
.
Xn
73.Define histogram.
The histogram of a digital image with gray levels in the range [0, L-1] is a
discrete function h(rk)=nk.
rk-kth gray level
nk-number of pixels in the image having gray level rk.
-1 A+4 -1
-1 A+8 -1
0 -1 0 -1 -1 -1
77.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
79.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
2 2 1/2
_f = mag (_f) = {[(∂f/∂x) +(∂f/∂y) ]}
83. Explain spatial filtering?
Spatial filtering is the process of moving the filter mask from point to point in an
image. For linear spatial filter, the response is given by a sum of products of the filter
coefficients, and the corresponding image pixels in the area spanned by the filter mask.
84. What is a Median filter?
The median filter replaces the value of a pixel by the median of the gray levels in
the neighborhood of that pixel.
85.What is maximum filter and minimum filter?
th
The 100 percentile is maximum filter is used in finding brightest points in an
th
image. The 0 percentile filter is minimum filter used for finding darkest points in an
image.
86.Write the application of sharpening filters?
1. Electronic printing and medical imaging to industrial application
2. Autonomous target detection in smart weapons.
87.Name the different types of derivative filters?
3. Perwitt operators
4. Roberts cross gradient operators
5. Sobel operators
η(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).
92. 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.
93.Give the relation for degradation model for continuous
∞
function? g(x,y) =-∞∫ ∫f(α,β)§(x-α,y-β).dαdβ+η(x,y)
94.What is fredholm integral of first kind?
∞
g(x,y) = ∫∫f(α,β)h(x,α,y,β)dα dβ
∞
101.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.
• 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.
124. 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.
131.Define encoder
Source encoder is responsible for removing the coding and interpixel redundancy
and psycho visual redundancy.
There are two components
A) Source Encoder
B) Channel Encoder
141.Define B2 code
Each code word is made up of continuation bit c and information bit which are
binary numbers. This is called B2 code or B code. This is called B2 code because two
information bits are used for continuation bits
157.Define B-frame
B-frame is the bidirectional frame. A B-frame is the compressed difference
between the current frame and a prediction of it based on the previous I or P-frame or
next P-frame. Accordingly the decoder must have access to both past and future
reference frames.
158.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.