Ask Your Question
0

how calculate percentage of face matching??

asked 2014-07-21 06:09:44 -0600

SunilZ gravatar image

i want calculate the percentage of face matching when i am trying to match the face and it will be show in my android screen. It is Possible????

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2014-07-21 06:17:22 -0600

I guess you are looking for a face recognizer, because most of them have a predict function which returns a distance to the predicted face (at least the ones from OpenCV). See FaceRecognizer predict function for the overview, and/or the book 'Mastering OpenCV with Practical Computer Vision Projects', chapter 8, which explains the face recognition with OpenCV, that you could easily adapt to Android.

edit flag offensive delete link more

Comments

hello please explain me

SunilZ gravatar imageSunilZ ( 2014-07-21 23:43:16 -0600 )edit

Question Tools

Stats

Asked: 2014-07-21 06:09:44 -0600

Seen: 2,139 times

Last updated: Jul 21 '14