OpenCV C++ Program for Face Detection - GeeksforGeeks
OpenCV C++ Program for Face Detection - GeeksforGeeks
Trending Now DSA Web Tech Foundational Courses Data Science Practice Problem Python M
OpenCV C++ Program for Face Detection
Last Updated : 12 Apr, 2023
This program uses the OpenCV library to detect faces in a live stream
from webcam or in a video file stored in the local machine. This program
detects faces in real time and tracks it. It uses pre-trained XML
classifiers for the same. The classifiers used in this program have facial
features trained in them. Different classifiers can be used to detect
different objects. Requirements for running the program: 1) OpenCV
must be installed on the local machine. 2) Paths to the classifier XML
files must be given before the execution of the program. These XML
files can be found in the OpenCV directory “opencv/data/haarcascades”.
3) Use 0 in capture.open(0) to play webcam feed. 4) For detection in a
local video provide the path to the video.
(capture.open(“path_to_video”)). Implementation:
CPP
https://www.geeksforgeeks.org/opencv-c-program-face-detection/ 2/12
2/24/25, 5:13 PM OpenCV C++ Program for Face Detection - GeeksforGeeks
https://www.geeksforgeeks.org/opencv-c-program-face-detection/ 3/12
2/24/25, 5:13 PM OpenCV C++ Program for Face Detection - GeeksforGeeks
Output:
Face Detection
The next 90 Days of focus & determination can unlock your full
potential. The Three 90 challenge has started and this is your chance
to upskill and get 90% refund. What more motivation do you need?
Start the challenge right away!
https://www.geeksforgeeks.org/opencv-c-program-face-detection/ 4/12
2/24/25, 5:13 PM OpenCV C++ Program for Face Detection - GeeksforGeeks
Similar Reads
Back-Face Detection Method
When we project 3-D objects on a 2-D screen, we need to detect the
faces that are hidden on 2D. Back-Face detection, also known as Plane…
3 min read
4 min read
Nikhil Kumar - Geek on the top | "Never follow the crowd, be the fac…
Geek on the top is all about success stories of Geeks who are working
hard to chase their goals and are the inspiration for other geeks. Nikhil…
4 min read
2 min read
3 min read
https://www.geeksforgeeks.org/opencv-c-program-face-detection/ 5/12
2/24/25, 5:13 PM OpenCV C++ Program for Face Detection - GeeksforGeeks
3 min read
3 min read
3 min read
2 min read
2 min read
7 min read
10 min read
https://www.geeksforgeeks.org/opencv-c-program-face-detection/ 6/12
2/24/25, 5:13 PM OpenCV C++ Program for Face Detection - GeeksforGeeks
7 min read
5 min read
1 min read
7 min read
8 min read
3 min read
2 min read
2 min read
3 min read
1 min read
1 min read
3 min read
2 min read
4 min read
2 min read
3 min read
Lex program to take input from file and remove multiple spaces, lin…
FLEX (Fast Lexical Analyzer Generator) is a tool/computer program for
generating lexical analyzers (scanners or lexers) written by Vern Paxson …
2 min read
5 min read
Registered Address:
K 061, Tower K, Gulshan Vivante
Apartment, Sector 137, Noida, Gautam
https://www.geeksforgeeks.org/opencv-c-program-face-detection/ 9/12
2/24/25, 5:13 PM OpenCV C++ Program for Face Detection - GeeksforGeeks
Buddh Nagar, Uttar Pradesh, 201305
Advertise with us
Company Explore
About Us Job-A-Thon Hiring Challenge
Legal Hack-A-Thon
Privacy Policy GfG Weekly Contest
Careers Offline Classes (Delhi/NCR)
In Media DSA in JAVA/C++
Contact Us Master System Design
GFG Corporate Solution Master CP
Placement Training Program GeeksforGeeks Videos
Geeks Community
Languages DSA
Python Data Structures
Java Algorithms
C++ DSA for Beginners
PHP Basic DSA Problems
GoLang DSA Roadmap
SQL DSA Interview Questions
R Language Competitive Programming
Android Tutorial
DSA/Placements Development/Testing
https://www.geeksforgeeks.org/opencv-c-program-face-detection/ 11/12
2/24/25, 5:13 PM OpenCV C++ Program for Face Detection - GeeksforGeeks
Clouds/Devops GATE
DevOps Engineering GATE CS & IT Test Series - 2025
AWS Solutions Architect Certification GATE DA Test Series 2025
Salesforce Certified Administrator Course GATE CS & IT Course - 2025
GATE DA Course 2025
GATE Rank Predictor
https://www.geeksforgeeks.org/opencv-c-program-face-detection/ 12/12