Ryan Meyer

CS 194-26 Project 3

Part 1: Defining Correspondences

George and Brad.

In order to define the facial features for morphing, we must first select corresponding points in each image, and compute a triangulation which subdivides each part of the face. For best results, this Delaunay triangulation is computed for the midpoints between the corresponding points.

Point Correspondences.

Part 2: Computing the "Mid-Way Face"

With the average shape of the face, we can then compute affine transformations for each triangle. Using these transformations, we can warp the coordinates of the average face shape to get the triangles' corresponding coordinates in the original faces. The 'average' face is then simply the mean color of the pixels in each transformed triangle.

Average george-brad face.

Part 3: The Morph Sequence

By parameterizing the weight of each facial shape and color in the computation of the average face, we can interpolate from one face to another. Playing a series of small interval interpolations in quick succession results in a face-morph video.

Part 4: The "Mean Face" of a Population

Rather than computing the mid-way face for two faces, we can generalize this method to a whole population of faces to find the 'average' face of a group. Using this dataset, I have done this for the average Danish face.

Danes dataset.

All point correspondences have to be the same for every image in the dataset.

Danes point correspondence example.

We can morph individual faces into the shape of the average face.

Danes average shape.
Danes shape morphing.

After morphing all faces into the average shape, we can then average the colors of each face to get a mean face.

Average Dane face.

We can use the average dane face, and 'project' its shape onto other faces. Contrarily, we can project the average face onto the shape of other faces.

Other face.

Part 5: Charicatures

If we extrapolate past the average face, we can create charicatures of specific faces.

Extra Dane Shape.
Extra Dane Color.
Both.

Part 6: Bells and Whistles.

I could not easily take a picture of myself to align with the dataset, so I found this similar image of an Indian photojournalist online to use.

.

By projecting this face onto the average face of the Danes, we can attempt to change the appearance of his race.

Other face.