Skip to content

Commit 4864dbe

Browse files
committed
Updated README.md
1 parent 00c04a0 commit 4864dbe

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,24 @@ bit slow but the tracking of the object is precise.
3535
![github-octocat](https://github.com/sevdaimany/Computer_Vision_Projects/blob/master/screenshots/object_tracking.png)
3636

3737

38+
39+
## Face Swapping
40+
41+
In this project, first, the landmarks of both faces are given by the user, so that from them we can find the external boundaries of the face. Be careful that the order of landmarks in both faces should
42+
be the same. Then save landmark points in a JSON file.
43+
In the second part, split the face into triangles using Delaunay Triangulation.
44+
split both the faces into triangles and then we swap the triangles in the correspondent region.
45+
46+
![github-octocat](https://github.com/sevdaimany/Computer_Vision_Projects/blob/master/face_swapping/Screenshot2.png)
47+
48+
![github-octocat](https://github.com/sevdaimany/Computer_Vision_Projects/blob/master/face_swapping/Screenshot1.png)
49+
50+
![github-octocat](https://github.com/sevdaimany/Computer_Vision_Projects/blob/master/face_swapping/result.png)
51+
52+
53+
54+
55+
3856
### Install
3957

4058
This project files requires **Python 3** and the following Python
@@ -58,4 +76,3 @@ linux:
5876
[Mac](https://www.learnopencv.com/install-dlib-on-macos/) |
5977
[Windows](https://www.learnopencv.com/install-dlib-on-windows/) |
6078
[Ubuntu](https://www.pyimagesearch.com/2017/03/27/how-to-install-dlib/)
61-

0 commit comments

Comments
 (0)