For each of the following, decide 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
Compute the following convolution, assuming "repeat" padding and "same" output size.
Will the answer to #2 change if you use the following non-square filter instead?
Verify that convolving the following approximate 3x3 Gaussian blur kernel with a centered horizontal derivative kernel results in the horizontal Sobel operator.