Exercise 5

Image Alignment

Due date: January 19
Submission: In pairs
 

In this exercise, you should implement the 2D parametric estimation and alignment algorithm that was presented in class on January 29.  The implementation should be for
the case of a global 2D translation (i.e., a global  image shift).

Write a function called "align" that performs the following:


Apply your function on the image pairs you will find here.

Your program should:
 

[shift, warped_im2, abs_diff_im_before, abs_diff_im_after, SAD_before, SAD_after] = align(im1,im2);
Submission:

Please submit in pairs. Your submission will be in two parts :

back

Last updated: December-29-02