
ECE 438 Image Analysis & Computer Vision Sample Test #2 NAME____KEY_____________
Answer all questions in space provided. Use back of the pages for extra work. Note that each question
is not weighted equally. You may use: 1) 1 sheet, 1-side of handwritten notes,
2) your own calculator. Show all your work. You should have 6 pages. You have 75 minutes.
#1) Mark the following statements True (T) or False (F)
___T__ Image analysis can be performed in both the spatial and spectral domains
___F__ Multiresolution is the best image segmentation method
___F__ In image analysis, application-specific feedback is of minor importance
___F__ With the Fourier transform, the phase contains information about the image contrast
___F__ Nearest neighbor classification is less computationally intensive then nearest centroid
___F__ Minimizing the number of mis-classifications is the only consideration when designing a
classifier
___T__ We often log-remap a Fourier spectrum due to the response of the human visual system
___F__ When developing a classification algorithm it is a good idea to test it with the same samples
used for developing it.
__T___ During image segmentation we look for objects that are homogeneous
__T___ The modulation and periodicity properties of the Fourier transform allow us to shift the origin
to the image center
__T___ When using a neural network it is best to preprocess the feature data with a PCT
__T___ Euclidean and city block distance metrics are special cases of the Minkowski metric
__F___ Edges in images consist of primarily low frequency information
__F___ Frequency domain coefficients have a one-to-one correspondence with the image elements,
I(r,c)
__T___ Split and merge segmentation requires use if a homogeneity test
#2) Giving the following basis images; a) Find: T(u,v), b) Verify that your answer to a) is correct by
finding I(r,c) from T(u,v) (write out the all the steps)
v
u
and I(r,c) =
a)
b) I(r,c) =
;
2416
168
0441604416
044164416
need to normalize,
multiply by ¼
#3) a) Find the 5x5 Laws texture energy mask for spots and edges, b) Find the 5x5 Laws texture energy
mask for gray level and ripples c) Find the 5x5 Laws texture energy mask for ripples and waves d)
What, if any, preprocessing is necessary to use the Laws energy masks?
Spot = (-1,0,2,0,-1)
Edges = ( -1,-2,0,2,1)
1