Hint: You can adjust the default video playback speed in your account settings.
Hint: You can set your subtitle preferences in your account settings.
Sorry! Looks like there’s an issue with video playback 🙁 This might be due to a temporary outage or because of a configuration issue with your browser. Please refer to our video player troubleshooting guide for assistance.

Traditional Face Detection With Python: Overview

Computer vision is an exciting and growing field. There are tons of interesting problems to solve! One of them is face detection: the ability of a computer to recognize that a photograph contains a human face, and tell you where it is located. In this course, you’ll learn about face detection with Python.

To detect any object in an image, it is necessary to understand how images are represented inside a computer, and how that object differs visually from any other object.

Once that is done, the process of scanning an image and looking for those visual cues needs to be automated and optimized. All these steps come together to form a fast and reliable computer vision algorithm.

In this course, you’ll learn:

  • 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 detecting human faces in images

asaad7salem on May 2, 2020

I can guess that it is not a machine learning algorithm

pnkj-pthk on July 23, 2020

Can I get any certificate after completing this course.??

Dan Bader RP Team on July 23, 2020

Yep, you’ll get a completion certificate for any course you complete on Real Python! Here’s more info on how to access your certificates. Happy Pythoning!

Become a Member to join the conversation.