Face Image Based Attendance Using DL
Keywords:
Face Recognition, Local Binary pattern, Face detection, ROI, Graphical User Interface.Abstract
A real time face recognition system is capable of
identifying or verifying a person from a video frame. To
recognize the face in a frame, first you need to detect
whether the face is present in the frame. If it is present,
mark it as a region of interest (ROI), extract the ROI
and process it for facial recognition. Facial recognition
is done using CNN features. The application prepared
has 2 main steps, one is face registration and second is
face recognition. Face registration capture the person
face and train classifier while face recognition
recognise face using trained classifier.