Skip to content

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

Notifications You must be signed in to change notification settings

jawaechan/viola-jones-1

 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%