HW3

Due on Feb 15

Please generate a composite image of you and a friend's face with similar effect as shown on Slide 22 of this.

  • As usual, please submit source code and screenshot(s) of source code and your resulting image.

  • You are free to use either MATLAB or OpenCV-Python.

  • Depending on the implementation of the pyramid reduce and expand function, image after reduce and expand operations may not be same size as the original. You may use an image resize function to workaround that.

  • If you are really stuck, you can find a solution in the OpenCV-Python tutorial.