Skip to content

joantolo/face-morphing-delaunay-triangulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

397d371 · Aug 14, 2021

History

3 Commits
Aug 14, 2021
Aug 14, 2021
Aug 14, 2021
Aug 14, 2021

Repository files navigation

Face morphing using Delaunay triangulation

Here you can see how I implemented a face morphing method.

Briefly summarizing:

  • Having two images.
  • Apply Delaunay triangulation to both.
  • From one image to the other interpolate their triangles obtaining intermediate triangles.
  • Obtain affine transformations from these intermediate triangles.
  • Apply backward warping with these affine transformations to know the color of intermediate pixels.
  • Finally blend intermediate images to obtain a morphing effect.

The result:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages