Skip to content
 
 

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

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages