A winform application that allows you to swap out a face in one image with a completely different face using OpenCV.
- Software: Visual Studio 2019 onwards
- Programming language: C++/CLI
- Library: OpenCV
- Face cascade: haarcascade_frontalface_alt2.xml
- Model: lbfmodel.yaml
- Bui Van Tuan
- Bui Quoc Tuan
- Dao Quoc Khanh
- Nguyen Quang Truong
- Kieu Huynh Thanh Tung
- Face Swap using OpenCV (C++ / Python): https://learnopencv.com/face-swap-using-opencv-c-python/
- Facial Landmark Detection: https://learnopencv.com/facial-landmark-detection/
- Delaunay Triangulation and Voronoi Diagram using OpenCV (C++ / Python): https://learnopencv.com/delaunay-triangulation-and-voronoi-diagram-using-opencv-c-python/
- Face Morph Using OpenCV — C++ / Python: https://learnopencv.com/face-morph-using-opencv-cpp-python/
- Warp one triangle to another using OpenCV (C++ / Python): https://learnopencv.com/warp-one-triangle-to-another-using-opencv-c-python/
- Seamless Cloning using OpenCV (Python , C++): https://learnopencv.com/seamless-cloning-using-opencv-python-cpp/
- Face swapping (explained in 8 steps) – Opencv with Python: https://pysource.com/2019/05/28/face-swapping-explained-in-8-steps-opencv-with-python/