Skip to content

Instantly share code, notes, and snippets.

@poudyalanil
Created July 18, 2020 11:51
Show Gist options
  • Save poudyalanil/ba83bb77c516892315d58f0288a47173 to your computer and use it in GitHub Desktop.
Save poudyalanil/ba83bb77c516892315d58f0288a47173 to your computer and use it in GitHub Desktop.
Face Detection
# convert to black and white
greyscale_frame = cv2.cvtColor(frame,cv2.COLOR_BGR2GRAY)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment