Recall that means cross-correlating image with filter . Compute the following cross-correlation using same output size and zero padding.
Perform the same convolution as above, but use repeat padding.
Perform the same convolution as above, but use valid output size.
For each of the following, determine whether it's possible to design a convolution filter that performs the given operation.
Max filter: the output pixel is the maximum value among the pixels in the input window
Threshold: the output pixel is
Partial derivative: the output is a finite-differences approximation of the input image's vertical derivative . Note: don't worry if you haven't seen partial derivatives! We'll review them next class.