Tutpig.com

Face recognition from SQL Database using C#

Face recognition using OPENCV concepts from SQL Database using C#

This is a first-ever course based on the face detection and recognition of the user faces from the database.

What you’ll learn

Course Content

Requirements

This is a first-ever course based on the face detection and recognition of the user faces from the database.

This course is designed to help students to capture faces from real-time cameras and save them to the database.

In this course connection to SQL database is introduced. It also covered the concepts of how to create a database and assign fields. It also covers the relation of primary fields to others along with assigning database values.

The first module is the face training module. This module allows users to capture faces from the real-time camera, train faces, and save information to the database.

The second module is the face recognition module. This module will check user faces from a real-time camera and match them with the stored database images. The recognizer will find the best match and then display the result.

This course is a continuation of the previous course face recognition from OpenCV. if you are not enrolled in that  course then no need to worry, I have provided the previous course code in it, but if you want to learn from scratch then it’s better for you to enroll in the previous course as well for a better understanding.