Assig
Assig
Assig
Part2: Exercise Problems. Submit the answers of this part as a word file or a pdf file
separately from the Matlab m-file above. [30 points]
And mask
Problem3:
a) Suppose that you filter an image, f(x, y), with a spatial filter mask, w(x,y), using
convolution, as defined in Eq. (3.4-2), where the mask is smaller than the image. Prove
the important property that, if the coefficients of the mask sum to zero, then the sum of
all the elements in the resulting convolution array will be zero also. You may assume that
the border of the image has been padded with multiple layers of zeros.
b) Would the result to (a) be the same if the filtering is implemented using correlation, as
defined in Eq. (3.4-1)?