搜索资源列表
Pedestrian-Detection
- 一个简单的基于HOG的行人检测程序,MATLAB编写,其中read me文档解释的较为详细。-A simple HOG based pedestrian detection program, MATLAB write, read me the document which explains in some detail.
particlefilter
- 粒子滤波器使用示例,用于跟踪效果好,用VC++实现-example of particle filter
PlotHOGImage2
- 图形图像处理 经典HOG plot matlab-histogram of orietation gradients image
fenleiqi
- 本程序给出了从背景中分离出行人的matlab源代码.采用提取好的背景和行人的HOG特征,而这些特征又分为未分块和分块两组,所谓分块就是将图片进行细分,提取的特征更细.最后用最小欧氏距离法分类.-This procedure gives the background to separate from the travel people matlab source code. By extracting a good background and pedestrian HOG features, a
jifentu-HOG
- 网站里没找到matlab版积分图hog特征函数,自己编了一个,应用于图像识别,直接调用-The site, did not find the matlab version of the integral image hog characteristic function, made up a used in image recognition, and direct calls
phog-matlab
- matlab版本的HOG特征提取,用于目标检测与识别-matlab version of the HOG feature extraction for target detection and recognition
etract-hog-feature
- 可以在matlab环境下对图像中的选定区域进行检测,并提取出其HOG特征,简单实用-it could extract the HOG feature of the figure
HOG算法matlab
- HOG算法是一种纹理特征提取算法。效果不错,值得学习。
HOG
- 计算数字图像的梯度直方图信息,得到特征描述子矩阵,适用于matlab开发环境中-Histogram of Oriented Gradient
ImageaVideo-Matlab-Toolbox
- 这是一个matlab工具箱,里面包含图像和视频处理的代码,行人检测的相关代码,包含ACF,meanshift,HOG等的matlab源码-This is a matlab toolbox, which contains image and video processing code, pedestrian detection of the relevant code, including ACF, meanshift, HOG, etc. Matlab source
hog_svm
- matlab实现hog+svm图像二分类(Matlab implementation of hog and svm images two categories)
ImgHOGFeature
- HOG特征计算,(1)将输入的彩图转换为灰度图; (2)采用Gamma校正法对输入图像进行颜色空间的标准化(归一化);目的是调节图像的对比度,降低图像局部的阴影和光照变化所造成的影响,同时可以抑制噪音的干扰; (3)计算梯度;主要是为了捕获轮廓信息,同时进一步弱化光照的干扰。 (4)将梯度投影到单元的梯度方向;目的是为局部图像区域提供一个编码, (5)将所有单元格在块上进行归一化;归一化能够更进一步对光照、阴影和边缘进行压缩,通常,每个单元格由多个不同的块共享,但它的归一化是基于不同块的
hogfeature
- 利用积分图的方式提取图像hog特征,用于人脸、行人检测。(Using the integral plot to extract the image hog feature, for human face, pedestrian detection.)
face detection
- 运用HOG提取人脸特征与支持向量机算法训练模型,进行人脸识别(Using HOG to extract facial features and support vector machine algorithm training model for face recognition)
Hoglist
- 这是一个在图像处理或图像标注中用matlab提取图像梯度特征的一个程序(This is a program in image processing or image annotation using MATLAB to extract the features of the image gradient)
人头检测matlab代码
- 可以打开视频文件,对视频文件中的人头进行检测并统计数量。算法有HOG RCNN 及Aggrate Channel Features三种(You can open the video file, the head of the video file to detect and statistics. Algorithm HOG RCNN Aggrate Channel Features tionchannel three)
HOG-descriptor-master
- 提取HOG特征,简洁好用,使用方便,大家可以下载使用,使用matlab实现(Extraction of HOG features)
fenlei
- 利用hog提取特征输入到svm分类器中,适用于新手(Using hog extraction feature input to svm classifier, suitable for novices)
图像识别代码集
- HOG LBP 在python matlab C++环境下的实现(Implementation of HOG LBP in Python matlab C++ environment)
HOG算法的matlab代码
- 本代码实现了hog算法的matlab代码,有助初学者进行学习,hog算法用于人脸识别、行人识别等都具有很大的优势。