Skip to content

A real-time face recognition scanner built in C++ using OpenCV. This project detects and highlights faces from a live webcam feed.

Notifications You must be signed in to change notification settings

Blasted-ctrl/Face-Recognition-Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Face Recognition Scanner

A real-time face recognition scanner built in C++ using OpenCV.
This project detects and highlights faces from a live webcam feed.


๐Ÿš€ Features

  • 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);

๐Ÿ› ๏ธ Tech Stack

  • C++
  • OpenCV (Computer Vision Library)
  • Visual Studio / VS Code

About

A real-time face recognition scanner built in C++ using OpenCV. This project detects and highlights faces from a live webcam feed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages