Sie sind auf Seite 1von 2

ImageandVideoProcessing

IA2QuestionBank

1. What is the parameter space representation of the points (2, 3), (4, 5), (7, 8) using Hough
transform? Confirm that they are co-linear points using the parameter space.
2. Define the morphological operations Dilation, Erosion, Open and Close in set-theoretic
equations.
3. Explain Inverse Filter and Wiener filter in image restoration.
4. Explain restoration model.
5. Explain boundary extraction and Region filling using morphological operations.
6. Explain Hit and miss transformation.

7. Assume that the edge starts in the first row and ends in the last row for the following grey
Image. Sketch all possible paths and determine the edge corresponding to minimum cost path.
5 6 1
670
713

8. Perform opening and closing on the following image with 3x3 structuring element. Bold: SE
center
Image SE :-
111100111
111000011
111100111

SE- 111
111
111

9. Consider the image:


0100
0100
0110
1001
And the structuring element is as follows. Bold: center of SE.
11
Perform opening and closing.

10. Apply Prewitt's and Sobel operator on the following image and get the edge detected image
pixels
220 225 221 230 247
134 156 247 200 189
23 34 22 33 35
45 54 56 80 65
230 245 216 254 223
ImageandVideoProcessing
IA2QuestionBank
1 1 1 1 0 0 0 0
1 1 0 0 1 1 0 0
1 1 0 0 0 0 1 1
0 0 0 0 0 0 1 1
11. Segment the given image using split and merge technique. 1 1 1 1 1 1 1 1
1 1 1 0 0 0 0 0
1 1 1 0 0 0 0 0
1 1 1 0 0 0 0 0

12. Perform dilation, erosion, opening and closing morphological operations on the following
image with square 3x3 structuring element (all 1s).
1 1 1 1 1 0 0 0 1 1 1 1 1
1 1 1 1 1 0 0 0 1 1 1 1 1
1 1 1 1 1 0 0 0 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 0 0 0 1 1 1 1 1
1 1 1 1 0 0 0 0 0 1 1 1 1
1 1 1 1 0 0 0 0 0 1 1 1 1

13. Segment the given image using split -and -merge technique. Choose the
predicate as {V=max-min>=25}
25 30 45 115
20 40 40 100
35 45 40 200
20 25 100 200

14. Find the edge output of the Prewitt operator on the following Sub Image.

127 78 55 23
126 75 56 24
120 65 34 25
200 45 23 23

15. Split the given image using region splitting technique.


{max-min<=3} in 4-neighborhood.
56667766
I=
67675547
66443256
54542346
03233247
00002256
11010344
10102354
Note: For theory question answers refer PPTs

Das könnte Ihnen auch gefallen