Face swapping (explained in 8 steps) – Opencv with Python
by
Sergio Canu
In this article I’m going to explain how to do face swapping using Opencv with Python in 8 simple steps. This is…
Swap faces – Face swapping Opencv with Python (part 5)
by
Sergio Canu
We’re going to see in this video the “core” of face swapping, where we finally swap both faces and we can see…
Select and Warp triangles – Face swapping Opencv with Python (part 4)
by
Sergio Canu
We’re going to see in this video how to select the corresponding triangles and warp them so that the triangles of the…
Matching the two faces triangulation – Face swapping Opencv with Python (part 3)
by
Sergio Canu
We are going to see in this third part of the tutorial how to find the triangulation of the second face and…
Delaunay Triangulation for Face swapping – Opencv with Python (part 2)
by
Sergio Canu
We’re going to see in this tutorial how to split the face into triangles using Delaunay Triangulation. Why are we splitting the…
Face swapping – Opencv with Python (part 1)
by
Sergio Canu
We’re going to learn in this new tutorial series how to create the snapchat filter “Face swap”. In this first tutorial wi…