MIPSheet3 - 1solution2
MIPSheet3 - 1solution2
1
d. none of above
a. max filter
b. min filter
c. median filter
d. none of above
7. Advantage of .............. is finding the darkest points in an image.
a. max filter
b. min filter
c. median filter
d. none of above
2
D. none of the mentioned
13. What is the process of moving a filter mask over the image and computing the sum of
products at each location called as?
A. convolution
B. correlation
C. linear spatial filtering
D. non linear spatial filtering
15. This is a:
-1 -1 -1
-1 8 -1
-1 -1 -1
16. This is a:
-1 -1 -1
2 2 2
-1 -1 -1
a. Point Detection mask
b. Line detection mask (Horizontal)
c. Line detection mask (vertical)
d. none of above
17. This is a:
-1 -1 2
-1 2 -1
2 -1 -1
a. Point Detection mask
b. Line detection mask (+450)
c. Line detection mask (vertical)
d. none of above
18. This is a:
-1 2 -1
-1 2 -1
-1 2 -1
3
a. Point Detection mask
b. Line detection mask (+450)
c. Line detection mask (vertical)
d. none of above
19. This is a:
2 -1 -1
-1 2 -1
-1 -1 2
a. Point Detection mask
b. Line detection mask (-450)
c. Line detection mask (vertical)
d. none of above
20. ............will result with max response when a line passed through the middle row of the mask
with a constant background.
a. Horizon mask
b. Horizontal mask
c. vertical mask
d. none of above
21. if we are interested in detecting all lines in an image in the direction defined by a given mask,
we
simply run the mask through the image and threshold the absolute value of the result.
a. Line Detection
b. edge detection
c. point detection
d. none of above
22. Blurred edges tend to be ....... and sharp edges tend to be......:
a. thick, thin
b. thick, thick
c. thin, thin
d. none of above
23. An imaginary straight line joining the extreme positive and negative values of the second derivative
would cross zero near the midpoint of the edge.
a. two-crossing property
b. one-crossing property
c. Zero-crossing property
d. none of above
24. ..............should be serious consideration prior to the use of derivatives in applications where noise is
likely to be present.
4
a. Image smoothing
b. image compression
c. image enhancement
d. none of above
25. This is a:
-1 0 1 -1 -1 -1
-1 0 1 0 0 0
-1 0 1 1 1 1
26. This is a:
-1 0 1 -1 -2 -1
-2 0 2 0 0 0
-1 0 1 1 2 1
a. two-crossing
b. one-crossing
c. zero-crossing
d. none of above
28. The threshold used for each pixel depends on the location of the pixel in terms of the subimages,
this type of thresholding is...........
a. adaptive
b. static
c. modern
d. none of above
29. ................contributes significantly to algorithms for feature detection, segmentation, and motion
analysis.
a. point detection
b. line detection
c. Edge detection
5
d. none of above
30. An ........a place where there is a rapid change in the brightness (or other property) of an image.
a. edge
b. point
c. line
d. none of above