CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - euclidean matlab

搜索资源列表

  1. shibie.rar

    2下载:
  2. 用matlab实现的几种模式识别的方法,有切比雪夫距离法,马氏距离法,欧氏距离法。而且每种方法都给出了多种编程,Matlab achieved using several methods of pattern recognition, there are Chebyshev distance, Mahalanobis distance method, Euclidean distance method. But each method are given a variety of program
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-03-14
    • 文件大小:83074
    • 提供者:mr yao
  1. GSNNSimulation

    1下载:
  2. 本文针对SLAM算法中数据关联过程,提出了一种简单易行的改进方法,将欧氏距离与马氏距离结合用于数据关联。算法不必计算地图所有特征与所有量测之间的马氏距离,而是首先利用相对简单的欧氏距离计算缩小了待关联特征的搜寻范围。利用人工合成数据的仿真结果表明,改进后的数据关联方法可以大幅减少系统计算量,提高关联效率,且不会造成错误关联的增加。-This article SLAM algorithm for data association process, a simple method to Euclid
  3. 所属分类:matlab例程

    • 发布日期:2014-01-09
    • 文件大小:13131
    • 提供者:liancb
  1. EUCLIDEAN_Algorithm

    1下载:
  2. Euclidean节点定位是由美国路特葛斯大学利用距离矢量路由和GPS定位原理提供出一种分布式自主定位算法-Node localization Euclidean path by the Rutgers Universitys use of distance vector routing and GPS positioning to provide a principle of self-positioning algorithm for distributed
  3. 所属分类:matlab

    • 发布日期:2015-11-04
    • 文件大小:1060377
    • 提供者:qinhua
  1. euclideanDistance

    0下载:
  2. euclidean Distance-euclidean Distance
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1150
    • 提供者:muhammet
  1. Speech_Test

    0下载:
  2. In this project we have processed the speech signal with the help of the DIGITAL SIGNAL PROCESSING techniques. The speech signal is given as the input will be verified using speech recognition technique using matlab. We have used Mel Frequency Cepstr
  3. 所属分类:matlab

    • 发布日期:2017-03-21
    • 文件大小:2347
    • 提供者:SimonKap22
  1. euclidean_watershed_Segment

    0下载:
  2. 用matlab实现的欧氏分水岭分割源码,十分方便-Achieved with the Euclidean matlab source watershed segmentation, very convenient
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:909
    • 提供者:严德春
  1. hashing

    0下载:
  2. 将图像提取gist向量,然后计算各向量之间的欧氏距离,进行比较。-Extracted gist vector image, and then calculate the Euclidean distance between vectors, for comparison.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:808
    • 提供者:刘洋
  1. reval

    0下载:
  2. Euclidean Distance Transform has been widely studied in computational geometry, image processing, computer graphics and pattern recognition. Euclidean distance has been computed through different algorithms like parallel, linear time algorithms etc.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:101716
    • 提供者:yasora
  1. nearestneighbour

    0下载:
  2. Compute nearest neighbours (by Euclidean distance) to a set of points of interest from a set of candidate points. The points of interest can be specified as either a matrix of points (as columns) or indices into the matrix of candidate points.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:30618
    • 提供者:nadir
  1. LinearDiscriminantAnalysis

    1下载:
  2. 提出了一种新的基于图像分块重构和线性判别分析相融合的方法,主要用于人脸识别。该方法通过计算两幅图像之间图 像块的重构均值误差,运用线性判别分析求出两幅图像降维后的欧式距离,融合重构误差和欧式距离计算这两幅图像之间的差别 程度。-A new block-based image reconstruction and the integration of linear discriminant analysis method is mainly used for face recognitio
  3. 所属分类:matlab

    • 发布日期:2015-05-18
    • 文件大小:220160
    • 提供者:程德志
  1. Kohonen

    0下载:
  2. Kohonen神经网络算法工作机理为:网络学习过程中,当样本输入网络时,竞争层上的神经元计算输入样本与竞争层神经元权值之间的欧几里德距离,距离最小的神经元为获胜神经元。调整获胜神经元和相邻神经元权值,使获得神经元及周边权值靠近该输入样本。通过反复训练,最终各神经元的连接权值具有一定的分布,该分布把数据之间的相似性组织到代表各类的神经元上,使同类神经元具有相近的权系数,不同类的神经元权系数差别明显。需要注意的是,在学习的过程中,权值修改学习速率和神经元领域均在不断较少,从而使同类神经元逐渐集中。-
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:86751
    • 提供者:李芳
  1. Matlab-digital-based-recognition-

    0下载:
  2. 这6个程序可用于0—9的数字识别,算法包括:基于类中心的欧式距离法、马氏距离法、夹角余弦距离法 、二值化的夹角余弦距离法、二值化的Tanimoto测度法和增量校正算法,均为基于matlab软件编写的程序。学会了这几个算法,可以在这些程序的基础上进行扩展,对三维模型识别算法的编程有一定的帮助。-6 program can be used 0-9 digit recognition, algorithms include: class center Euclidean distance, Mah
  3. 所属分类:matlab

    • 发布日期:2017-11-12
    • 文件大小:3470
    • 提供者:柏芝
  1. MATLAB

    0下载:
  2. 一个关于sinc函数最小欧氏距离计算的程序,和仿真,研究超奈奎斯特可以借鉴-A program sinc function on the minimum Euclidean distance calculation, and simulation of Super Nyquist can learn
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1254
    • 提供者:cyy
  1. matlab

    0下载:
  2. 用matlab编的关键帧提取的代码,是基于帧差的欧式距离,均值,方差,差异系数下的关键帧提取。-matlab key frame extraction for the code, with reference to code optical flow method. Frame difference is based on the Euclidean distance, the mean, variance, difference coefficient under the key frame
  3. 所属分类:matlab

    • 发布日期:2017-05-14
    • 文件大小:3505103
    • 提供者:邹宜然
  1. jei-V8.0

    0下载:
  2. Including Deng's correlation, absolute correlation, correlation of slope, improved absolute correlation, Clustering analysis based on Euclidean distance, Multivariate least squares fitting method of nonlinear equations.
  3. 所属分类:matlab例程

  1. euclidean_dist.m

    0下载:
  2. Euclidean distance between 2 pts
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:babou79
  1. euc2sph_dist.m

    0下载:
  2. Convert euclidean to spherical distance
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:babou79
  1. 3

    0下载:
  2. Agrupaciones graficas euclidean, jaccard & Manhattan Grafica Avanzada 2
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:7168
    • 提供者:roimar90
  1. rrsvj

    0下载:
  2. Using a large number of finite element method to solve partial differential equations, The title of the commercial is undergraduate course you Calculation of the Euclidean distance between the two matrices.
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:150528
    • 提供者:张国男
  1. 52176893pca-matlab-code

    0下载:
  2. pca人脸识别算法,人脸检测,欧式距离,特征向量求法等。(PCA face recognition algorithm, face detection, Euclidean distance, eigenvector method and so on.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:33792
    • 提供者:欧阳某某
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com