搜索资源列表
svm_face_recognition
- 一篇很不错的关于人脸表情识别的论文。论文提出了一种基于人脸局部特征的表情识别方法,先选取人脸重要的局部特征,对得到的局部特征进行主成分分析,然后用支持向量机( SVM)设计局部特征分类器来确定测试表情图像中局部特征,同时设计支持向量机( SVM)表情分类器,确定表情图像的所属类别。-A very good facial expression recognition on paper. This paper proposes a feature based on local expression
Face_Recognition_System_SVM
- Face recognition system using SVM-based classifier
DCT
- 提出了一种基于DCT提取人脸特征技术和支持向量机分类模型的人脸识别方法。利用离 散余弦变换可提取人脸可识别的大部分信息,而支持向量机作为分类器,在处理小样本、高维数等 方面具有独特的优势,且泛化能力很强,无需先验知识。从ORL 人脸库上的实验结果可以看出, DCT特征提取是很有效的,且SVM的分类性能优于最近邻分类器,同时提高了整个系统的运算速 度。-A face recognition method based on DCT for face feature extractio
SVM
- 能很好的进行SVM分类,经过本人测试,很好用,推荐-SVM classifier can be good, after I test well with recommended
HOG
- 基于梯度方向直方图( H OG) 特征的行人检测是目前检测精度较高的主流方法。针对基于梯度直方图特征的 行人检测存在检测精度还有待提高、向量维数大的问题, 提出使用梯度直方图统计特征加颜色频率和肤色特征描述行 人, 选取一些分类能力较强的block 作为最后的特征, 使用线性SVM 分类。在INRIA 库上的实验证明, 该方法能有效地 提高检测精度。-H istog r am o f or iented g radient( H OG) based on pedestr ian de
SVM
- 深度学习中关于向量机支持向量机(即一种分类器)的相关内容-Depth study on vector machines support vector machine (that is, a classifier) related content
lec3
- The Support Ve ct or Machi ne So fa r we have used a reference as sumpt ion tha t there exists a linear classifier that has a larg e ge ometric margin, i.e., whose decision b oundar y is we ll separa ted from all the training images (e xampl
A-Novel-FPGA-based-SVM-Classifier
- 基于FPGA的SVM算法实现,文章主要从架构设计和硬件实现方面提供了设计思路,对于SVM的硬件开发特别是FPGA实现有指导意义-A Novel FPGA-based SVM Classifier
Partial-discharge-signals-of
- 提出了基于主动学习SVM的局部放电模式识别方法。将主动学习的思想引用到“一对一”多分类SVM分类器,选用基于后验概率的釆样函数对放电样本进行选择,挑选出对分类器最有价值的样本进行训练。 -Puts forward the partial discharge pattern recognition method based on active learning SVM. Will reference to the one to one the ideology of active stud
SVM2by2
- SVM multiclass classifier
ECoc-Code
- svm classifier coding
IMAGE FORGERY DETECTION USING SVM CLASSIFIER
- This paper describes a technique for detecting digital image forgery using illuminant color.
Segmentation-of-Brain-Tumour-by-SVM-Classifier-Te
- ppt for braintumour classification using svm classifier
knn-svm classifier
- Face recognition system using k-nearest neighbour and support vector machine as classifier