A real-time face recognition scanner built in C++ using OpenCV.
This project detects and highlights faces from a live webcam feed.
- Detects faces in real-time using Haar Cascade Classifier
- Draws bounding boxes around detected faces
- Simple and lightweight C++ implementation
-The Facedetection.cpp file Contains the Code For this to work. Make sure to have OpenCV installed and in your Environmental Pathway (And of course importing the library) Note:This Code was Created/Ran/Tested in Visual Studio Community (2022);
- C++
- OpenCV (Computer Vision Library)
- Visual Studio / VS Code