A C++ face detection application using OpenCV.
Face Detection: Accurately detects faces in images and video using the Haar cascade classifier.
OpenCV: This project relies on OpenCV for image and video processing.
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
mkdir build
cd build
cmake ..
cmake --build . --congig Release