Skip to content

tree1370/basic-face-detection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

basic-face-detection

Basic face detection using C++ and OpenCV 3.0, faces are detected and their coordinates are printed to console.

How to compile

You must have OpenCV 3.0 installed, easiest to use CMake to compile.

cmake .
make

How to run

./facedetect

Parameters to change

You must add the path to a valid Haar file within the main.cpp file, this file is easy to find online. Multiple versions exist for specific face positions. You also need to add the path to a valid image to analyse.

About

Basic face detection using C++ and OpenCV 3.0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 74.5%
  • CMake 25.5%