Face Morphing

March, 2020

Built a MATLAB program from scratch to morph a given face into another and output a GIF of the morphing.

The program makes use of Point-to-Point correspondance and Delaunay Triangulation on both the input images by identifying the key features and calculating a weighted mean of the points in the two sets, based on the weight of α.

Affine tranformation is then applied on the triangles obtained in the image plane by varying the value of α to obtain a sequence of intermediate images which are then combined to form a GIF.

Github Link


Feature Points

ALL PROJECTS