Created
July 18, 2020 12:03
-
-
Save poudyalanil/0858db451329d6fdcb98543e941cf645 to your computer and use it in GitHub Desktop.
Face Detection
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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