基于 Python 的人脸识别系统的设计 Design of face recognition system based on Python 内容摘要人脸识别是本世纪的一个热门技术话题之一。随着科技飞速发展。人脸识别技术已渗透进社会中的各个领域,例如:军事、医疗、教育、娱乐等。类似于人脸识别支付、人脸识别登陆、人脸识别认证等功能,我们几乎每天都在使用。本 设 计 主 要 运 用 Python 语 言 、 Opencv ( 计 算 机 视 觉 库 ) 、Tkinter(Python 的 Tk GUI 工具包)制作的一个含有人脸识别的一个信息系统。其工作原理为:以含有人脸的图片为素材,从图片中提取人脸数据的特征值作为识别的标准后,与人脸系统库中人脸比对,从而识别出图片中的人物,并执行与该人物相关的一系列功能。关键词:人脸识别 Opencv GUI 检测AbstractFace recognition is one of the hot technical topics in this century. With the rapid development of technology, Face recognition technology has been in various fields in society, such as military, medical, education, entertainment, etc.Similar to face recognition payment, face recognition login, face recognition authentication and other functions, we use it almost every day.This design mainly uses the Python language, Opencv (The vision library of computer), and Tkinter (Python Tk GUI toolkit) to design an information system containing face recognition. Working principle: It uses the picture containing the face as the material, extracts the feature value of the face data in the picture as the recognition standard, and then compares it with the face in the face system library.Thus, the person in the picture is recognized, and perform a series of functions related to the character.□□Key words: Face recognition Opencv GUI Detection广东东软学院本科生毕业设计(论文)目录第一章 绪言..............................................................................................11.1 选题目的与意义..........................................................................