Graphic Recognition of People

十年热恋 提交于 2019-11-28 06:12:48

问题


I would like to know what is the best approach to begin a project to perform graphical recognition of people. In other words, the computer will parse an image file and through a heuristic figure out if it sees the shape of a person.

Any API's or open sources available, is this too ahead of the times?

Thanks


回答1:


Are you searching for face detection or people detection?

If face-detection:

OpenCV comes with samples for face detection. And OpenCV 2.4-beta has samples for face recognition also. Check here : http://github.com/Itseez/opencv/tree/master/samples/cpp If people-detection:

OpenCV comes with a sample for people-detection using HOG descriptors. Link

This is the result i obtained with above code:



来源:https://stackoverflow.com/questions/10231380/graphic-recognition-of-people

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