Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 586 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 586 Bytes

Face_recognition_open_cv

TO run the program , execute run.py .

The Module functions contain the following helper functions to help execute the program.

  1. add_face_to_dict() - add or update a new face to the database
  2. add_face_from_cam() - function to capture a face using webcam
  3. add_image_from_path() - add an image from a path
  4. load_dict() - to load the face database
  5. check() - to compare the similarity between two faces
  6. recog() - function to open the webcam and recognize the person in front of it
  7. exec_opt() - executes the option selected by the user