Implementation of Image RegistrationImage Processing - Spring 2016

Aligning Multiple Scenes into A Single Image Using Image Registration

The implemented image registration system is capable of aligning image pairs to a common coordinate system. It can process variable number of images and is invariant to input order. The steps for the implementation included: point feature detection, correspondence establishment, homography estimation, RANSAC, and image warping.