Skip to content

Implements Viola & Jones algorithm for face detection

Notifications You must be signed in to change notification settings

spiqueras/face-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compiling the train program (./bin/train):

  make

(Editing Makefile might be required to set the correct version of g++)

Compiling the detector program (./bin/detector):

  cd ./src/detector
  make

Compiling the parallel versions (./bin/trainp and ./bin/detectorp):

  make parallel

  cd ./src/detector
  make parallel

--------------------------------------------

Testing the detector program (parallel):

  ./bin/detectorp ./data/images/test/barca.jpg ./classifiers/cclassifier_84-271.xml

About

Implements Viola & Jones algorithm for face detection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages