The document details a program to detect faces in an image using OpenCV. It loads a pre-trained Haar cascade classifier, reads an input image, converts it to grayscale, detects faces, draws rectangles around detected faces, and displays the results.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
10 views3 pages
12 Ip
The document details a program to detect faces in an image using OpenCV. It loads a pre-trained Haar cascade classifier, reads an input image, converts it to grayscale, detects faces, draws rectangles around detected faces, and displays the results.