Fork me on GitHub

Week 1 - Pixelize

For every 3x3 block of the image (without overlapping), replace all corresponding 9 pixels by their average. This operation simulates reducing the image spatial resolution. Repeat this for 5x5 blocks and 7x7 blocks. If you are using Matlab, investigate simple command lines to do this important operation.