Skip to the content.

Tuesday (7/13) Response for Thursday’s Class

(1) In this exercise you manually applied a 3x3 array as a filter to an image of two people ascending an outdoor staircase. Modify the existing filter and if needed the associated weight in order to apply your new filters to the image 3 times. Plot each result, upload them to your response, and describe how each filter transformed the existing image as it convolved through the original array and reduced the object size.

img_24.png

img_25.png

img_26.png

(2) What are you functionally accomplishing as you apply the filter to your original array?

(3) Why is the application of a convolving filter to an image useful for computer vision?

(4)Another useful method is pooling. Apply a 2x2 filter to one of your convolved images, and plot the result.

img_27.png

(5) In effect what have you accomplished by applying this filter?

(6) Does there seem to be a logic (i.e. maximizing, averaging or minimizing values?) associated with the pooling filter provided in the example exercise (convolutions & pooling)?

(7) Did the resulting image increase in size or decrease?

(8) Why would this method be useful?

(9) Finally, review the following images from class and then convolve the 3x3 filter over the 9x9 matrix and provide the resulting matrix.

img_28.png