Skip to content

obynio/adaboost

Repository files navigation

Synopsis

htcpcp is a facial recognition program entirely written from scratch in C.

game_of_thrones

Detection

The detection relies on a custom implementation of the Viola & Jones algorithm which provides four main stages :

  • Pseudo-Haar features calculation
  • Feature selection with adaboost
  • Attentional cascading
  • Post-processing

Recognition

The recognition relies on a custom implementation of the Eigenface method. However, this part is not completely finished and still needs some work.

Make

You need sdl, sdl_image and json-c libraries. Then build the project using make.

About

A parallelised facial recognition program written from scratch in C with minimal dependencies

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published