/Simple-OpenCV-project

Face detection with Haar cascades is a machine learning strategy that involves a cascade function with a collection of input data. Many pre-trained classifiers for the face, eyes, smile and body , and other facial features are already included in OpenCV. We'll be utilizing some of the haar cascade classifier today to detect face, eye and smile on a webcam.

Primary LanguagePythonMIT LicenseMIT

No issues in this repository yet.