Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 718 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 718 Bytes

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.