搜索资源列表
hog_extraction.rar
- 基于OPENCV的静止图像的HOG特征提取算法的全部程序,完全可用于各种图像的HOG特征提取,以进一步训练分类器进行行人检测,source code that apply to the pedestrian detection based on OPENCV.this document can help you extract HOG features from any type image which include human in it
HOG
- 利用HOG算法,实现对于批量图片中的行人检测-HOG algorithm used to achieve the picture for the volume of pedestrian detection
Pedestrian-Detection
- 一个简单的基于HOG的行人检测程序,MATLAB编写,其中read me文档解释的较为详细。-A simple HOG based pedestrian detection program, MATLAB write, read me the document which explains in some detail.
AdaboostHumanDetection
- Adaboost算法的行人检测,这是一篇硕士学位论文-Adaboost algorithm of pedestrian detection, which is a master' s degree thesis
OpenCV2.2_API_Specification
- 本文档包括了OpenCV2.2版(2010年12月推出,目前最新版)中所有API函数的说明,包括C、C++、Python中调用OpenCV的所有接口函数,是大家开发计算机视觉、图像处理、模式识别程序的好参考。OpenCV2.2提供了支持Visual Studio 2010的可执行版本,并且添加了HOG行人检测器,真是不可多得的好东西。-This document includes OpenCV2.2 edition (December 2010 launch, the latest versio
HOG
- 该代码用于各种图像的HOG特征提取,以进一步训练分类器进行行人检测,不错的-HOG for a variety of image feature extraction, in order to further training classifier Pedestrian Detection
ped_detector_RELEASE.tar
- 基于分层的HOG的行人检测,具有很高的研究价值。-HOG based pedestrian detection layered with high research value.
HOG-LBPPdetection
- HOG-LBP+detection 行人检测-HOG-LBP+detection Pedestrian Detection
pedestrian-detection
- 提供了一种基于HOG特征的智能行人检测(SVM分类器)-HOG-based pedestrian detection feature intelligent (SVM classifier)
hog
- 方向梯度直方图的全部代码,广泛应用于行人检测行人检测-Histogram of Oriented Gradients code Pedestrian Detection
Recognition
- c++实现的HoG行人检测程序,优化了部分代码,且仿真可执行。-c++ HoG pedestrian detection procedures implemented to optimize the part of the code, and the simulation executable.
HOG-adaboost
- HOG adaboost pedestrian-detect
HOG
- 使用HOG(梯度直方图算法)进行行人检测,算法来自05年CVPR上的一篇论文-Use HOG (Histogram gradient algorithm) pedestrian detection algorithm CVPR paper 2005 on
HOG-pedestrian-detection-OpenCV
- 利用hog特征向量进行行人检测opencv visual2010(入门)-Use hog feature vectors detect pedestrians opencv visual2010 (entry)
HoG-and-HoG-LBP
- 行人检测中的HoG和HoG-LBP算法的对比试验。-Pedestrian Detection comparative test HoG and HoG-LBP algorithm.
Pedestrian-detection-
- Pedestrian detection and tracking using temporal differencing and HOG features
hogfeature
- 利用积分图的方式提取图像hog特征,用于人脸、行人检测。(Using the integral plot to extract the image hog feature, for human face, pedestrian detection.)
HOG
- 将这330个3780维的HOG特征当做测试样本,用支持向量机(SVM)分类器来判别出,这些窗口的HOG特征是否有行人,有行人的用矩形框标记起来。HOG行人特征及所对应的SVM分类器的参数,在opencv中已经训练好了,我们只需要得到HOG特征,然后调用SVM即可得到判别结果(The 330 Hera features of 3780 dimensions are used as test samples, and the support vector machine (SVM) classifi
hog-feature
- 方向梯度直方图(Histogram of Oriented Gradient, HOG)特征是一种在计算机视觉和图像处理中用来进行物体检测的特征描述子。它通过计算和统计图像局部区域的梯度方向直方图来构成特征。Hog特征结合SVM分类器已经被广泛应用于图像识别中,尤其在行人检测中获得了极大的成功。需要提醒的是,HOG+SVM进行行人检测的方法是法国研究人员Dalal在2005的CVPR上提出的,而如今虽然有很多行人检测算法不断提出,但基本都是以HOG+SVM的思路为主(The Histogram
HOG-SVM-classifer-master
- 利用传统的SVM-HOG算法,进行行人检测(HOG-SVM algorithm for pedestrian detection)