Perform Face Interpolation
In this example, FacialFeatures is used to find the position of facial landmarks, align faces and perform an interpolation or morphing among all faces.
First, find all faces in the image.
Find the position of eyes and mouth using FacialFeatures and highlight the detected coordinates on each face.
show complete Wolfram Language input
Transform faces using an affine transformation to align the landmarks.
Interpolate among aligned faces.