Blurring and Scaling

In this lab we learned how to blur images we were increasing or decreasing the size of.

This is the original picture.

original

In this picture I created a function called scaleUp that quadruples a picture then blurres it.

scaleup

In this picture I created a function called scaleDown that blurres a picture and then quarters it.

scaledown

In this picture I used scaleUp and then scaleDown.

supsdown

In this picture I used scaleDown and then scaleUp.

sdsu