Skip to content
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.

  • http://www.face-rec.org/databases/

Clone this wiki locally