https://github.com/k-daksh/face-detection-project
This project is Face detection using C++ and OpenCV
https://github.com/k-daksh/face-detection-project
cpp face-detection haar-cascade haar-cascade-classifier hacktoberfest hacktoberfest2022 open-source opencv
Last synced: 4 months ago
JSON representation
This project is Face detection using C++ and OpenCV
- Host: GitHub
- URL: https://github.com/k-daksh/face-detection-project
- Owner: K-Daksh
- License: mit
- Created: 2022-10-06T21:41:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-19T21:49:17.000Z (almost 3 years ago)
- Last Synced: 2025-10-19T01:30:41.103Z (8 months ago)
- Topics: cpp, face-detection, haar-cascade, haar-cascade-classifier, hacktoberfest, hacktoberfest2022, open-source, opencv
- Language: C++
- Homepage: https://github.com/K-Daksh/Face-Detection-Project/
- Size: 164 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Face Detection using C++
This is my first try for making a **Face detection and recognisation** project using **C++** as main coding
language and **Haar Cascads** algorithm (most widely used OpenCV's object detection algorithm).
## Getting Started
* You can either copy the content of this file to any file in the folder that's already added to the path
* You can create a new project and use this file. Remember to add that folder to the path.
* Use the provided .xml file and change the path value in FaceDetection.cpp to where you placed this file.
### Prerequisites
Softwares and tools you'll need to run this project sucessfully on your machine.
```
Microsoft Visual Studio (Newer version) and the .xml file provided above.
```
### Executing the project
You can execute this project by pressing Ctrl+f5.
Closing the terminal will terminate the execution process.
### Knowledge required
* Basic OpenCV knowledge
* Intermediate C++ knowledge
* Basic Haar Cascade Algorithm's knowledge
## Updates Planned
🚀 This project will be regularly updated till we reach our goal of making a fluid **Face Detection and Recognisation** system using C++.
## Resources you can follow to excell at OpenCV
My personal favourite :
[Learn OpenCV](https://www.youtube.com/watch?v=2FYm3GOonhk)
## Authors
* **Daksh Kitukale**
## Copyright
📣 Feel free to use this code anywhere!!