What Is Image Processing? Explain Fundamental Steps in Digital Image Processing
What Is Image Processing? Explain Fundamental Steps in Digital Image Processing
What Is Image Processing? Explain Fundamental Steps in Digital Image Processing
The sampling rate of digitizer determines the spatial resolution of digitized image.
Finer the sampling (i.e. increasing M and N), the better the approximation of
continuous image function f(x, y).
Quantization :
134 50 38 99 104
28 73 77 58 13
54 149 136 4 15
1. The ability of the eye to discriminate between changes in light intensity at any
specific adaptation level is different.
2. The brightness discrimination of the eye can be given by Weber ratio ΔI/I where
ΔI is the increment of illumination discrimination 50% of the time with background
illumination I.
3. mSmall ΔI/I indicate good brightness discrimination and large ΔI/I indicate poor
brightness discrimination.
4. Brightness discrimination is poor at low levels of illumination because vision is
carried out by activity of rods and at high levels it is by cones in the eye.
What is Spatial Domain? What are the methods of Spatial
Domain?
Spatial Domain
The term spatial domain means working in. the given, space, in this case, the
image. It implies working with the pixel values are in other words, working directly
with the raw data.
Let f(x, y) be the original image where f is the grey level value and (x, y) are the
image coordinates. For a 8-bit image, f can take values from 0 - 255 where 0
represents black, 255 represents white and all the intermediate values represent
shades grey.
In image of size , x and y can take values from (0, 0) to (255, 255) as shown in
the Figure.6
The modified image can be expressed as
g(x,y)=T[f(x,y)]g(x,y)=T[f(x,y)]
Here f(x, y) is the original image and T is the transformation applied to it to get a
new modified image g(x, y). For all spatial domain techniques it is simply T that
changes. The general equation remains the same.
S=T(r)S=T(r)
Where S = output gray level; T = Transformation Function; r =input gray level
To summarize, spatial domain techniques are those, which directly work with the
pixel values to get a new image based on Equation above.
Spatial domain enhancement can be carried out in two different ways
(1) Point processing
(2) Neighborhood processing
Explain filtering in spatial domain.
Explain various image enhancement techniques in spatial
domain.
Justify, Entropy of an image is maximized by histogram
equalization.
Perform the Histogram Equalization for the following
image. Plot the original and the Equalized Histograms.
Given Histogram A and B. Modify histogram of A as given
by histogram of B
Histogram Equalization.
Obtain a plot of original as well as Equalized Histogram
Grey levels 0 1 2 3 4 5 6 7
No of pixels 100 90 50 20 0 0 0 0