Working with Scale Factor
Explore how to use the scale factor to improve face detection accuracy in images and videos. Understand the balance between detection precision and speed, and learn to tweak this parameter for better results when using Python-based machine learning algorithms in image processing.
We'll cover the following...
We'll cover the following...
Face detection
In this lesson, we’ll use the image below to detect faces.
Let’s detect faces in this picture.
We can see that our program detected objects that were not faces at all.
Why did this happen?
The picture seems to have been taken from afar and possibly from a mobile phone. ...