Simple C++ program to detect human faces in an image.
Dependencies: SDL2 and SDL2_image.
- Clone this repository with
git clone git@github.com:theolepage/FaceDetection.git. - Compile the project by running the command
makein the project folder. - Execute the program with
./FaceDetection [path].
- Improve the representation of HOGs on GUI
- Add webcam as input
- Improve performances and efficiency
- Implement sliding window method
- Create the NN and train it to recognize faces