识别图像中的特定脸部
Using OpenCV's HaarDetectObjects with haarcascade_frontalface_default.xml, I've found I can detect a face fairly reliably. However, is anyone aware of any libraries or methods for identifying a face (i.e. labeling it with a name)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 PyVision。这是科罗拉多州立大学研究项目的一部分,但已经相当成熟。尽管我从未使用过面部标记部件,但我使用它取得了很大的成功。
Check out PyVision. It's part of a research project out of Colorado State University but it's fairly mature. I've had good success using it, though I've never used the face-labeling parts.