...
/Displaying and Framing Faces in an Image
Displaying and Framing Faces in an Image
Learn to detect and frame the faces identified using the Azure Face SDK.
We'll cover the following...
We'll cover the following...
Introduction
In the previous lesson, we learned how to detect faces in an image. Now we’ll explore how we can create frames across all the faces that are identified in the image.
Implementation
Let’s look at the implementation of this functionality.
Explanation
The explanation of main.py file is given below:
-
From lines 1-4, we import the required packages.
-
From lines 6-9, we ...