top of page
Face Morphing
Face Morphing
Corresponding Points (Source)
Corresponding points were manually selected between the two images. Care was taken to chose points that were on distinct edges (which were preserved more effectively after Gaussian filtering)
Corresponding Points (Target)
Face Morphing
1/3
For my Computer Vision course (CIS 581) I made a gif morphing Matthew Mcconaughey's face to that of a photograph of a gentleman from the 1800's. I used a Delaunay triangulation to match corresponding facial features (edges of the nose, eyebrows, eyes, etc) between the two faces and subsequently ran a digital low pass filter to cross-dissolve one image into the other
bottom of page