You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This script scans multiple images and outputs in which ones a human face is present.
In order for the script to work the use of OpenCV's pre-existing Haar-cascades is essential. Those XML files are stored in
the opencv/data/haarcascades/ folder
About
This script scans multiple images and outputs in which ones a human face is present.