Skip to content

Face recognition with webcam (Face ID) using С++, OpenCV, Dlib

Notifications You must be signed in to change notification settings

samoilovv/webcam_face_recognition

Repository files navigation

Face Recognition with webcam (Face ID)

Face recognition with webcam (Face ID) using С++, OpenCV, Dlib.

Quick Start

Build

Clone the repository:

git clone https://github.com/samoilovv/webcam_face_recognition.git
cd webcam_face_recognition

You can build the project on any platform (Linux, Windows, MacOS) using the following commands:

mkdir build && cd build
cmake ..
cmake --build .

Run

Copy the sample face jpg files to the folder face_samples and run the program

./face_recognation

About

Face recognition with webcam (Face ID) using С++, OpenCV, Dlib

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published