Skip to content

samduanx/FaceRecognition

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FaceRecognition

The Face Recognition with OpenCV and Qt

License

Introduction

This program is used to recognise faces with opencv. The gui is based on Qt5.

Requirements

Qt5, OpenCV4

Build Steps

git clone https://github.com/cycleke/FaceRecognition
cd FaceRecognition
cmake .
make

Note: Some of the files are tracked with lfs due to their size, please clone with lfs.

TODOs

  • Make GUI
    • Main Window
    • Settings
    • About
  • Add and delete faces
    • Detect faces
    • Recognise different faces
  • Import and export data

About

The Face Recognition with OpenCV and Qt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.9%
  • CMake 2.1%