摘要
为描述对象的局部外观和形状,方向梯度直方图首先将图像划分成小区域(被称为cell),然后在其上累加像素梯度方向的一维直方图.在被称为block的较大区域(由数个相邻的cell组成)上连接cell的直方图,经归一化处理形成特征向量.为减弱由block引起的区域量化走样,在计算检测窗口的特征时,采取部分重叠block的措施,从而大大增加了特征维度以及目标检测时的计算量.通过扩大参与相邻cell之间像素梯度插值的面积,并设置适当的高斯平滑核尺度,可消除block重叠,从而将64×128尺寸的窗口的方向梯度直方图特征维度由3 780降低为1 152.INRIA的行人数据集实验表明,该方法也可减弱区域量化走样,且其性能与原方向梯度直方图几乎相当,而检测速度却显著提高.
To characterize the local object appearance and shape,histograms of oriented gradients(HOG)divide an image window into small spatial regions(cells),and accumulate a local 1-D histogram of gradient directions over the pixels of the cell.The normalized combined histogram entering of a larger spatial region(blocks,are consisted of several cells)forms the representation.In order to weaken regional quantization aliasing,blocks are partly overlapped when HOG is computed in detection windows.Yet,it will increase the dimension vastly.So,it will bring extra computation for object detection application.By expanding the area(spatial region)where pixel gradients are interpolated between neighbor cells’centers,and setting the scale of block Gaussian weights properly,the overlapped area between blocks is cancelled.Then,the dimension of HOG feature in a 64×128detection window reduces from 3 780 to 1 152,and region quantized errors are decreased.Experiment results on INRIA pedestrian dataset show that the performance of the 1 152-dimensional HOG and that of the original HOG are almost the same,however,its detecting speed is significantly improved.
出处
《浙江大学学报(理学版)》
CAS
CSCD
北大核心
2017年第2期134-138,共5页
Journal of Zhejiang University(Science Edition)
基金
国家自然科学基金资助项目(61573380)
湖南省重点实验室培育基地项目(2015TP1017)
关键词
方向梯度直方图
降维
线性插值
重叠采样
行人检测
histograms of oriented gradients
dimension reduction
linear interpolation
overlapping sampling
pedestrian detection