A sample application using OPENCV(EMGUCV )to detect and recognize face.
- 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