Fisher recognition - Predict more than one result

asked 2014-03-25 22:31:19 -0600

smoral gravatar image

updated 2014-03-26 02:07:45 -0600

berak gravatar image

There is a simple way to obtain a list of recognized persons and their distances using the API provided with FaceRecognizer and the method createFisherFaceRecognizer()?

edit retag flag offensive close merge delete

Comments

not without hacking the api.

(add a new method to the FaceRecognizer interface, implement it for the 3 Recognizers, and recompile opencv)

berak gravatar imageberak ( 2014-03-26 02:09:37 -0600 )edit