hrastnik / FaceSwap

Real-time FaceSwap application built with OpenCV and dlib
MIT License
679 stars 189 forks source link

Input as JPG/PNG/IMG #7

Closed SnakeO closed 7 years ago

SnakeO commented 7 years ago

Can this program run with a single image input (w/two faces) and just provide an image output?

hrastnik commented 7 years ago

This is the only way this program can run. The swapFaces method accepts an image and two rectangles surrounding the faces on the image.