Face swaping for video
Really like this approach https://docs.opencv.org/master/d1/d52... . But how hard would it be to change the code to work on video? So input is video and image and output is video with swapped face from image. Any help appreciated!
Anything that is done to a still image is trivial to do to every video frame, for anyone that can program and has spent a couple of minutes with OpenCV's documentation.