y 0 0 1 2 3 1 Given an 5x5 image f(x,y) of gray-level resolution of 3bpp with gray levels ranging from 0 to 7. Give the 3x3 filter that will perform unweighted averaging. Apply the 3x3 filter on the 8x8 image to get an output image. Handle the borders by putting zero on the first column, last column, first row, last row in the output image. 0 1234 12345 1 2 23456 4 3456 3 7