This document discusses landmark based image registration using thin plate spline with feature matching. It summarizes that thin plate spline is used for non-rigid deformation of an input image based on corresponding landmark points. SIFT feature matching is then used to match feature points between the original and deformed images, allowing the deformed image to be registered to the original image. The key steps of SIFT involve scale-space keypoint detection, orientation assignment, and creating 128-dimensional descriptors for matching. Together, thin plate spline and SIFT provide a method for image registration that is illumination independent and works across different object positions.