Browse by Domains

face detection

Real-time Face detection | Face Mask Detection using OpenCV

In this article, we are going to find out how to detect faces in real-time using OpenCV. After detecting the face from the webcam stream, we are going to save the frames containing the face. Later we will pass these frames (images) to our mask detector classifier to find out if the person is wearing […]

Real-time Face detection | Face Mask Detection using OpenCV Read More »

Viola jones algorithm

Face Detection using Viola Jones Algorithm

In the realm of computer vision, face detection stands as a fundamental and captivating task. Detecting and locating faces within images or video streams forms the cornerstone of numerous applications, from facial recognition systems to digital image processing. Among the many algorithms developed to tackle this challenge, the Viola-Jones algorithm has emerged as a groundbreaking

Face Detection using Viola Jones Algorithm Read More »

Face Recognition with Python and OpenCV

In this article, we will know what is face recognition and how is different from face detection. We will go briefly over the theory of face recognition and then jump on to the coding section. At the end of this article, you will be able to make a face recognition program for recognizing faces in

Face Recognition with Python and OpenCV Read More »

Scroll to Top