Tag

Haar cascade

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Dec 20, 2024 · Artificial Intelligence

Face Detection with OpenCV and Dlib in Python

This tutorial explains how to implement face, eye, and mouth detection using OpenCV's Haar cascades, Dlib's HOG and CNN detectors, and provides step‑by‑step code for both static images and real‑time video streams in Python.

CNNHOGHaar cascade
0 likes · 19 min read
Face Detection with OpenCV and Dlib in Python
Python Programming Learning Circle
Python Programming Learning Circle
Sep 5, 2024 · Artificial Intelligence

Face Detection with Haar Cascade and Face Recognition Using LBPH in OpenCV

This article explains the fundamentals of face detection using the Haar‑cascade algorithm, how to train and apply detectors with OpenCV, and introduces the Local Binary Patterns Histograms (LBPH) method for face recognition, covering data preparation, parameter selection, and matching techniques.

Haar cascadeLBPHPython
0 likes · 13 min read
Face Detection with Haar Cascade and Face Recognition Using LBPH in OpenCV