Introduction - If you have any usage issues, please Google them yourself
Write MATLAB functions to down-sample one grayscale image from original size to the
given output size through two different methods: a) directly elimination of pixels and b)
preliminary image smoothing before elimination of pixels.
Process the given test images “Living Room” with scale-down coefficients: 2:1, 4:1, 8:1 and
16:1.