Skip to content

import cv2 face_cascade = cv2.CascadeClassifier('haarcascade_frontalface_default.xml') # We load the cascade for the face. eye_cascade = cv2.CascadeClassifier('haarcascade_eye.xml') # We load the cascade for the eyes. def detect(gray, frame): # We create a function that takes as input the image in black and white (gray) and the original image (f…

Notifications You must be signed in to change notification settings

farhanc4kra/openCv-3.4.3-FaceDetection-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

About

import cv2 face_cascade = cv2.CascadeClassifier('haarcascade_frontalface_default.xml') # We load the cascade for the face. eye_cascade = cv2.CascadeClassifier('haarcascade_eye.xml') # We load the cascade for the eyes. def detect(gray, frame): # We create a function that takes as input the image in black and white (gray) and the original image (f…

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published