搜索资源列表
phog
- phog算法的matlab实现,hog特征用于对象识别,比如人脸识别、人体识别。
Hog_MatlabCode
- H o g代码的matlab实现以及其源码-Matlab implementation of the Hog code
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
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算法用于人脸识别、行人识别等都具有很大的优势。