人的图形识别 [英] Graphic Recognition of People

查看:86
本文介绍了人的图形识别的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想知道什么是最好的方法来启动一个项目,以对人进行图形识别.换句话说,计算机将解析图像文件,并通过启发式方法找出是否看到人的形状.

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.

任何可用的API或开放源代码,这是否已经过时了?

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

谢谢

推荐答案

您要搜索人脸检测还是人物检测?

Are you searching for face detection or people detection?

如果面部识别:

OpenCV随附用于面部检测的样本.而且OpenCV 2.4-beta也提供了用于面部识别的样本.在这里检查: http://github.com/Itseez/opencv/tree/master /samples/cpp 如果有人发现:

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随附了一个使用 HOG描述符进行人员检测的示例. 链接

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

这是我通过上面的代码获得的结果:

This is the result i obtained with above code:

这篇关于人的图形识别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆