搜索资源列表
cvhog
- 在做行人检测的毕设 看了很久OPENCV中cvhog的代码 自己加了些注释 希望对大家有所帮助 有问题可以探讨 chjb_0513@yahoo.com.cn-pedestrian detection OPENCV cvhog source code annotations
PedestrianExtraction
- 基于opencv的行人检测,用到了svm,haar特征-Opencv-based pedestrian detection, use the svm, haar features, etc.
opencvHOG
- hog行人检测的算法,opcv实现的,注释中有函数功能介绍,对初学者很有帮助-hog pedestrian detection algorithm, opcv achieve the comment function Features, useful for beginners
xingrenjiance
- 该代码的功能是基于Opencv2.3.0的行人检测,环境为vs2008,可运行,可能版本不同,将库改一下即可-The functionality of the code is based pedestrian detection Opencv2.3.0 environmental vs2008, can be run, may be different versions of the library change can
peopledetect
- 该代码的功能是基于Opencv2.3.0的行人检测,环境为vs2008,将库改一下即可运行-The functionality of the code is based pedestrian detection Opencv2.3.0 environmental vs2008, can be run, may be different versions of the library change can
opencv_hog_test
- 本文主要介绍下opencv中怎样使用hog算法,因为在opencv中已经集成了hog这个类。其实使用起来是很简单的,从后面的代码就可以看出来。本文参考的资料为opencv自带的sample。 开发环境:opencv2.4.2+Qt4.8.2+ubuntu12.04+QtCreator2.5. 实验功能: 单击Open Image按钮,选择需要进行人检测的一张图片,确定后自动显示出来。该图片的大小没限制。 单击People Detect按钮,则程序会自动对该图片进
Multiple-object-Detection
- 作者提的源代码 附paper 多目标检测 用来行人检测 亲自调试可用!-detection of multiple object instances using Hough transform(CVPR 10), 2010.
peopledetect
- 人脸及行人检测中在opencv中要用到的haarcascade_righteye_2splits.xml,即特征检测的haar分类器,包括正面,侧边,上下左右各种,很全面-Face and pedestrian detection in opencv use to haarcascade_righteye_2splits.xml, feature detection haar classifier, including front, side, up and down various, very
dectP
- 行人检测代码,在opencv2.0以上版本使用~有很大的参考价值-The pedestrian detection code, version opencv2.0 more to great value
QuickHOG
- 源代码可以运行,用于提取hog特征作为行人检测,另外在速度上进行了改进-The source code can run, used to extract the hog characterized as pedestrian detection, another improvement in the speed
sourceCode--peopleDector-liyuanman
- 基于hog行人检测的源码,别人写的,觉得挺不错,分享一下。-Histograms of Oriented Gradients for Human Detection,source code.
people-detect-and-height-measu
- 对任意标定过的场景进行行人检测,并测定出其身高,内附有自己标定的图片和相关算法的论文若干篇,people detect and height measurement
peopledetect
- 简单使用opencv自带的行人检测功能,实现检测图片中的行人,在命令行执行操作。-Simple to use opencv comes with pedestrian detection function detection pictures of people, at the command line
ReadingPeopleTracker-1.28
- 行人检测与跟踪的源程序,能实现行人检测跟踪-Pedestrian detection and tracking of the source, to achieve pedestrian detection and tracking
OpenCV_HOG_Qt
- OpenCV2.4.3,Qt5.0.2,HOG行人检测程序。如果环境没有什么问题的话拿到就能用。-OpenCV2.4.3, Qt5.0.2, HOG pedestrian detection procedures. If the environment does not get any questions you can use.
person-detection
- 采用混合高斯模型和codebook分别进行背景建模,实现行人检测-person detection, GMM and codebook
hog
- 用于行人检测,系统再带的hog算法,建立可执行文件,就可以检测图片中的行人了。-pedestrian detection。
2.行人检测
- 根据生物特征识别来实现行人检测的系统,包含MFC窗口(26/5000 According to biometric identification to realize the pedestrian detection system, including MFC window.)
高密度环境下行人检测和统计
- 本实验的目的是对高密度行进人群中的行人流量进行统计,并能够区分上行和下行。实验的基本思路是: 在一个行人头部大小的带状区域中进行头部检测(HaarLike Adaboost方法),然后利用一个滑动的跟踪门对检测的头部结果进行关联,同时利用运动历史图分析的方法估计行人轮廓的运动方向,最后对序列关联特征进行分析给出上下行的统计结果。
高密度环境下行人检测和统计
- 本实验的目的是对高密度行进人群中的行人流量进行统计,并能够区分上行和下行。实验的基本思路是: 在一个行人头部大小的带状区域中进行头部检测(HaarLike Adaboost方法),然后利用一个滑动的跟踪门对检测的头部结果进行关联,同时利用运动历史图分析的方法估计行人轮廓的运动方向,最后对序列关联特征进行分析给出上下行的统计结果。