fooock / face-detector

Script to detect human faces in images using OpenCV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Detect faces

This python script detect faces in images using OpenCV. 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:

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.

About

Script to detect human faces in images using OpenCV


Languages

Language:Python 100.0%