Traditional Face Detection With Python Quiz
Interactive Quiz ⋅ 10 Questions
By Joseph Peart
In this quiz, you’ll test your understanding of Traditional Face Detection With Python.
You’ll revisit how a computer represents an image, what makes a piece of information a feature, and how the Viola-Jones algorithm combines Haar-like features, integral images, AdaBoost, and cascading classifiers into a detector fast enough to run in real time.
The quiz contains 10 questions and there is no time limit. You’ll get 1 point for each correct answer. At the end of the quiz, you’ll receive a total score. The maximum score is 100%. Good luck!
Related Resources
Course
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 within an image.
Tutorial
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 an image.