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
chris-martin edited this page Aug 14, 2011
·
6 revisions
Given a webpage, pull all photos. Find the first one with a detected face, and crop to the face.
Tools
PIL - python image library (haven’t used it before)
OpenCV - face detection, uses Haar wavelets to identify objects and checks them against a cascade. Have to download a good cascade for frontal face detection; there are plenty on Google Code, etc.