Project 5

Part A

Sorry, I’ve run into a bit of a time crunch. I mistly finished part 5, with my two images being


The combined image is

still to do:

  1. linear blending between images. Currently I am using just a max() between them… but it doesn’t look too bad
  2. automatically finding bounding boxes of images. I just added 1000 pixels to each side of the image and called it a day, but I can do better than that by resizing appropriately by checking the box of the source image after transformation.