OpenCV 16: Face Recognition
I used OpenCV’s built-in face recognizer and trained it using all of the images I downloaded from Google in these two folders. There are three modules we need to import – os, cv2 and numpy. In the Function: Now that we are inside each folder, we are going to loop through all the images in […]