Hi,
I have just begun using OpenCV in the past week and i am hoping to get a little advice :).
I am currently using the FaceRecognizer to train a set of images and then use predict to to compare a face against that trained set of images. This appears to be working fine however it only retrieves the label with the best score whereas I was hoping to be able to retrieve the score and label for each trained image.
So say i have trained 10 images, i then have an image i want to compare against that trained set of images. My ideal output would be.
img1, distance
img2, distance
img3, distance
etc..
Is this possible?
Im not sure if it makes a big difference but i want to use each technique available and test the results. So Eigenfaces, Fisherfaces and LBP