You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a list of small SimpleCV examples that I find interesting.
face-swap.py
Swaps the faces detected in a frame. If the frame is not specified from
the command line, the camera will be used as input.
usage: python face-swap.py [image]
About
This is a list of small SimpleCV examples that I find interesting.