搜索资源列表
gist
- 对图像Gabor特征的提取,一个非常有效的特征,并用SVM对图像进行分类-get the gabor feature of a image,a very effective feature,and use SVM to classify the pictures
bi-ji-shi-bie
- 采用“纹理识别”的方式进行笔迹鉴别,利用Gabor变换提取不同频率、不同方向的笔迹特征,最后使用KNN或SVM(支持向量机)对待测样本进行类别判别。-A " texture recognition" approach to handwriting identification using Gabor transform to extract different frequency, the handwriting characteristics of different dir
gabor-pca
- 本程序是先用gabor小波变换对人脸图像处理,然后在用pca进行降维,最后用svm分类器进行多分类分类识别,包扩完整的orl人脸库,需注意的是,svm工具箱是用的libsvm工具箱,运行前先配置好libsvm。版本号:libsvm-mat-2[1].89-3[FarutoUltimate3.0]-This procedure is to use the human face gabor wavelet transform image processing, and then to reduce
fdsvm11
- Gabor与svm的人脸识别程序,能够运行,七个文件 写的不错 很有参考价值 先分类 后识别人脸-Gabor face recognition with svm program to run, seven documents useful reference for writing a good face recognition after the first classification
26797492gabor_svm
- 基于gabor提取图像特征,基于svm的多特征识别-Based on gabor extract the image feature, multiple feature recognition based on SVM
face-gabor-pca
- 基于gabor的人脸识别 带有pca降维 最后用svm识别-Finally, svm pca dimensionality reduction recognition with face recognition based on gabor
PCA_gabor_svm
- Gabor小波变换和PCA降维在用SVM分类(Gabor wavelet transform and PCA dimension reduction are classified in SVM)
sigma点的代码
- 基于分割的局部Sigma语义特征点,是对场景中的语义目标进行建模。先在传统的图像分割基础上,分割出场景的前景目标,再结合像素位置、颜色、Gabor特征和LBP特征[构造出表征目标语义信息的协方差描述子,最后将其转换成欧式空间下的Sigma点特征,适用于标准SVM的场景学习和分类。(The segmentation based local Sigma semantic feature points are modeling the semantic objects in the scene. In
基于Gabor+SVM的人脸图像性别识别
- 基于Gabor与支持向量机与opencv的系统