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 :)
if you only have 2 images, this is called verification . have a look here
@berak Thanks for the reply. In fact, I want to compare one test sample with the whole data base, and get the result with the highest percentage.
did u find any solution if yes so kindly share with me i am doing same this project on java/android