Skip to content

Instantly share code, notes, and snippets.

@poudyalanil
Created July 18, 2020 12:03
Show Gist options
  • Save poudyalanil/0858db451329d6fdcb98543e941cf645 to your computer and use it in GitHub Desktop.
Save poudyalanil/0858db451329d6fdcb98543e941cf645 to your computer and use it in GitHub Desktop.
Face Detection
# show image
cv2.imshow("Anil's Face Detection App",frame)
#agument 1 defines milliseconds
cv2.waitKey(1) # keeps imaage in the screen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment