Can I use openCV to compare two faces on two different images?

自古美人都是妖i 提交于 2019-12-07 12:12:47

问题


I am very new in openCV, I saw it could figure out the face and return a rectangle to indicate the face. I am wondering whether there is anyway for openCV to access two images, with which contains one face, and I expect openCV to return the possibility of whether those two people are the same.

Thanks.


回答1:


OpenCV does not provide a full face recognition engine.
You might want to check out this work: The One-Shot Similarity Kernel which proposes something similar to what you need. It also provides Matlab code.



来源:https://stackoverflow.com/questions/4559332/can-i-use-opencv-to-compare-two-faces-on-two-different-images

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!