Skip to content

Single image face detector using cascade classifiers / opencv on C++

License

Notifications You must be signed in to change notification settings

iboraham/face-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face-detector

Single image face detector using cascade classifiers / opencv on C++

Usage

To detect faces in an image, run:

cmake -B ./build -S . -DCMAKE_TOOLCHAIN_FILE=<path to vcpkg>/scripts/buildsystems/vcpkg.cmake
cmake --build ./build
./build/DetectFaces.app <path-to-image>

Output with faces detected will be saved to <path-to-image>.faces.png

I strongly suggest you to download vcpkg and install opencv.

Example Output

family-picture family-picture

About

Single image face detector using cascade classifiers / opencv on C++

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published