CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - 线性分类器

搜索资源列表

  1. malic

    0下载:
  2. Malic是一个完整的Linux下的人脸识别系统源代码,它是SourceForge上的一个开源项目,使用Malib实现实时处理,CSU Face Identification Evaluation System进行人脸识别。算法包括:主成份分析(principle components analysis (PCA)),a.k.a eigenfaces算法,混合主成份分析,线性判别分析(PCA+LDA),图像差分分类器(IIDC),弹性图像匹配算法(EBGM)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1326034
    • 提供者:张晓
  1. fisher.rar

    0下载:
  2. 这是模式识别中线性分类器中最常用的fisher线性分类器,并在结果中画出了分类线和分类效果,This is image restoration in the Iterative Blind Deconvolution algorithm matlab source for the study of digital image has a lot of benefits!
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:2268
    • 提供者:张磊
  1. threshold_te

    0下载:
  2. 基础线性分类器的检测用于分离超平面是单向垂直的。- TESTING THRESHOLD CLASSIFIER
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:822
    • 提供者:qqxiaoya
  1. matlab

    0下载:
  2. 模式识别中的线性分类器的设计,包括感知机,最小二乘法和支撑矢量机的算法的MATLAB代码。-Pattern Recognition linear classifier design, including perception, least squares and support vector machine algorithm MATLAB code.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:6461
    • 提供者:张妮娜
  1. svm-ses

    1下载:
  2. 分别采用感知机算法、最小平方误差算法、线性SVM算法设计分类器,分别画出决策面,并比较性能。-The machine algorithm respectively perception, the minimum square error algorithm, linear SVM classifier algorithm design, respectively, draw the decision surface, and compare the performance.
  3. 所属分类:Special Effects

    • 发布日期:2015-09-28
    • 文件大小:9216
    • 提供者:万海兵
  1. Linear-classifier-design

    2下载:
  2. 对“data1.m”数据,分别采用感知机算法、最小平方误差算法、线性SVM算法设计分类器,分别画出决策面,并比较性能。-The "data1.m" data, respectively, using the perceptron algorithm, the least square error algorithm, the linear SVM algorithm design classifier, respectively, to draw the decision-making surf
  3. 所属分类:Special Effects

    • 发布日期:2015-09-29
    • 文件大小:277504
    • 提供者:刘攀
  1. fenlei

    0下载:
  2. 在VC++6.0环境下运行.手写数字的分类识别,并有详细的程序使用方法。分别采用模板匹配分类器,Bayes分类器,线性函数分类法,非线性分类,神经网络分类器进行识别,功能强大,还可以对比各种算法的优劣。-VC++6.0 environment run. Classification and recognition of handwritten digits, and a detailed program to use. Template matching classifier Bayes cla
  3. 所属分类:Special Effects

    • 发布日期:2017-11-20
    • 文件大小:790291
    • 提供者:离逝的风
  1. liblinear-1.92.tar

    0下载:
  2. 经典随机梯度下降SVM,一个简单易读的线性分类器代码,执行速度快,分类准确率也不错,适用于大规模图像分类。-The classic stochastic gradient descent SVM, a linear classifier code easier to read, faster execution speed, good classification accuracy, suitable for large-scale image classification.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-09
    • 文件大小:334062
    • 提供者:小小
  1. fs-kfdaP1.0

    0下载:
  2. 基于Fisher线性分析的分类器以及基于核fisher(KFDA)的非线性分类器-Fisher KFDA
  3. 所属分类:Special Effects

    • 发布日期:2017-11-23
    • 文件大小:495167
    • 提供者:韩寒
  1. jsgd-61

    0下载:
  2. 该代码采用matlab和C混合编写,是采用随机梯度的方法训练线性分类器,它可用于数据、图像等的多类分类情况。参考论文:Good Practice in Large-Scale Learning for Image Classification-This a Stochastic Gradient Descent algorithm used to train linear multiclass classifiers. It is biased towards large classificat
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:175276
    • 提供者:姜红茹
  1. matlab-face-recognition

    0下载:
  2. 基于PCA和FLD的人脸识别的线性分类器-Face recognition based on PCA and FLD linear classifier
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:46480
    • 提供者:leilei
  1. changjingshibiefenlei

    0下载:
  2. 本文件是图像场景识别并进行分类的程序,已运行成功。 分别利用1 tiny image描述和最近邻分类器 2 bags of sifts描述和最近邻分类器 3bags of sifts描述和线性svm分类器进行场景分类识别的。 在主程序proj3中将FEATURE 改成tiny image,CLASSIFIER 改成nearest neighbor,注释其他FEATURE 和CLASSIFIER的选择就可以实现第一种场景分类识别:tiny image描述和最近邻分类器。以此类
  3. 所属分类:Special Effects

    • 发布日期:2017-06-10
    • 文件大小:18185626
    • 提供者:吴杰
  1. Pattern

    0下载:
  2. 介绍了模板匹配分类器,Bayes分类器,线性函数分类法,非线性函数分类法和神经网络分类法的代码算法,用于识别数学0到9-It describes the template matching classifier, Bayes classifier, a linear function of classification, non-linear function and neural network classification taxonomy code algorithm for identi
  3. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:6299918
    • 提供者:zhanghao
  1. Linear-learner

    0下载:
  2. 基于PCA的线性学习器的分类方法,含完整Matlab程序及训练测试集,用于人脸识别。-Linear learner
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:62428
    • 提供者:
  1. two

    1下载:
  2. :植物种类识别方法主要是根据叶片低维特征进行自动化鉴定。然而,低维特征不能全面描述叶片信息,识别准确率低,本文提 出一种基于多特征降维的植物叶片识别方法。首先通过数字图像处理技术对植物叶片彩色样本图像进行预处理,获得去除颜色、虫洞、 叶柄和背景的叶片二值图像、灰度图像和纹理图像。然后对二值图像提取几何特征和结构特征,对灰度图像提取 Hu不变矩特征、灰 度共生矩阵特征、局部二值模式特征和 Gabor 特征,对纹理图像提取分形维数,共得到 2183 维特征参数。再采用主成分分析与线性 评判分析相
  3. 所属分类:Special Effects

    • 发布日期:2017-05-05
    • 文件大小:573194
    • 提供者:hahah
  1. face_antispoofing-master

    0下载:
  2. 采用surf特征点, svm线性分类器 实现的人脸活体检测源码(face_antispoofing: this code takes surf feature to detect spoofing face in recognition.)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-28
    • 文件大小:8895488
    • 提供者:lxhmail
搜珍网 www.dssz.com