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

搜索资源列表

  1. image-processing

    1下载:
  2. 1.设计一个程序,对一幅灰度图像的实现如下几何变换,1)放大为原图1.5倍 2)绕中心旋转30度(CW) 3)采用偏移量插值实现一个透视变换. 灰度差值用最近邻插值和双线性插值 2. 绘制一幅灰度图像的梯度幅度图像(三点法求梯度),针对梯度幅度图像合理的选择一个阈值(通过试验即可)将其二值化,以获得图像边缘检测图像。-(1) design a program, a grayscale image as geometric transformation, zoom 1) for 1.5 tim
  3. 所属分类:Special Effects

    • 发布日期:2015-12-28
    • 文件大小:291840
    • 提供者:Xucheng
  1. xietongdingwei

    1下载:
  2. 协同定位是多平台编队中的关键问题之一 是实现无人机~ 舰艇编队等定位控制的基础G 从信息融 合的角度研究了编队协同中的导航定位问题 提出了一种新的协同定位算法G 推导了二维情况下 基于最近邻准 则确定伪测量和相伴误差协方差矩阵的模型G 仿真分析表明 该算法可以稳定地完成己平台运动要素的估计-Co-location is one of the key issues in the formation of multi-platform UAV ~ vessel formation pos
  3. 所属分类:软件工程

    • 发布日期:2017-04-21
    • 文件大小:152918
    • 提供者:dingwei
  1. dct_nnc

    0下载:
  2. 结合DCT和NNC进行人脸识别。先利用DCT提取特征,然后利用最近邻分类器分类,在ORL人脸库上测试效果不错。-The combination of DCT and NNC for face recognition. First DCT Feature Extraction, and then use the nearest neighbor classifiers, good test results on the ORL face database.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1140
    • 提供者:尹贺峰
  1. kuaisu

    0下载:
  2. 快速最近邻矢量量化码字搜索算法 一种快速最近邻矢量量化码字搜索算法-Fast nearest neighbor codeword search algorithm for vector quantization
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:55980
    • 提供者:simon
  1. root-finding

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

    • 发布日期:2017-04-04
    • 文件大小:208791
    • 提供者:xulubo
  1. image

    0下载:
  2. 对图像进行旋转,拉伸,镜像对称等变换的整合示例,包含最近邻插值,双线性插值即双三线性插值的处理部分程序-Image rotate, stretch, mirror symmetry transformation of the integration example, contains the most recent neighbor interpolation, bilinear interpolation double tri-linear interpolation processing p
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1362
    • 提供者:caicai
  1. philbinj-fastann-cbf02be

    0下载:
  2. 近似最近邻多维向量快速匹配算法,使用随机k-d树-FASTANN: A library for fast approximate nearest neighbours
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:38790
    • 提供者:齐思远
  1. tsp_nn

    0下载:
  2. 旅行商问题(TSP)的最近邻(NN)算法 近邻算法产生不同的结果,取决于选择哪个城市作为起点。此功能决定近邻路线为多个出发点,并返回这些航线的最佳。 -TSP_NN Traveling Salesman Problem (TSP) Nearest Neighbor (NN) Algorithm The Nearest Neighbor algorithm produces different results depending on which city is selected a
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:3539
    • 提供者:fuwalinzi
  1. extendimage

    0下载:
  2. 根据模板大小对图像扩展,最近邻法,matlab-According to the template image size on expansion, k-nearest-neighbors, matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:553
    • 提供者:chy
  1. jinlinfa

    0下载:
  2. 分段线性判别函数的极端情况--最近邻法。模式识别-pattern recognition
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-10
    • 文件大小:1726472
    • 提供者:刘盛强
  1. Untitled

    0下载:
  2. 自己编写的对一幅图像实现最近邻插值和双线性插值,可以直接运行,效果很好。-Write your own images of a nearest neighbor interpolation and bilinear interpolation, can be run directly, the effect is very good.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1150
    • 提供者:朱珠
  1. NearestNeighborMethod

    0下载:
  2. 最近邻算法,实现。有数据,可以直接运行,并显示效果-Nearest neighbor algorithm.Data can be run directly, and can display
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:970
    • 提供者:kevin
  1. Nearest-neighbor-interpolation

    0下载:
  2. 使用最近邻插值法对图像进行缩放处理的matlab程序-Using the nearest neighbor interpolation image zoom processing matlab program
  3. 所属分类:matlab

    • 发布日期:2017-03-21
    • 文件大小:879
    • 提供者:罗湘
  1. 1

    0下载:
  2. 一些自己编写的图像插值算法程序。包括最近邻插值,双线性插值和双三次插值--Recently, the field of bilinear interpolation and interpolation matlab source, comparing the effects of two algorithms.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-03
    • 文件大小:7670
    • 提供者:林政維
  1. k-nn

    0下载:
  2. k最近邻 分类 机器学习 模式识别 人工智能 小程序-KNN classification machine learning Pattern recognition artificial intelligence Small program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:1575
    • 提供者:许素萍
  1. ANNTest

    0下载:
  2. 查找二维和三维空间中K最近邻点的算法,在Approximate Nearest Neighbor Searching(ANN)的基础上进行了包装,易于使用。-Find the two-dimensional and three-dimensional space of K nearest neighbor algorithm, Approximate Nearest Neighbor Searching (ANN) based on the packaging.
  3. 所属分类:Algorithm

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

    0下载:
  2. K最近邻C实现,测试通过,可以使用,主要适用于数据库定位方法-K nearest neighbor C implementation, the test passes, you can use, mainly applied to the database location method
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1176
    • 提供者:liuliu
  1. zuijin

    0下载:
  2. 空间点对的数据挖掘,最近邻的cSharp实现-Space point data mining, adjacent cSharp implementation
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:68835
    • 提供者:孙洲
  1. ANN_1.1.2(Newest-Vision-2010-1-27)-

    1下载:
  2. ANN是一个构造数据索引结果的程序,可以实现最近邻、KD树等功能。ANN is designed for data sets that are small enough that the search structure can be stored in main memory (in contrast to approaches from databases that assume that the data resides in secondary storage). Points ar
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-10-09
    • 文件大小:999424
    • 提供者:fhqu
  1. Semi-supervised-learning

    1下载:
  2. 义了一个欧氏距离和监督信息相混合的新的最近邻计算函数,从而将K一均值算法很好地应用于半 监督聚类问题。针对K一均值算法初始质心敏感的缺陷,用粒子群算法的搜索空间模拟聚类的欧氏空间,迭代搜 索找到较优的聚类质心,同时提出动态管理种群的策略以提高粒子群算法搜索效率。算法在UCI的多个数据集 上测试都得到了较好的聚类准确率。-Righteousness of a Euclidean distance and supervision of a mixture of new nearest n
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:424167
    • 提供者:xz
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 48 »
搜珍网 www.dssz.com