We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
查看 OpenCV 库,这里有一个关于它的优秀 wiki 的链接。
在这里您可以看到实现人脸识别应用程序的示例程序。
Check out the OpenCV library, here is a link for a good wiki about it.
And here you can see a sample program of implementing a face recognition app.
人脸识别被定义为将给定的未知人脸图像与一组已知人脸图像进行匹配的问题。 你要找的是人脸检测,用谷歌搜索一下,你应该会找到很多。
Face Recognition is defined as the problem of matching a given unknown face image to a set of known face images. What you are looking for is Face Detection, google it and you should find plenty.
这不是完整的答案,但可能会有所帮助。 特征向量也用于人脸识别:eigenfaces。
This is not a complete answer but it might help. Eigen-vectors are also used in face recognition: eigenfaces.