Provides functions for face recognition. More...
Functions | |
def | ID_from_filename |
Gets ID from filename. More... | |
def | prepare_image |
Converts image to the right gray scale format. | |
def | fcount |
Counts files in database. More... | |
def | startRecognition |
Does the actual face recognition. More... | |
Provides functions for face recognition.
def find_face.fcount | ( | path, | |
map = {} |
|||
) |
Counts files in database.
def find_face.ID_from_filename | ( | filename | ) |
Gets ID from filename.
def find_face.startRecognition | ( | ) |
Does the actual face recognition.
Counts the number of pictures in database and loads them. Gets information from pictures and compares the distances between several spots with the reference picture.