Skip to content

AtorieInc/Face_Detect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

face-detection

Simple C++ program to detect human faces in an image.

Usage

Dependencies: SDL2 and SDL2_image.

  1. Clone this repository with git clone [email protected]:theolepage/FaceDetection.git.
  2. Compile the project by running the command make in the project folder.
  3. Execute the program with ./FaceDetection [path].

To-Do

  1. Improve the representation of HOGs on GUI
  2. Add webcam as input
  3. Improve performances and efficiency
  4. Implement sliding window method
  5. Create the NN and train it to recognize faces

About

Detects humans' faces from images

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published