搜索资源列表
phog
- phog算法的matlab实现,hog特征用于对象识别,比如人脸识别、人体识别。
HOG
- HOG算法matlab实现,看HOG特征的论文的时候心血来潮写了这个, 就当练练英语, 理解理解HOG特征.
HOG
- 这是最简洁,注释得最好的HOG(Histogram Oriented Gradient)算法的matlab实现。可用于行人识别和物体跟踪。-This code is well commented, which enables the adjusting of the HOG parameters. This code was developed for the work: O. Ludwig, D. Delgado, V. Goncalves, and U. Nunes, Trainable
HOG-LBP-detection
- matlab 实现的hog和lbp 结合的行人检测-matlab hog-lbp detection
Matlab_HOG
- MATLAB版本的HOG实现代码。使用MATLAB编的HOG代码,用于进行人体检测-MATLAB version of the HOG code.HOG code compiled MATLAB for Human Detection
hog
- HOG特征的实现.INRIA cvpr2005论文实现-HOG feature implementation. INRIA cvpr2005 paper to achieve
Hog_MatlabCode
- H o g代码的matlab实现以及其源码-Matlab implementation of the Hog code
hogcalculator
- hog算法的实现,通过matlab。在人流量监控中,hog算法是一种比较成熟和常用的算法。-achieve hog algorithm by matlab. In high traffic monitoring, hog algorithm is a relatively mature and commonly used algorithms.
hog_feature_vector
- HOG特征的MatlAB实现,在图像识别中应用非常广泛。-HOG features of MatlAB,Is widely used in image recognition。
fast-additive-svms.tar
- 基于HOG+LBP+HIKSVM的行人检测算法matlab代码实现,里面包含了libsvm-mat-3.0-1软件包.-the algorithm implementation of pedestrian detection based on the dates+ LBP+ HIKSVM,it contains the libsvm-mat-3.0-1 package
HOGtezheng
- 这是一个实现HOG特征计算的Matlab版程序,能够有效实现HOG特征的提取,已经经过验证,可以使用。-This is a realization of Matlab version HOG feature calculation procedure that can effectively achieve HOG feature extraction, and has been validated for use.
piotr_toolbox
- matlab的外用工具扩展包,里面包含HOG,ANN等多种实现-Matlab external tools expansion pack, containing HOG, ANN and so on the many kinds of implementation
RealtimeHogHofReleaseSourceOnlyV1
- 图片、视频的MBH\HOG\HOF特征提取,matlab代码实现-Pictures, videos of MBH \ HOG \ HOF feature extraction, matlab code. . . . . . .
groundHOG_v1.1_b.tar
- HOG特征提取算法用matlab实现,有详细的注释,方便理解学习。-HOG feature extraction algorithm using matlab realize, detailed notes, easy to understand learning.
hogcalculator
- matlab实现了hog特征提取,函数封装的比较好,十分的简洁高效(obtain HOG character through matlab)
matlab_hog
- 用MATLAB实现特征提取算法HOG,算法语句简洁,并附有相应的注释,可读性强(Implementation of feature extraction algorithm HOG with MATLAB)
att_faces
- 实现图像分类中的传统方法,主要有特征提取模块,还有分类模块,其中该算法将其整合实现了端到端的训练和测试(image classification)
ning
- 用MATLAB实现基于hog的行人检测中的求hog特征(Hog features for pedestrian detection)
图像识别代码集
- HOG LBP 在python matlab C++环境下的实现(Implementation of HOG LBP in Python matlab C++ environment)
HOG算法的matlab代码
- 本代码实现了hog算法的matlab代码,有助初学者进行学习,hog算法用于人脸识别、行人识别等都具有很大的优势。