how calculate percentage of face matching??
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????
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????
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.
Asked: 2014-07-21 06:09:44 -0600
Seen: 2,211 times
Last updated: Jul 21 '14
Error: Couldn't load opencv_java from loader...
How to add a button to switch between cameras
Facial feature detection with OpenCV with eyes and mouth corners points
How to get eigenvalues in opencv java?
How to edit/reading pixels from Mat(Vec3b) using Java
how to use opencv to make matlab code android compatible