OpenCV Face Detector

Standard

Face detection can be achieved using Haar wavelets. The code below detects a face from an image using haar wavelets:

Python code OpenCV Face detection

Output:

Face detection

Leave a Reply