Introduction - If you have any usage issues, please Google them yourself
1. Write your own imresize() function code to simulate the matab function imresize(). You should implement at least the ‘nearest’ and the ‘bilinear’ methods.
2. Compare you result with the matlab function imresize(). You can use the two attached images or other images for testing.