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

搜索资源列表

  1. image resampling

    0下载:
  2. %This is a simple function that resamples the image %at a different pixel size function nimg = imresample(oldpixsize,img,newpixsize,intmethod) % This function resamples the images at the new grid points % defined by the new pixel sizes. It
  3. 所属分类:matlab例程

    • 发布日期:2010-09-10
    • 文件大小:1714
    • 提供者:whitewalter
  1. video scaler

    0下载:
  2. Scales streaming video up or down in resolution. Bilinear and nearest neighbor modes are supported. Run-time adjustment of input and output resolution, scaling factors, and scale type.
  3. 所属分类:源码下载

  1. video scaler

    1下载:
  2. Scales streaming video up or down in resolution. Bilinear and nearest neighbor modes are supported. Run-time adjustment of input and output resolution, scaling factors, and scale type.
  3. 所属分类:编程文档

  1. 最近点对问题,分别用蛮力法和分治法进行了求解

    0下载:
  2. 最近点对问题,分别用蛮力法和分治法进行了求解,算法已经做过优化-Nearest point on the issue, respectively, and with brute force method for solving divide and conquer algorithm optimization has been done
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2017-04-09
    • 文件大小:2052959
    • 提供者:zhou
  1. ClosestPair 二维最近点对算法

    0下载:
  2. 二维最近点对算法,分别用遍历方法和分治算法实现,并对实现的时间进行比较-Two-dimensional nearest point of the algorithm, respectively, and partition with traversal algorithm, and compare the time to achieve
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-04-09
    • 文件大小:2979268
    • 提供者:wanglin
  1. LinearDiscriminant.rar

    0下载:
  2. 线形判别分析算法和knn最近邻算法的实现,Linear discriminant analysis algorithm and KNN nearest neighbor algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:111056
    • 提供者:huscar
  1. Font.rar

    0下载:
  2. 当创建QFont对象时,Qt会使用指定的字体,如果没有对应的字体,Qt将寻找一种最接近的已安装字体.,When creating QFont object, Qt will use the specified font, if there is no corresponding fonts, Qt will look for a nearest font is already installed.
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-24
    • 文件大小:21669
    • 提供者:gongchangmufeng
  1. e2lsh.rar

    0下载:
  2. Nearest Neighbor Methods in Learning and Vision: Theory and Practice书中章节Locality-Sensitive Hashing Scheme Based on p-Stable Distributions 中LSH-Local Sensitive Hashing算法的C语言在Red Linux下实现,Book <Nearest Neighbor Methods in Learning and Vision: Theory
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:580773
    • 提供者:桑基韬
  1. PCA_KNN.rar

    0下载:
  2. 主成分分析+最近邻分类器,经典的原理介绍论文,可参照。,PCA+ nearest neighbor classifier, the classic paper describes the principle, can refer to.
  3. 所属分类:Development Research

    • 发布日期:2017-03-29
    • 文件大小:549831
    • 提供者:wangxuyang
  1. interpolation.rar

    1下载:
  2. 几种传统的图像插值放大方法:最近邻插值法,双线性插值法,双三次插值法,Several traditional interpolation to enlarge the image : nearest neighbor interpolation, bilinear interpolation, bicubic interpolation.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:127532
    • 提供者:zhoujianhua
  1. regnize

    0下载:
  2. 实现0-9个手写数字的识别 使用了多种方法:最近邻、势函数、神经网络、贝叶斯分类器-To achieve recognition handwritten digits 0-9 using a variety of methods: the nearest neighbor, potential function, neural networks, Bayesian classifier
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-27
    • 文件大小:10155801
    • 提供者:leaf
  1. interpolation

    2下载:
  2. 几种插值方法,双线性,三次,最邻近,sinc-Several interpolation, bilinear, cubic, nearest neighbor, sinc
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:12485
    • 提供者:苏林
  1. divide.rar

    0下载:
  2. 分治法求解最近点对问题 求最近点对的分治算法实现,输入点对,输出最近点,Sub-rule method for nearest point on the nearest point on the issue of sub-rule algorithm, input points, output nearest point
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:1619
    • 提供者:马强业
  1. knn_matlab.rar

    0下载:
  2. knn—k近邻准则matlab实现,适合初学者,knn-k neighbors to achieve the criteria matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:904
    • 提供者:lingjinwen
  1. Apoint

    0下载:
  2. 一维最近点对问题 通过输入一维点x的坐标,求得距离最近的点对和距离-One-dimensional nearest point of the problem by entering the coordinates of one-dimensional point x, obtained from the nearest point and distance
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:585579
    • 提供者:周苏建
  1. KL

    0下载:
  2. 基于KL变换的特征提取的方法。 选取数据库中的部分样本(每个人的前5张图片)作为训练样本,其余作为未知的测试样本。从训练样本中得到KL变换矩阵,然后对训练样本和测试样本都进行变换,用变换后的数据作最近邻识别,距离可以为对应灰度值之差的平方和,统计识别率。-KL transform based feature extraction method. Select the database part of the sample (each person' s top 5 pictures)
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:3204
    • 提供者:刘峰
  1. nearestPointPair

    0下载:
  2. 给定一个点数组,比较求解最近点对的一般算法和分治法的效率。-Given a point group, compared to solve the nearest point on the general algorithm and divide and conquer efficiency.
  3. 所属分类:Other systems

    • 发布日期:2017-05-20
    • 文件大小:5881473
    • 提供者:Jimin
  1. dance

    0下载:
  2. 此题是用最近邻域法实现图像缩放,供菜鸟练习用,这种算法不高清-This problem is the nearest neighbor domain method to achieve image scaling for the rookie practice with, this algorithm does not high-definition
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:916
    • 提供者:罗尚
  1. project1

    0下载:
  2. 放大和缩小图像,采用最近邻域内插和像素复制法放大图像,采用像素删除法缩小图像-Zoom in and out using the nearest neighbor interpolation and pixel replication method to enlarge the image, pixel deletion method to reduce the image
  3. 所属分类:Special Effects

    • 发布日期:2017-11-09
    • 文件大小:522039
    • 提供者:曼珠沙华
  1. Games

    0下载:
  2. Bayes分类器——算法设计 1. 使用决策树(Decision tree)分类算法、朴素贝叶斯(Naï ve Bayes)算法或者K-近邻(kNN)算法(三者任选其一)对给定的训练数据集构造分类器,并在测试数据集上进行分类预测。 2. 数据集描述: Tic-tac-toe游戏的二叉分类。Tic-tac-toe游戏示例如下-Bayes classifier- Algorithm 1. Using the decision tree (Decision tree) classi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1439417
    • 提供者:vera
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com