I use the EmguCV library (OpenCV wrapper) in C # to implement face recognition and face recognition using the Eigenface algorithm
I found many accuracy errors, such as the minimum distance, this is not the same person in the training set, a person who is not in the training set, but corresponds to the person in the training set with a good distance, etc.
please help me.
Thank.
additional information: - I use 1 facial image for 1 person in a training set (direct face image, without orientation) - Now I am testing about 10-20 people in a training set.
source
share