/noob-face-comparison-cpp

Simple dlib-based Qt application of face comparision.

Primary LanguageC++

noob-face-comparison-cpp

Introduction

A simple dlib-based Qt application of face comparision.

Requirements

  • dlib (Ver == 19.19)
  • OpenCV (Ver >= 3.4)
  • Qt (Ver == 5.11.2)

Notice

  • This Repo was developed on Windows10 using C++. There is another my trash Repo developed on Ubuntu 18.04 using Python, which requires pyqt5 and face_recognition(an open source facial recognition api based on dlib).