搜索资源列表

  1. NearestRecognation

    0下载:
  2. 程序实现了.net环境下,C++语言的手写数字识别,程序对手写数据进行了去边框处理,采用最近邻法进行了分类-achieved with the program. Net environment, the C language handwritten numeral recognition, procedures for handwritten data to the fr a me, using nearest neighbor met
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:2211083
    • 提供者:江南
  1. Classify_Homework

    1下载:
  2. 模式识别作业——用平均样本法,平均距离法,最近邻法和K近邻法进行分类-pattern recognition operations -- with the average sample, the average distance, nearest neighbor and K-nearest-neighbor classification
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2145
    • 提供者:hiamy0313
  1. 基于KL变换及最近邻法的人脸识别

    0下载:
  2. 所属分类:图形图象

  1. PatternRecognition

    0下载:
  2. 1.Fisher分类算法 2.感知器算法 3.最小二乘算法 4.快速近邻算法 5.K-近邻法 6.剪辑近邻法和压缩近邻法 7.二叉决策树算法-1.Fisher Classification Algorithm 2. Perceptron algorithm 3. Least-squares algorithm 4. Fast nearest neighbor 5.K-neighbor method 6. Clip
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:wct
  1. 123456

    0下载:
  2. 根据所给样本数据用三种不同的方法绘制该公路并估计其长度。 分别用线性插值法、最近邻域插值法和三次样条插值法计算公路长度,并用勾股定理估计公路的长度 -According to the sample data in three different ways, the road map and estimate its length. , Respectively, by linear interpolation, nearest
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:云天
  1. neib

    0下载:
  2. 资料分群与样式辨认中关于最近邻法则加速方法介绍-Data Clustering and Pattern Recognition
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:184320
    • 提供者:Zhou
  1. Patternrecognition

    0下载:
  2. 模式识别基本方法matlab源代码,包括最小二乘法、SVM、神经网络、1_k近邻法、剪辑法、特征选择和特征变换。-Basic method of pattern recognition matlab source code, including the least squares method, SVM, neural network, 1_k neighbor method, editing method, feature selec
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:429056
    • 提供者:李元
  1. 2rar

    0下载:
  2. 用matlab写的最近邻和K近邻法分类器,简单易懂,适合初学者-Written with matlab and K-NN nearest neighbor classifier, easy to understand for beginners
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:chen
  1. SiftANN

    0下载:
  2. 实现了SIFT特征点的提取和匹配功能,匹配算法使用的是ANN最相似最近邻居法。-Achieved a SIFT feature point extraction and matching, matching algorithm using ANN is most similar to nearest neighbor method.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1782784
    • 提供者:Li Yanli
  1. cut_sample

    0下载:
  2. 使用二分法对样本集进行剪辑,剪辑法的思想,就是将样本集分成训练集与考试集, 利用训练集样本对考试集的样本进行分类(使用近邻法),如果考试集中某个样本分类错误的话,将这个样本删除。在该函数中,使用最近邻法,只进行一次剪辑(遍历完考试集中的样本以后退出)。还有一种重复剪辑法(适用于样本比较多的情况),把样本随机分为多个样本集,将相邻的两个样本前一个作为考试集,后一个作为训练集,调用二分剪辑。所有的样本子集剪辑完毕以后,在递归调用,直到没有
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:shihao
  1. rotate

    0下载:
  2. 实现图像空间旋转,灰度插值操作,插值方法分别是最近邻法和二次线性法。-Achieve the image space rotation, gray-level interpolation operation, interpolation methods are nearest neighbor method and the second linear method.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:bbdlp
  1. IR

    0下载:
  2. 一个简单的图像配准,利用了最近邻法进行仿真-image registration
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:349184
    • 提供者:李涛
  1. ImprovedGaitRecognitionApproach

    0下载:
  2. :步态识别通过人体走路的姿势来识别人的身份。近年来,步态作为一种生物特征识别技术备受计算机视觉研究者的关注。对某个 人的一个步态序列利用动态 Viterbi 算法得到一个样本姿态序列,对其多个步态样本姿态序列的对应姿态取平均得到这个人的特征姿态序 列,对特征姿态采用主成分分析法和线性判别分析法处理特征空间,并用最近邻法进行识别。利用 CASIA 数据库对本文方法进行验证, 取得了较高的识别率,并对体形变化具有较强的鲁棒性-H
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-20
    • 文件大小:1090560
    • 提供者:贺艳春
  1. compute_eig

    0下载:
  2. 利用主成份分析PCA和傅立叶变换训练图像并用最近邻法进行识别分类-Using principal component analysis PCA and Fourier transform training images and used to identify the nearest neighbor classification method
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:25545728
    • 提供者:谢欢曦
  1. rotate_registration2

    0下载:
  2. 用opencv实现的图像任意角度旋转插值,插值方法有最近邻法和双线性插值法-Opencv achieved by rotating the image at any angle interpolation, interpolation methods are nearest neighbor and bilinear interpolation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:5750784
    • 提供者:成满
  1. Face-recognition

    0下载:
  2. 本文针对人脸图像的特点,选取一组Gabor 小波核,并用这组Gabor 小波核对人脸图像进行Gabor 小波变换,提取人脸 图像的有效信息。在此基础上,用2DPCA 对Gabor 小波提取的 数据矩阵进行降维,最后用最近邻法对人脸进行分类。-In this paper, the characteristics of face images, select a set of Gabor wavelet kernel, and ch
  3. 所属分类:波变换

    • 发布日期:2024-05-20
    • 文件大小:55296
    • 提供者:
  1. the-most-nearest

    0下载:
  2. 用最近邻法对数据进行分类,比较简单和基础的分类方法,可用于图像处理-With the nearest neighbor method for data classification, the classification of simple and basic method can be used for image processing
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:leigh
  1. root-finding

    0下载:
  2. 三种方法求方程的根,二分法,最近邻法,和错点法-three methods for getting the root of equation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:208896
    • 提供者:xulubo
  1. extendimage

    0下载:
  2. 根据模板大小对图像扩展,最近邻法,matlab-According to the template image size on expansion, k-nearest-neighbors, matlab
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:chy
  1. KNN_demon

    0下载:
  2. 最近邻法语k近邻法的例子,基于matlab平台,有助于初学者学习。(The recent example of the nearest neighbour approach to French K, based on the MATLAB platform, helps beginners to learn.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:驼铃
« 1 23 4 5 6 7 8 9 10 ... 30 »

源码中国 www.ymcn.org