搜索资源列表
SVM_FACE
- 基于支持向量机的人脸检测训练集增强算法实现。根据支持向量机(support vector machine,简称SVM)~ ,对基于边界的分类算"~(geometric approach)~ 言,类别边界附近的样本通常比其他样本包含有更多的分类信息.基于这一基本思路,以人脸检测问题为例.探讨了 对给定训练样本集进行边界增强的问题,并为此而提出了一种基于支持向量机和改进的非线性精简集算法 IRS(improved reduced set)的训练集边界样本增强算法,用以扩大-91l练集并改
train
- 进行svm分类器的训练,作为人脸检测的人脸分类器-For svm classifier training as face detection face classifier
train
- 该函数的内容包括读入人脸数据、PCA降维,数据规格化以及训练多类SVM等功能。-This function covers the face read data, PCA dimensionality reduction, data normalization and multi-class SVM training and other functions.
Matlab_SVM
- SVM实现数据分类,可自行选取核函数,用于图像分割操作。程序可自动训练分类平面。-SVM for data classification, are free to select the kernel function,For image segmentation operation. The program can automatically train classifiers plane.
GTSRB_Matlab_code
- 在matlab上HOG分类后,与SVM一起分类,测试,判别-classfy the testing and finally train the trafficsigns
HOG-SVM-train
- HOG+SVM对于正负样本训练过程,根据样本生产对应的支持向量机,便于人体检测-HOG,SVM train samples,support Vector
SvmTest2
- SVM训练,可以用来训练样本,并用训练出来的样本,来进行边缘检测,主要是用来纹理滤波。-SVM train
Pedestrian_Detection-master
- 运用HOG和SVM方法进行行人检测,同时使用难例优化算法(Using HOG to extract features and SVM to train the model for pedestrian detection.)
addaboost
- 用HAAR和Adaboost训练并检测行人,其中存在一点BUG,需要安装LIB-SVM(Using HAAR and Adaboost to train and detect pedestrians, there is a bit of BUG, and LIB-SVM needs to be installed.)
96282002Human-Motion-Tracking
- 利用图像的HOG特征训练SVM分类器,对运动人体目标进行跟踪(Using the HOG feature of the image to train the SVM classifier, the program runs through the obtained data.)