Graphic Recognition of People

前端 未结 1 1779
独厮守ぢ
独厮守ぢ 2020-12-20 05:46

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 thro

相关标签:
1条回答
  • 2020-12-20 06:29

    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:

    enter image description here

    0 讨论(0)
提交回复
热议问题