|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/face-recognition-from-sql-database-using-c/
课程评论:没有评论
课程名称:使用C#从SQL数据库进行人脸识别 课程概述:这是首个基于从数据库中检测和识别用户人脸的课程。该课程旨在帮助学生从实时摄像头捕捉人脸并将其保存到数据库中。课程介绍了如何连接SQL数据库、创建数据库及分配字段的概念。同时也涵盖了主字段与其他字段之间的关系以及数据库值的分配。 课程分为两个模块: 1. 人脸训练模块:该模块允许用户从实时摄像头捕捉人脸,进行人脸训练并将信息保存到数据库中。 2. 人脸识别模块:该模块将检查用户在实时摄像头前的人脸,并与存储在数据库中的图像进行匹配,识别器会找到最佳匹配并展示结果。 本课程是之前“从OpenCV进行人脸识别”课程的延续。如果您未注册之前的课程也无需担心,课程中提供了前一课程的代码,但如果您希望从基础学习,建议同时注册前一课程以获得更好的理解。
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.