Ask Your Question

cdbdyx's profile - activity

2013-08-26 22:10:28 -0600 commented question About FaceRecognizer

pls let me know where can I get the source code of opencv in android? or I can build my own android sdk from the master branch?

2013-08-25 22:09:32 -0600 commented question About FaceRecognizer

Thanks for you reply berak, can you explain more about how can I steal the relevant parts and devise my own? I want more details about this....

2013-08-25 15:42:22 -0600 received badge  Student (source)
2013-08-25 05:06:47 -0600 asked a question About FaceRecognizer

Dear all, Right now I am developing a face recognition system by using OpenCV, and what I want to

implement is to find the similarity of the given face and the faces in database, and can list

the result like this:

face1: 95%

face2: 93%

face3: 92%

face4: 80%

I found a class named FaceRecognizer in opencv, and it has some interface like train and

predict, but finally I found that this two interface only can judge whether a face is belong to

the database or not, can not do what I want to do.

Is there any other interface can achieve my goal?