Skip to content

The algorithm can detect faces, recognize 5 persons and any other person is unknown.

Notifications You must be signed in to change notification settings

MyProjectsProgress/Face_Detection_and_Recognition

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face Detection and Recognition Studio

Table of Contents

Runing Project

  • You have to download OpenCV from this Documentation link
  • You can also follow the steps in this video

Description

Face Detection and Recognition Studio uses the following algorithms:

  • Cascade classifier for face detection.
  • PCA for image feature extracting.
  • SVM for predicting the person.

Features

  • User can browse images from his pc.
  • The project contains 2 tabs:
    • First Tab -> Face Detection.
    • Second Tab -> Face Recognition.

Technology Used:

The Desktop Application is built using:

  • Qt6 Creator using C++.
  • OpenCV Library.
  • SVM machine learning model.

Project Demo

Face.Recognition.mp4

Screenshots

Face Detection Emad Recognition Kadry Recognition Magdy Recognition Mohab Recognition Taha Recognition Unkown Recognition ROC Curve

Made by:

Name Section BN
Ahmed Emad 1 6
Mohammed Mostafa 1 47
Mohab Ghobashy 2 39
Magdy Nasr 2 15
Youssef Kadry 2 58
  • Course Name : Computer Vision .

Submitted to:

  • Prof. Ahmed M. Badawi & Eng. Peter Emad and Eng. Laila Abbas

All rights reserved © 2022 to Team 3 - Systems & Biomedical Engineering, Cairo University (Class 2024)

About

The algorithm can detect faces, recognize 5 persons and any other person is unknown.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.3%
  • Other 1.7%