Starting from:

$35

Image Processing - Mid-term Exam Practice Problems): Exam 1 Solved

. In the image below, let the pixel values be 0 (shaded pixels) or 1 (white pixels).

Determine the pixel values along the horizontal scanline marked by the arrow after processing by a 3x3 median filter.
From (a), explain your observation of the effect of median filters on thin lines.
What do you expect will happen if you use a 5x5 median filter? Briefly explain. You don't need to work out the numbers. Can you find a general rule (only approximately ok) between the median filter size and its effect on lines of various widths?
Interpolation: Let a00, a01, a10, and a11 be the known values at the coordinates (0,0), (0,1), (1,0), and (1,1), respectively.
(a) Determine the interpolated values (using expressions of a00, a01, a10, and a11) at the points (0,1/3), (1/3,1/3), (2/3,1/3), and (1,1/3) using nearest-neighbor interpolation. (b) Repeat (a) using bilinear interpolation.

In this image, mark all the pixels in the connected component that contains the pixel p according to 8-adjacency between pixels.
Consider the image below and four possible histogram plots.
   

For the image to the left, indicate the most likely histogram among the four histograms given.
If we want to use power-law transform to adjust the intensity values, suggest a gamma value that is likely to improve the overall contrast of the image. (Don't worry about being precise. The suggestion only needs to be reasonable.) State the reason of your suggestion, and also plot (only approximately) the resulting transform function.
For your selected histogram, plot (only approximately) the transform function that results from histogram
equalization.

When a certain RGB color [0.4 0 0] is changed to [0.8 0.4 0], which of the HSI components are increased, are decreased, or remain unchanged? Briefly explain. You do not need to compute the exact HSI component values.
Describe how non-uniform illumination can affect global thresholding, and how adaptive thresholding solves the problem. Just give the basic idea.
Double thresholding is one of the techniques used in Canny edge detector. Explain how the two thresholds are used.
An image contains only two foreground pixels at (-1,0) and (1,1). Use Hough transform to find the equation of the most significant line. The line equation in polar coordinates is xcosysin.
Fill the given accumulation bins. The resolutions of the accumulation bins are 30o for  and one pixel for
. Use cos(45o)=sin(45o)=0.7, cos(75o)=sin(15o)=0.25, and cos(15o)=sin(75o)=0.95.

Determine the equation of the most significant line.
3 2

1

 0

-1 -2

-3

0       30      60      90     120    150    180

                                                                

 

5
   5
  5
  5
  8
  5
  5
5
   5
  5
  8
  9
  8
  6
5
   4
  5
  5
  8
  5
  6
5
   4
  5
  5
  5
  5
  6
5
   6
  7
  6
  5
  5
  6
5
   6
  7
  6
  6
  5
  6
5
   5
  6
  6
  5
  5
  6
9.

For the central 5x5 part of the given image (the numbers are gray-level values), apply the given Laplacian filter, and then use the result to separate these pixels into two (bright and dark) regions using zero as the threshold.
Explain what the "G" part of the "LoG" filter represents, and explain its main purpose.
0
 -1
  0
-1
  4
 -1
0
-1
0
 

More products