Face Detection in OpenCV – Predictive Hacks
We will discuss about how we can apply Face Detection using OpenCV. We go straightforward with a practical reproducible example. The logic it the following: We get the image from the URL (or from the hard disk). We convert it to an numpy array and then to a gray scale. Then by applying the proper CascadeClassifier we get the bounding boxes of the faces.
Aug-18-2020, 17:30:16 GMT
- Technology: