Image Processing Suggestion
Image Processing Suggestion
1. In detail explain the fundamental steps involved in digital image processing systems. What is a
pixel? What is the intensity value of the pixel?
2. What are the components of a digital image processing system? Explain each in detail.
3. Explain in detail the image acquisition system.
4. Illustrate how the image is digitized by sampling and quantization process.
5. Distinguish the following terms and brief each: i) Adjacency ii) Connectivity (4, 8 and mixed) iii)
Region iv) Boundary v) Relations vi) Distance measures (Euclidean, city block, chess board)
6. Compute the De, D4, D8 distance between the two pixels p and q. Let the pixel coordinate of p
f(x,y)= g(x,y)= .
Image Processing Question Bank
17. Image inversion, range normalization and its maths from notes, clipping,
thresholding(binarizing), multiple thresholding (posterizing), intensity slicing, bit plane slicing.
Examples and problems from notes.
18. Contrast stretching and its utility. What would be the dynamic range of the following image if
the slopes of the image given as l=0.2, m=0.5, n=0.1.
19. Perform histogram equalization for the 8 × 8 image distributions shown in the
following table1. pk = frequency of kth grey level in the image, rk= kth grey level.
pk 8 10 10 2 12 16 4 2
rk 0 1 2 3 4 5 6 7
Perform histogram stretching for the 8 × 8 image distributions shown in the following
table2. pk = frequency of kth grey level in the image, rk= kth grey level.
pk 0 0 5 20 20 19 0 0
rk 0 1 2 3 4 5 6 7
Perform histogram specification taking table 1 as input image and table 3 as target.
pk 0 0 0 0 20 20 16 8
table 3 - rk 0 1 2 3 4 5 6 7
20. Discuss the following spatial enhancement techniques a) Spatial averaging b) Median filtering
21. What is box filtering? Categories different spatial filtering techniques. Develop the basics to
explain with example: (i) Spatial smoothening (ii) Spatial sharpening. Distinguish between
spatial & frequency domain image enhancement. With example explain in detail about spatial
averaging. Describe in detail about various types of mean filters.
22. Show the various techniques in frequency domain to enhance an image with necessary
examples. Explain low pass, high pass, high boost filter.
23. Draw the block diagram for image degradation model and explain. Compare image restoration
with image enhancement
24. Explain the use of Wiener filtering in Image restoration. Categories image degradation. (or
explain noise models for image degradation). With suitable example explain the noise effect in
image processing. Summarize about the following noise model with their probability density
function and their plots. i) Gaussian Noise (4) ii) Rayleigh Noise (3) iii) Gamma Noise (3) iv)
Exponential noise
25. Summarize about the various types of Mean filters with their respective mathematical
representation. Describe about Max and min filters and Mid-point filter with their equation.
Image Processing Question Bank
26. Describe algebraic methods for image restoration. (Constrained and un-constrained). Describe
constrained least square filtering for image restoration and derive its transfer function. What is
blind image restoration?
27. Define Image Segmentation. Classify Image Segmentation Algorithms. Explain the basic gray
level discontinuities. (Line detection, point detection and edge detection). Validation of
segmentation algorithm.
28. Illustrate region-based segmentation. Explain region growing algorithm.
29. Apply the laplacian operator for the detection of isolated points and lines in image
segmentation. (i) What do you mean by optimal thresholding in detail and how do you obtain
the threshold for image processing? (ii) Tabulate the different types of thresholding for
segmentation.
30. Evaluate the following terms: (i) Region merging. (ii) Erosion and dilation. (iii) Discuss edge
detection and edge linking methods.
31. Develop the optimum global Thresholding using Otsu’s method. (i) Summarize the process of
edge linking using the Hough transform. (ii) Explain the region-based segmentation technique.
32. Relate region splitting and merging techniques for image segmentation with suitable examples.
(i) Summarize about Region merging. (ii) Describe the Edge detection and edge linking methods.
33. Explain the stages in general Edge detection procedure. Explain Canny Edge detection algorithm.
34. (i) How edge detection is performed in digital images using: a) Laplacian operator. b) Sobel
operator. c) Prewitt operator d) Roberts operator and compare their outcomes. How
morphological processing is applicable for image processing.