aditkumar1 / FaceRecognition

An application using OPENCV(EMGUCV )to detect and recognize face.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FaceRecognition

A sample application using OPENCV(EMGUCV )to detect and recognize face.

Steps to build the project successfully

  • Install MySql server and create a database named facerecogntion
  • Create a table named faces in the database with columns id(int), personName(varchar),faceSample(blob),personID(int)
  • Thats it ,build and run the project

About

An application using OPENCV(EMGUCV )to detect and recognize face.


Languages

Language:C# 100.0%