Project 1: Feature Detection and Matching
Design and implement a feature detector that allows you to robustly compare images with differences in position, orientation, and illumination.
Project 2: Autostitch
Design and implement a photo stitching module that uses the feature detection and matching algorithm you implemented for project 1, to create a mosaic of stitched images.
Design and implement a system for face verification, recognition, and detection, using eigenfaces. Recognize faces in student images. Detect the faces in a group photo and mark them. (The project also involves a face recognition challenge on a hard dataset.)
Project 4: Final Projects