Digital Image Processing
Digital Image Processing
INFORMATION TECHNOLOGY
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.
17. 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.
27. 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
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
UNIT II
Ans: The objective of enhancement technique is to process an image so that the result
is more suitable than the original image for a particular application.
0 -1 0 -1 -1 -1
-1 A+4 -1 -1 A+8 -1
0 -1 0 -1 -1 -1
UNIT III
mean µ=a+√πb/4
standard deviation σ2=b(4-π)/4
UNIT IV
5. 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
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.
2.What is edge?
An edge isa set of connected pixels that lie on the boundary between two regions edges
are more closely modeled as having a ramplike profile. The slope of the ramp is inversely
proportional to the degree of blurring in the edge.
(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)
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)
6. What are the two approaches for blind image restoration? Explain in detail.
Direct measurement
Indirect estimation
UNIT IV
• Foundation
• The role of illumination
• Basic adaptive thresholding
• Basic adaptive thresholding
• Optimal global & adaptive thresholding.