Skip to content

Using OpenCV creating a minimal face detection script with a bounding box.

License

Notifications You must be signed in to change notification settings

swarajshaw/minimal-face-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

minimal-face-detection

The Python script uses OpenCV to detect faces in images and videos.

Installation

Use the package manager pip to install OpenCV.

pip install opencv-python

Download the Harcascade from OpenCV.

Usage

import cv2

faces = face_cascade.detectMultiScale(gray,1.1,4) #detect_faces 

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

Using OpenCV creating a minimal face detection script with a bounding box.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages