Skip to content

gradzka/FaceRecognitionSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FaceRecognitionSystem

Face recognition console application.

Overview

FaceRecognitionSystem is the project of simple console application intended to recognition faces.

Description

Project is based on simple console interface used to manipulate IP camera and start face recognition algorithm. First step is to provide the user with the module of taking picture using IP camera. It is necessary to make entry personal data (pictures of faces) into corps easier. User can type name of the folder and take any number of screenshots stored in it. Next step is to start learning algorithm based on data included in corps. After this process, user can choose one of two modes: infinite and time mode. Infinite mode runs until the escape button will be pressed. The second runs for a period of time defined by the user, what is more, this mode can also be exited by the escape button. Information of recognized and unrecognized people will be saved in the log file. Log file will be named the start date of the algorithm.

Progress

  • analysis of the HTTP messages,
  • communication with the IP camera,
  • making screenshots on demand,
  • configuration file,
  • corps preparation,
  • face detection,
  • count people,
  • start learning algorithm,
  • program modes,
  • face recognition,
  • save results in log file,
  • errors handling, tests.

Tools

Microsoft Visual Studio 2017

Attributions

Credits

  • Monika Grądzka,
  • Robert Kazimierczak

About

Face recognition console application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors