Where can I find facial detection software, algorithms, etc? [closed]

时光总嘲笑我的痴心妄想 提交于 2019-11-29 01:01:24

问题


I'm interested in writing software that depends on being able to identify that there is a face in a picture (or video frame). It doesn't have to ID the face - so no metrics other than:

  • Is there a human face in the picture (or more than one)
  • Where, approximately, are the eyes and mouth or nose tip (whatever it keyed on.)

It's popping up in cheap digital cameras now, so I expect there are open source packages that do this, or research that is easy enough to follow when rolling your own.


回答1:


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.




回答2:


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.




回答3:


This is not a complete answer but it might help. Eigen-vectors are also used in face recognition: eigenfaces.



来源:https://stackoverflow.com/questions/189155/where-can-i-find-facial-detection-software-algorithms-etc

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