Smoothing Nonlinear Spatial Filter MCQ [Free PDF] – Objective Question Answer for Smoothing Nonlinear Spatial Filter Quiz

1. Which of the following filter(s) has the response in which the central pixel value is replaced by a value defined by ranking the pixel in the image encompassed by the filter?

A. Order-Statistic filters
B. Non-linear spatial filters
C. Median filter
D. All of the mentioned

Answer. D

In an Order-Statistic filter also called a non-linear spatial filter, the response is based on ranking the pixel in the image encompassed by a filter that replaces the central pixel value. A Median filter is an example of such a filter.

 

2. Is it true or false that “the original pixel value is included while computing the median using gray levels in the neighborhood of the original pixel in median filter case”?

A. True
B. False

Answer: A

In a median filter, the pixel value is replaced by the median of the gray level in the neighborhood of that pixel, and also the original pixel value is included while computing the median.

 

3. Two filters of similar size are used for smoothing images having impulse noise. One is a median filter while the other is a linear spatial filter. Which would the blurring effect of both?

A. Median filter effects in considerably less blurring than the linear spatial filters
B. Median filter effects in considerably more blurring than the linear spatial filters
C. Both have the same blurring effect
D. All of the mentioned

Answer: A

For impulse noise, the median filter is much more effective for noise reduction and causes considerably less blurring than the linear spatial filters.

 

4. An image contains noise having the appearance of black and white dots superimposed on the image. Which of the following noise(s) has the same appearance?

A. Salt-and-pepper noise
B. Gaussian noise
C. All of the mentioned
D. None of the mentioned

Answer: C

An impulse noise has an appearance as black and white dots superimposed on the image. This is also known as Salt-and-pepper noise.

 

5. While performing the median filtering, suppose a 3*3 neighborhood has a value (10, 20, 20, 20, 15, 20, 20, 25, 100), then what is the median value to be given to the pixel under filter?

A. 15
B. 20
C. 100
D. 25

Answer: B

The values are first sorted and so turn out to (10, 15, 20, 20, 20, 20, 20, 25, and 100). For a 3*3 neighborhood the 5th largest value is the median, and so is 20.

 

6. Which of the following are forced to the median intensity of the neighbors by the n*n median filter?

A. Isolated cluster of pixels that are light or dark in comparison to their neighbors
B. Isolated cluster of pixels whose area is less than one-half the filter area
C. All of the mentioned
D. None of the mentioned

Answer: C

The isolated cluster pixel value doesn’t come as a median value and since is either light or dark as compared to neighbors, so is forced with the median intensity of neighbors that aren’t even close to their original value and so are sometimes termed “eliminated”.

If the area of such isolated pixels is < n2/2, that is again the pixel value won’t be a median value and so is eliminated.
Larger cluster pixels value are more pronounced to be a median value, so are considerably less forced to median intensity.

 

7. Which filter(s) were used to find the brightest point in the image?

A. Median filter
B. Max filter
C. Mean filter
D. All of the mentioned

Answer: B

A max filter gives the brightest point in an image and so is used.

 

8. The median filter also represents which of the following ranked sets of numbers?

A. 100th percentile
B. 0th percentile
C. 50th percentile
D. None of the mentioned

Answer: C

Since the median filter forces, median intensity to the pixel which is almost the largest value in the middle of the list of values as per the ranking so represents the 50th percentile ranked set of numbers.

 

9. Which of the following filter represents a 0th percentile set of numbers?

A. Max filter
B. Mean filter
C. Median filter
D. None of the mentioned

Answer: D

A min filter since provides the minimum value in the image, so represents a 0th percentile set of numbers.

 

10. In neighborhood operations working is being done with the value of the image pixel in the neighborhood and the corresponding value of a sub-image that has the same dimension as the neighborhood. The sub-image is referred as _________

A. Filter
B. Mask
C. Template
D. All of the mentioned

Answer: D

Working in neighborhood operations is done with the value of a sub-image having the same dimension as the neighborhood corresponding to the value in the image pixel. The sub-image is called a filter, mask, template, kernel, or window.

Scroll to Top