Report C++ Project Face Detection
Report C++ Project Face Detection
GUIDED BY:
Anjana Mishra
Asst. Professor
Dept. of Computer Science and Information Technology
SUBMITTED BY:
1. Declaration
2. Acknowledgement
3. Introduction
4. Objective
5. Tools and Tech Used
6. Prerequisite
7. Implementation
8. Output
9. Future Plans
10. Limitations
11. Advantages
12. Why We Choose this Project
13. Conclusion
14. References
DECLARATION:
We hereby declare that this project work entitled ‘Face detection using C++’ has
been prepared by us under the guidance of Anjana Mishra, Department of
Computer Science and Engineering, CGU in the regular examinations prescribed
by the college.
We also declare that this project is the outcome of our own effort and has not
been submitted by any other university for the award of any degree.
ACKNOWLEDGEMENT
We would like to acknowledge all those without whom this project would not
have been successful. Firstly, we would wish to thank our Computer Science
faculty, Prof. Anjana Mishra who guided us throughout the project and gave her
immense support. She made us understand how to successfully complete this
project and without her, the project would not have been complete.
This project has been a source to learn and bring our theoretical knowledge to the
real-life world. So, we would really acknowledge her help and guidance for this
project.
We would also like to thank our families who have always been there whenever
needed.
Once again, thanks to everyone for making this project successful.
INTRODUCTION
What is Face Detection?
Face detection is an AI-based computer technology that can identify and locate the
presence of human faces in digital photos and videos. It can be regarded as a
special case of object-class detection, where the task is to find the locations and
specify the sizes of all the objects that belong to a given class – in this case, faces
– within a specific image or images.
In the context of face analysis, face detection tells the face analysis algorithms
which parts of an image (or video) to focus on when identifying age, recognizing
gender, and analyzing emotions based on facial expressions.
And when it comes to facial recognition, face detection is necessary for the
algorithms to know which parts of an image (or video) to use to generate the
faceprints that are compared with previously stored faceprints to establish whether
or not there is a match.
OBJECTIVE
There are few objectives to design face detection system. Whenever we implement
a new system it is developed to remove the shortcomings of the existing system.
The computerized mechanism has the more edge than the manual system. The
existing system is based on manual system which takes a lot of time to get
performance of the work. The proposed system is a web application and maintains
a centralized repository of all related information. The system allows one to easily
access the software and detect what he wants
The objective of face detection are :
Requirements
▪ VSCode/VisualStudio
▪ C++ compiler
▪ OpenCV
▪ A Video file
VSCode
Visual Studio Code is a streamlined code editor with support for development
operations like debugging, task running, and version control. It aims to provide
just the tools a developer needs for a quick code-build-debug cycle and leaves
more complex workflows to fuller featured IDEs, such as Visual Studio IDE.
OpenCV
Face detection using Haar cascades is a machine learning based approach where
a cascade function is trained with a set of input data. OpenCV already contains
many pre-trained classifiers for face, eyes, smiles, etc. Today we will be using the
face classifier. You can experiment with other classifiers as well.
Prerequisite: -
OUTPUT
Advantages of Face Detection
• Face Detection improves surveillance efforts and helps hunt criminals and
terrorists
• Face Detection and Face Recognition Technology is straightforward to
integrate, and most solutions are compatible with the bulk of security
software
• Face Detection enables the automation of the identification process, which
saves time and improves accuracy
• Instead of pesky one-time passwords, you'll authorize transactions by
watching your smartphone or computer. Biometric online banking is
another of the advantages of face Recognition
• The advantage of Face Recognition in retail is that it could make the
shopping experience faster and more convenient. New “Face Pay”
technologies can shorten the long checkout lines with slow payments
• Better Worker Attendance Systems- Every employee has got to pass face-
scanning devices to see certain work. From here until checkout, you will be
charged for your time. Employees don't have to authenticate their identities
or punch in using plastic cards, thus the process is quick.
• It enhances surveillance and aids in the capture of terrorists and criminals.
Since there is nothing for hackers to take.
• AI-powered systems exhibit problem-solving, strategy, memory,
observation, management, and reasoning characteristics akin to human
abilities.
• Automating the identification process with face detection increases
accuracy and reduces processing time.
Future Plans
The world is using facial recognition technology and enjoying its benefits. Why
should India be left out? There is a huge scope of this technology in India and it
can help improve the country in various aspects. The technology and its
applications can be applied across different segments of the country.
• Preventing fraud at ATMs in India. A database of all customers with
ATM cards in India can be created and facial recognition systems can
be installed. So, whenever the user will enter an ATM his photograph
will be taken to permit access after it is matched with a stored photo
from the database.
• Reporting duplicate voters in India.
• Passport and visa verification can also be done using this technology.
• Also, driving license verification can be done using the same approach.
• In defense ministry, airports, and all other important places the
technology can be used to ensure better surveillance and security.
• It can also be used during examinations such as Civil Services Exam,
SSC, IIT, MBBS, and others to identify the candidates.
• This system can be deployed for verification and attendance tracking at
various government offices and corporates.
• For access control verification and identification of authentic users it
can also be installed in bank lockers and vaults.
• For the identification of criminals the system can be used by the police
force also.
• It will remove all its limitations and eager to develop this software.
Limitations of Face Detection
Conclusion :-
References :-
• https://docs.opencv.org/3.4/da/d60/tutorial_face_main.html
• https://www.geeksforgeeks.org/opencv-c-program-face-detection/
• https://opencv.org/
• https://visualstudio.microsoft.com/
• https://docs.opencv.org/3.4/db/d28/tutorial_cascade_classifier.html