April 2020
Intermediate to advanced
438 pages
12h 2m
English
The goal of image/face morphing is to find the average of two objects/faces in the images. It is not an average of two images of objects (faces); rather, it is an image of the average object (face). The very first idea that might come to mind is a two-step process:
But this often does not work. We can again resort to (local) feature matching. For example, to do face morphing, the matching can take place between keypoints such as nose to nose, eye to eye, and so on—this is a local (non-parametric) warp.
Here are the steps of the face morphing implementation ...
Read now
Unlock full access