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

搜索资源列表

  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. Interpolation-Technique-for-WZVC

    0下载:
  2. The manuscr ipt describes performance comparison of nearest-neighbor interpolation and bilinear to reduce the complexity of decoder WZVC.
  3. 所属分类:Development Research

    • 发布日期:2017-04-17
    • 文件大小:200590
    • 提供者:imow
  1. lbp2012_10

    0下载:
  2. 主要是基于LBP的图像的纹理特征的提取与识别,很适合大家学习!-DemoOutexDisCLBP.m: Matlab scr ipt to run disCLBP experiments on the Outex_TC_00012 database NNClassifier.m: Nearest neighbor classifier based on L1 distance MergeDominantType.m, RemoveDominantOutlier.m, Lear
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:12005
    • 提供者:wandangdang
  1. Pattern-Recognition2

    0下载:
  2. 清华模式识别第二次作业,采用dataset2.txt 数据作训练样本,采用身高与体重特征进行性别分类,建立最小错误贝叶斯分类器;2、采用身高体重数据作为特征,以 dataset2.txt 作为训练数据,用 Fisher 线性判别方法设计分类器;3、从多层感知器、SVM、近邻法选择一种方法,进行上述的分类实验;-Tsinghua second operation pattern recognition using dataset2.txt data for training samples, us
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:7392
    • 提供者:zhusy09
  1. UCI

    0下载:
  2. KNN近邻算法程序 绝对可用 -KNN nearest neighbor algorithm program is absolutely free program is absolutely free KNN nearest neighbor
  3. 所属分类:matlab

    • 发布日期:2017-05-10
    • 文件大小:2242933
    • 提供者:emerson
  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. knn k近邻算法,可选择欧式距离或者曼哈顿距离-knn k nearest neighbor, Euclidean distance or Manhattan can choose the distance
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1767
    • 提供者:葛文耀
  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. SNFAP

    0下载:
  2. 这是基于吸引子传播算法的改进,采用svd技术,还有半监督思想,有效提高聚类效果-K-nearest neighbor algorithm based on neural networks, and k-means for effective integration and improvement, improved k-means algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:965
    • 提供者:王依章
  1. SerialKNN

    0下载:
  2. KNN-是K最邻近结点算法(k-Nearest Neighbor algorithm)的缩写形式,是电子信息分类器算法的一种。KNN方法对包容型数据的特征变量筛选尤其有效。-In pattern recognition, the k-nearest neighbors algorithm (k-NN) is a non-parametric method for classification and regression, that predicts objects "values"
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:18326
    • 提供者:chelin
  1. Kjinlin

    0下载:
  2. K近邻c语言程序的简单应用 简单应用 -K-nearest neighbor c language program a simple application of a simple application of a simple application of a simple application
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:1090
    • 提供者:韩超
  1. knn.m

    0下载:
  2. knn 只是个函数实现 需要其它函数的引用-k-nearest neighbor u need to import this function to other functions to run it
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1101
    • 提供者:qian
  1. knn

    0下载:
  2. k近邻分类器分类 包括PCA功能 归一化 并且带有交叉检验功能-k nearest neighbor classifiers including PCA function normalized and with cross-validation function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:141991
    • 提供者:朱戎生
  1. source

    0下载:
  2. 此代码主要是利用最邻近差值法,双线性插值法,高阶插值法实现图像的旋转以及缩放-This code is the difference between the use of the nearest neighbor method to achieve image rotation bilinear interpolation, higher-order interpolation and scaling
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2592
    • 提供者:xuxiao
  1. matlab-_scaler

    0下载:
  2. 分别用最邻近插值算法和双线性插值算法在matlab上实现图像的缩放.word文档。附有算法原理以及实现效果。-Image scaling using the nearest neighbor interpolation algorithm and bilinear interpolation algorithms were implemented on matlab
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-01
    • 文件大小:867971
    • 提供者:卫伟
  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. Image-processing

    0下载:
  2. 對Input影像做spatial transformation (nearest-neighbor, bilinear, and bicubic,scaling,shearing,translation,rotation),電腦需安裝opencv library-Input image for doing spatial transformation (nearest-neighbor, bilinear, and bicubic, scaling, shearing, translatio
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:154453
    • 提供者:andy
  1. Pattern-Recognition

    0下载:
  2. 分别利用fisher判别法和近邻法对一组声呐数据进行模式识别,计算分类的正确率-Respectively, and the use of fisher discriminant method nearest neighbor method sonar data to a set of pattern recognition, to calculate the correct classification rate
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:68953
    • 提供者:姚义刚
  1. pcannc

    1下载:
  2. 主分量分析对SAR图像目标进行特征提取,用最近临方法进行分类-Principal component analysis(PCA) of SAR image target feature extraction, classification using nearest-neighbor method
  3. 所属分类:Special Effects

    • 发布日期:2015-12-10
    • 文件大小:6112256
    • 提供者:田兵兵
  1. SIFT

    0下载:
  2. SIFT(Scale Invariant Feature Transform)即尺度不变特征变换,是 D. G.Lowe 在 1999 年提出的一种基于图像局部特征的描述算子,并于 2004年做了完善。SIFT算法是一种基于线性尺度空间,对图像缩放、旋转甚至仿射变换保持不变的局部特征描述算子,因此被广泛地应用于机器人定位、导航和地图生成中。-This paper presents a method for extracting distinctive invariant features fro
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:742790
    • 提供者:欣欣
« 1 2 ... 19 20 21 22 23 2425 26 27 28 29 ... 37 »
搜珍网 www.dssz.com