Creating, Swapping and combining 2 images using Python and Open CV.
Jun 9, 2021
So in this article, we are going to perform three tasks with Open CV.
- Create your own image.
- Swap some part of the two photos and the combine them side to side.
Create your own image
Here is our Jupyter Notebook Code-
Output-
Swap some part of the two photos and the combine them side to side.
Here is our Jupyter Notebook Code-
Output-
Github Link- https://github.com/Sahil-107/swapping-faces-using-opencv
Thank You