Project 2, Mosaics

As input you are given 5 images of a scene:

im1.pgm
im2.pgm
im3.pgm
im4.pgm
im5.pgm

You need to find corresponding points in the scene, and use them to create a
larger image.  Notice that the camera motion between the images is purely 
rotational.

(Note that Matlab includes functions for doing homographies, etc.  You are 
free (even encouraged!) to use this functionality.  Check the documentation
for 'imtransform' to get started.)

For output, describe how you found correspondences, and how you merged the
images into the final result.

Feel free to get your own data for this project!


Web Accessibility