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

搜索资源列表

  1. MyBitmapImg

    0下载:
  2. 本程序实现位图的读写,均衡化,滤波,LBP,LTP特征提取以及基于LBP,LTP和卡方距离,最近邻分类的人脸识别,批量给图片改名等功能-The program can read and write a bitmap, equalization, filtering, LBP, LTP feature extraction and nearest neighbor classifier for face recognition based on LBP, LTP and chi-square d
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:14533967
    • 提供者:Annie
  1. classifier_knn

    0下载:
  2. 最近邻分类器(KNN)的C++源码,适合模式识别、图像处理开发者用!-nearest neighbor classifier (KNN) of the C++ source code, suitable for pattern recognition, image processing developers use!
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:2621
    • 提供者:rnowb
  1. KNN

    0下载:
  2. 基于PCA降维的KNN,最近邻分类matlab实现。-PCA dimensionality reduction based the KNN, the nearest neighbor classification matlab.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2815
    • 提供者:刘磊
  1. Nearest-neighbor

    1下载:
  2. 最近邻点法的设计程序与最近插入法源程序代码的:-Nearest neighbor interpolation method and the nearest sourcKze code:
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:11116
    • 提供者:bluse
  1. 模式识别和最近邻MATLAB算法

    0下载:
  2. 是很难找到的学习MATLAB仿真和RFID研究的论文资料哦,包含全部源代码的哦!!!
  3. 所属分类:matlab例程

    • 发布日期:2013-11-11
    • 文件大小:78336
    • 提供者:sarananana
  1. image-zoom

    3下载:
  2. 图像缩放是本人参与过的一个项目。本人利用常用的图像缩放算法(如最近邻插值法,双线性插值算法,三次插值算法,B-样条插值等)对图像进行缩放并分析各个算法的优缺点(本文有相应的算法源程序代码)。最后在对算法进行改进。-Image scaling is a project I worked on. I use common image scaling algorithms (such as nearest neighbor interpolation, bilinear interpolation a
  3. 所属分类:Special Effects

    • 发布日期:2015-05-12
    • 文件大小:1465344
    • 提供者:小陈
  1. enlarge

    0下载:
  2. 对二维图片进行中心放大,能控制放大的倍数,采用最近邻法-enlarge pictures from the center of it,can control the index for enlargement
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-02
    • 文件大小:535344
    • 提供者:xb
  1. TextureClassifier

    0下载:
  2. Zisserman纹理分类算法的例子,使用MR8滤波器和BOW作为特征描述,用最近邻进行分。-Examples Zisserman texture classification algorithm, the use of filters and BOW MR8 as characterization, carried out with the nearest neighbor points.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1522309
    • 提供者:杜量
  1. knn

    0下载:
  2. 利用KNN最近邻算法,对心音信号进行分割并判断,给出第一心音、第二心音和收缩期、舒张期。-Use KNN nearest neighbor algorithm, the heart sound signal is divided and judgment is given first, second heart sound and systolic, diastolic.
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:421269
    • 提供者:Sun
  1. hw1

    0下载:
  2. 图像处理,对源图像进行扭曲,采用最近邻、二维插值和三次样条插值。-Image processing, image distortion source, using the nearest neighbor, the two-dimensional interpolation and cubic spline interpolation.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:91369
    • 提供者:Freda
  1. 6

    0下载:
  2. 最近邻法和K近邻法。作为分类器算法,k近邻法和最近邻法应用广泛-Nearest neighbor and K-nearest neighbor method. As a classifier algorithm, widely k nearest neighbor method nearest neighbor method and application
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2523
    • 提供者:aili
  1. HIT--MoShiShiBie--ShiYan3

    0下载:
  2. 这是哈尔滨工业大学,电子与信息工程学院,模式识别课程,上机实验3,主要内容是使用matlab产生二维实验和测试样本,并采用最近邻和K近邻分类的方法对测试样本进行分类。完全自主敲写的代码,并运行通过-This is the Harbin Institute of Technology, School of electronic and information engineering, pattern recognition course, Experiment 3, the main conten
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:32804
    • 提供者:朱安国
  1. KNN

    0下载:
  2. knn最近邻算法。数据挖掘经典算法之一,包含了数据库-KNN nearest neighbor algorithm. Data mining is one of the classic algorithm, the database contains
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:88361
    • 提供者:elina
  1. 123

    0下载:
  2. 手写字符识别,使用svm 支持向量机和 knn最近邻分类器-Handwritten character recognition using svm SVM and knn nearest neighbor classifier
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:8620
    • 提供者:蔡纪源
  1. image-resize

    0下载:
  2. 图像的放大缩小,使用双线性插值跟最近邻插值,功能简单,适合初学者。(包含算法,并不是调用matlab插值内核)-Image zoom, bilinear interpolation with nearest neighbor interpolation, features a simple, suitable for beginners. (Including the algorithm, not calling matlab interpolation kernel)
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:561955
    • 提供者:candy
  1. nearest

    0下载:
  2. 最近邻法判断是否属于同一类的像素点,若是则归为一类,不是就寻找下一个点-Nearest neighbor method to determine whether the pixel belongs to the same class
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:645
    • 提供者:chenli
  1. Correction-of-remote-sensing-image

    0下载:
  2. 有关遥感图像的配准和畸变的矫正,包含了空间畸变矫正的常用的三种算法,最近邻法,双线性内插值,三次卷积插值-Correction of remote sensing image registration and distortion
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-28
    • 文件大小:11260526
    • 提供者:叶子
  1. TPCA

    1下载:
  2. 人脸识别中TensorPCA算法的matlab程序,使用最近邻分类器进行识别。-Face Recognition TensorPCA algorithm matlab procedures, the use of nearest neighbor classifier to identify.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-13
    • 文件大小:1921
    • 提供者:whicme
  1. 1NNC

    0下载:
  2. C语言实现1NN最近邻算法,可用于时间序列的分类,准确率高-C language implementation 1NN nearest neighbor algorithm, used to classify time series, high accuracy
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1102
    • 提供者:庄旨鉴
  1. KNN_Example

    0下载:
  2. 最近邻算法,一个经典的算法。供初学者参考。-The nearest neighbor algorithm, a classic algorithm. For beginners reference.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:628
    • 提供者:张光华
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 48 »
搜珍网 www.dssz.com