Skip to content

wayerz/FaceDetector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FaceDetector

A C++ face detection application using OpenCV.

Features

Face Detection: Accurately detects faces in images and video using the Haar cascade classifier.

Dependencies

OpenCV: This project relies on OpenCV for image and video processing.

Installation

Clone the repository:

git clone https://github.com/wayerz/FaceDetector.git

Install Dependencies:

For Debian/Ubuntu (Linux)

sudo apt update
sudo apt upgrade
sudo apt-get install libopencv-dev

For macOS (using Homebrew)

brew install opencv

For Windows download the files from the link

https://github.com/opencv/opencv

and follow the tutorial on YouTube step by step

Build the project

mkdir build
cd build
cmake ..
cmake --build . --congig Release

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages