Created
July 18, 2020 11:51
-
-
Save poudyalanil/ba83bb77c516892315d58f0288a47173 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
# 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