Chapter 7. Detecting Face Parts and Overlaying Masks

In the previous chapter, we learned about object classification and how machine learning can be used to achieve it. In this chapter, we will learn how to detect and track different face parts. We will start the discussion by understanding the face detection pipeline and how it's built from the ground up. We will then use this framework to detect face parts, such as eyes, ears, mouth, and nose. We will then learn how to overlay funny masks on these face parts in a live video.

In this chapter, we will cover the following topics:

  • Working with Haar cascades
  • Integral images and why we need them
  • Building a generic face detection pipeline
  • Detecting and tracking face parts, such as eyes, ears, nose, and ...

Get OpenCV By Example now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.