Skip to content

Face recognition software based on OpenCV library with Qt interface

License

Notifications You must be signed in to change notification settings

sirIrishman/FRS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Face Recognition Software (FRS) x64

It's my diploma C++ project I initially made in 2012 for the specialist degree of "Software for computers and computer-aided systems" in Tula State University (TSU). And recently I've performed small refresh: updated dependencies to the latest versions and made small refactoring.

Screenshot

Features

  • Loading images and videos;
  • Capturing images and videos from a webcam;
  • 2 object (faces) detection methods:
    1. The Haar Cascades method;
    2. The Local Binary Patterns (LBP) Cascades method;
  • 3 face recognition methods (require prepared training data):
    1. The Eigenfaces method;
    2. The Fisherfaces method;
    3. The Local Binary Patterns Histograms (LBPH) method;
  • Built-in help system.

Dependencies

How to build

  1. Make sure that you have all above dependencies installed on your machine.
  2. Open the opencv.props file and set up all OpenCV dependencies path properties according to their arrangement at your machine.
  3. Check that you set up the Qt artifacts path (the QTDIR macros) within Qt VS Tools.
  4. Build the FRS.sln solution file.

About

Face recognition software based on OpenCV library with Qt interface

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages