AbstractFace recognition is one of the hot technical topics in this century.Withthe rapid development of technology,Face recognition technology has beenin various fields in society,such as military,medical,education,entertainment,etc.Similar to face recognition payment,face recognitionlogin,face recognition authentication and other functions,we use it almostevery day.This design mainly uses the Python language,Opency (The visionlibrary of computer),and Tkinter (Python Tk GUI toolkit)to design aninformation system containing face recognition.Working principle:It usesthe picture containing the face as the material,extracts the feature value ofthe face data in the picture as the recognition standard,and then compares itwith the face in the face system library.Thus,the person in the picture isrecognized,and perform a series of functions related to the character.Key words:Face recognition Opencv GUI Detection
暂无评论内容