https://github.com/fooock/face-detector
Script to detect human faces in images using OpenCV
https://github.com/fooock/face-detector
face face-detection face-detection-application face-detector faces faces-recongnition opencv opencv-python opencv3 python python3 recognition
Last synced: 9 months ago
JSON representation
Script to detect human faces in images using OpenCV
- Host: GitHub
- URL: https://github.com/fooock/face-detector
- Owner: fooock
- Created: 2018-01-08T12:24:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-08T14:49:17.000Z (almost 8 years ago)
- Last Synced: 2025-02-12T05:56:59.592Z (11 months ago)
- Topics: face, face-detection, face-detection-application, face-detector, faces, faces-recongnition, opencv, opencv-python, opencv3, python, python3, recognition
- Language: Python
- Size: 21.3 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Detect faces
This python script detect faces in images using [OpenCV](https://opencv.org/). To execute simply pass the path that contains the images to analyze.

## Requirements
You need OpenCV and Python3 to execute this script
## How to execute?
Open your terminal and type:
```sh
python detect-faces.py ~/images/cars/
```
If any image contains a face, a file called `detected-images.txt` is created with the absolute route of the image.