Skip to content

"FaceCount is a face detection tool built using C++ and OpenCV. It detects the number of faces in a camera frame in real-time. The repository includes source code and instructions on how to run the tool. Use it to easily monitor and track the number of people in a room or crowded area."

Notifications You must be signed in to change notification settings

karansinghrana1/FaceCount-FaceDetector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FaceCount

FaceCount is a face detection tool built using C++ and OpenCV library. It is designed to detect the number of faces present in a frame captured by a camera. The tool utilizes the power of OpenCV library to detect and recognize faces in real-time. It is a lightweight and efficient tool that can be used in various applications such as security, surveillance, and video conferencing.

preview

preview missing

Installing

  1. Clone the repository git clone https://github.com/karansinghrana1/FaceCount-FaceDetector.git
  2. Open the project in Visual Studio and build the solution
  3. Run the executable file

Tools used

  • C++
  • OpenCV
  • Visual Studio

Uses

  • Security and surveillance
  • Crowd monitoring
  • Video conferencing

Future Scope

  • Integration with other systems such as access control or attendance tracking
  • Real-time face recognition and identification
  • Motion detection and tracking

Enhancements

  • The tool can be enhanced to detect and recognize faces in different lighting conditions and angles
  • The algorithm can be optimized to improve its performance
  • The tool can be extended to support multiple cameras

License

This project is licensed under the MIT License

Acknowledgments

  • OpenCV community
  • Inspiration

About

"FaceCount is a face detection tool built using C++ and OpenCV. It detects the number of faces in a camera frame in real-time. The repository includes source code and instructions on how to run the tool. Use it to easily monitor and track the number of people in a room or crowded area."

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages