Ask Your Question

zzywd01's profile - activity

2017-12-13 21:19:13 -0600 marked best answer Method in opencv for percentile similarity of two faces?

Hi guys, is there any method in openCV to get the similarity score in percentage of two faces? I know that SIFT is super to solve this case, but I cannot find any good way to get the percentile result. Could anyone give me some hints? I'm a Java user, but any other language are welcome :)

2017-12-13 21:19:13 -0600 received badge  Scholar (source)
2017-12-11 09:29:06 -0600 commented answer Method in opencv for percentile similarity of two faces?

Thank you steven. Is this similar to the value "confidence" which can be obtained from faceRecognizer.predict(test sampl

2017-12-11 09:28:50 -0600 commented answer Method in opencv for percentile similarity of two faces?

Thank you steven. Is this similar to the value confidence which can be obtained from faceRecognizer.predict(test sample,

2017-12-11 02:04:22 -0600 commented question Method in opencv for percentile similarity of two faces?

@berak Thanks for the reply. In fact, I want to compare one test sample with the whole data base, and get the result wit

2017-12-11 01:49:27 -0600 asked a question Method in opencv for percentile similarity of two faces?

Method in opencv for percentile similarity of two faces? Hi guys, is there any method in openCV to get the similarity sc

2017-12-10 23:45:03 -0600 received badge  Organizer (source)
2017-12-10 21:55:16 -0600 asked a question OpenCV in JAVA about using face recognizer

OpenCV in JAVA about using face recognizer Hey guys, I'm recently learning OpenCV. I met a problem when I want to recogn