Computational Photography Face Morphing
Xiaoyuan Jiang
Purpose: Morph one face to another face using triangle mesh averaging and pixel interpolation
Process:
- Define corresponding points on both images
- Compute Delaunay triangulation over the points
- Create an average mesh at a given intermediate time frame
- Interpolate the pixel color of every pixel in the average mesh by finding the corresponding point from the meshes from both the images
Results: Not as good as expected, interpolation a bit glitchy around the eyes... ::'-(
GIF
MOV
Txt