CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 分类器

搜索资源列表

  1. FaceDetection

    0下载:
  2. FaceDetection是一个静态人脸检测程序,此外本程序需要导入一个分类器文件haarcascade_frontalface_alt.xml,该文件在OpenCV中提供,请读者将该文件复制到程序同一目录下,程序即可正确运行。-FaceDetection is a static face detection program, in addition to the program needs to import a classifier file haarcascade_frontalface_
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-11
    • 文件大小:2902905
    • 提供者:朱於军
  1. kuaisujiance

    0下载:
  2. 提出一种结合小波变换与共现矩阵用于纺织品图像缺陷检测的方法。首先将灰度图像分解成子带 然 后将纹理图像分割成互不重叠的子窗口, 提取共现特征 最后用无缺陷样品训练的M ahalanob is分类器将每一子 窗口划分为缺陷的和无缺陷的。应用该算法进行实际工厂环境中的纺织品缺陷检测。实验结果表明, 集中处理 具有强判决能力的某一频带提高了检测性能, 也改善了计算效率。-Propose a wavelet transform and co-occurrence matrix for the
  3. 所属分类:Wavelet

    • 发布日期:2017-04-01
    • 文件大小:229018
    • 提供者:
  1. papers

    0下载:
  2. 分类器的大牛论文 好好看一看 见见牛人的文章-the papers of great people,take a look,and enjoy them
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:7666624
    • 提供者:小王
  1. bayes-classsifier

    1下载:
  2. 该程序源码中包括了各种典型分布的二维数据的自动生成,二维概率密度函数的极大似然估计和窗函数估计,bayes分类器的设计和分类器错误率的多种方法估计-The program includes a variety of typical source distribution of the automatic generation of two-dimensional data, two-dimensional probability density function of the maximum l
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:9388
    • 提供者:聂雨桐
  1. facerecognition

    0下载:
  2. 利用OPENCV分类器进行人脸检测程序,用于对图像中的人脸检测程序-face detection
  3. 所属分类:OpenCV

    • 发布日期:2017-05-18
    • 文件大小:4745985
    • 提供者:没谱青年
  1. adaboost

    0下载:
  2. matable下编的一个算法!线性阈值分类器运用AdaBoost算法!-An Algorithm for under matable! The use of linear threshold classifier AdaBoost algorithm!
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:6376
    • 提供者:machinery
  1. Unit1

    2下载:
  2. 在OPENCV平台上进行开发,应用HAAR特征进行训练,对目标物体建立数据库,训练分类器,进行识别-In OPENCV platform development, application of HAAR features training, establish database, the training object classifier, and identified
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:12942
    • 提供者:yuli xiao
  1. Mail

    0下载:
  2. 可连接163,126和qq邮箱,获取邮箱中的邮件,根据贝叶斯分类器的的学习识别获取到的垃圾邮件。-This program connects to 163, 126 or QQ mailbox to obtain the email, and recognizes the spam based on the learning result by Bayes Classifer.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-17
    • 文件大小:4894081
    • 提供者:wuhanming
  1. NaiveBayes

    0下载:
  2. 贝叶斯分类器用于图像处理模式分类,用C语言编写。-Bayes classifier used in image processing,writes in C program language
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2248145
    • 提供者:梁媛媛
  1. stdafx

    0下载:
  2. knn算法分类器里c++的某头文件,看大家有没有需要的-head
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:649
    • 提供者:杨泽波
  1. bayes

    1下载:
  2. 基于朴素贝叶斯分类器的汽车评定系统,用VC++实现-Naive Bayesian classifier based on vehicle evaluation system, using VC++ implementation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:1191109
    • 提供者:xielin
  1. 2

    0下载:
  2. 分类器 分类器 分类器 分类器 分类器-classion classionclassionclassionclassionclassion
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:3276
    • 提供者:gfqin
  1. 1

    0下载:
  2. 分类器 分类器 分类器 分类器 分类器 分类器 分类器 分类器 分类器 分类器-Classification classifier classifiers classifier classifiers classifier classifiers classifier classifiers classifier classifiers classifier classifier Classifier
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2574
    • 提供者:gfqin
  1. multiClass_svm

    0下载:
  2. 一个svm(向量机)分类算法本质上是二类分类器代码,实现多类分类的方法一般是将多类分类看作是多个一对多的二类分类器。本程序源码就是一种基于svmlight的svm多类分类器实现。对分类感兴趣的用户请参照。-A svm (vector machine) classification algorithm is essentially a second-class classification code, multi-class classification methods are generally
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:567285
    • 提供者:圣人
  1. Pattern-Recognization

    0下载:
  2. 本实验的目的是了解非参数估计--parzen窗估计,对数据进行Parzen窗估计和设计分类器。并分析窗口宽度h对分类的影响。-The purpose of this study is to understand the non-parametric estimation- parzen window estimation, Parzen window estimate of the data and design of classifiers. Window width h and analyz
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2090
    • 提供者:林耀明
  1. 3

    0下载:
  2. 使用vs2005+opencv2.0实现人脸检测,使用人脸分类器,针对任意类型的图片类型,均可实现。-Achieved using vs2005+ opencv2.0 face detection, the use of face classifier, for any type of image types, may be achieved.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-27
    • 文件大小:9707626
    • 提供者:lee
  1. xucui

    0下载:
  2. 这是自己写的一个贝叶斯网络分类器,可能存在问题,自己调一下-This is to write a Bayesian network classifiers, there may be problems, make your own look
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:2019334
    • 提供者:xule
  1. 10

    0下载:
  2. 本文提出了一种基于学习的相似性度量方 法, 即将图像配准的度量问题转化为模式分类问题, 由基于机器学习设计的分类器自动检验图像是否配准. 本文对400 组图像进行了配准检验, 实验结果显示了该方法的可行性和可靠性.-This paper proposes a similarity measure based on learning methods, about the measurement problems of image registration into the pattern c
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1891894
    • 提供者:wenping
  1. four-Toolbox-for-SVM

    0下载:
  2. SVM分类器,关键是对信号进行分类,是模式识别的必备宝典-SVM classifier, the key is to classify the signal is essential for pattern recognition Collection
  3. 所属分类:matlab

    • 发布日期:2017-05-11
    • 文件大小:2826306
    • 提供者:肖笑
  1. zxflqmatlab

    0下载:
  2. 分类器 最小分类错误的分类器 模式识别的重要应用领域-Minimum classification error classifier classifier
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:11038
    • 提供者:阳光
« 1 2 ... 38 39 40 41 42 4344 45 46 47 48 49 50 »
搜珍网 www.dssz.com