About 111 results
Open links in new tab
  1. Build Your Own Face Recognition Tool With Python

    In this tutorial, you'll build your own face recognition command-line tool with Python. You'll learn how to use face detection to identify faces in an image and label them using face recognition. …

  2. Face Detection in Python Using a Webcam

    In this tutorial, you'll code an example of using Python and OpenCV to perform face recognition using a webcam.

  3. Traditional Face Detection With Python

    In this article on face detection with Python, you'll learn about a historically important algorithm for object detection that can be successfully applied to finding the location of a human face within …

  4. The detection algorithm uses a moving window to detect objects. minNeighbors defines how many objects are detected near the current onebeforeitdeclaresthefacefound. …

  5. Traditional Face Detection Using Python

    In this course on face detection with Python, you'll learn about a historically important algorithm for object detection that can be successfully applied to finding the location of a human face …

  6. Using the Viola-Jones Framework (Video) - Real Python

    Example stock photo for face detection (Image source) You’ll also need to go to the OpenCV GitHub repo . 00:00 You’ll need a few critical files in order to follow along.

  7. Traditional Face Detection With Python: Overview

    What face detection is; How computers understand features in images; How to quickly analyze many different features to reach a decision; How to use a minimal Python solution for …

  8. Viola-Jones Object Detection Framework – Real Python

    They developed a general object detection framework that was able to provide competitive object detection rates in real time. It can be used to solve a variety of detection problems, but the …

  9. Haar-Like Features (Video) - Real Python

    We can use these properties to help us understand if an image contains a human face. A simple way to find out which region is lighter or darker is to sum up the pixel values of both regions …

  10. Computer Vision Technologies (Video) – Real Python

    00:38 Facial recognition is another computer vision technology. This takes things a step further. Facial recognition involves identifying the face in the image to be a certain person. This is …

Refresh