/viola-jones-1

Python implementation of the face detection algorithm described by Paul Viola and Michael J. Jones in 2001

Primary LanguagePython

Viola-Jones

Python implementation of the face detection algorithm describe in Rapid Object Detection using a Boosted Cascade of Simple Features by Paul Viola and Michael J. Jones.

Steps:

  1. Selecting Haar-like features
  2. Creating an integral image
  3. Running AdaBoost training
  4. Creating classifier cascades

Example

Animation of the Haar-like features:

Viola-Jones