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

搜索资源列表

  1. 加权欧氏距离及其应用

    1下载:
  2. 聚类算法中常用欧氏距离,这篇文章描述了使用加权的方法。-clustering algorithm common Euclidean distance, this article describes the use of weighted method.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:18922
    • 提供者:石支柱
  1. 计算两个矩阵之间的欧氏距离

    1下载:
  2. 计算两个矩阵之间的欧氏距离,对学生模式识别的人有帮助。-Calculated between the two Euclidean distance matrices, pattern recognition to students who have helped.
  3. 所属分类:图形/文字识别

    • 发布日期:2017-03-21
    • 文件大小:521
    • 提供者:袁冬
  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. MyTuXing2

    1下载:
  2. 图像处理平台,用VC++写的,包括矩,欧氏距离等等,欢迎大家下载学习使用-Image processing platform, using VC++ to write, including the moment, Euclidean distance, etc., are welcome to download the learning to use
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:108980
    • 提供者:战机
  1. CalcVecDistance

    1下载:
  2. vc+opencv计算欧氏距离和马氏距离-vc+ opencv calculating Euclidean distance and Mahalanobis distance
  3. 所属分类:Graph program

    • 发布日期:2016-01-26
    • 文件大小:218587
    • 提供者:刘镇
  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. IDASimulation

    1下载:
  2. 本文针对SLAM数据关联中使用最为广泛的最近邻方法作了改进,利用特征估计位置与载体预测位置之间的欧氏距离计算代替了全部特征与每个量测之间的马氏距离计算,避免了大量的矩阵乘法计算。该算法简单易行,降低了算法的计算复杂度,有利于SLAM算法的实时执行,且关联效果与全局最近邻法相同-In this paper, SLAM data association in the most widely used methods of improving the nearest neighbor, using t
  3. 所属分类:matlab例程

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

    0下载:
  2. k-means(欧氏距离)聚类算法是最基本的聚类算法,是理解和应用聚类算法的基础,通过k-means(欧氏距离)聚类算法我们才可以初步了解数据挖掘的原理。-k-means (Euclidean distance) clustering algorithm is the most basic clustering algorithm, is understanding and the basis for the application of clustering algorithm, throu
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:276524
    • 提供者:徐加子
  1. findkeypoint

    0下载:
  2. 摘要:拐点是数字图像中的一个重要信息载体 提出一种新的拐点检测算法 该算法并非寻找连续空间中曲率的离散近似计算方法,而是源于离散曲线的外观特征,推导出离散曲线上拐点处k个点对间欧氏距离平方和局部最小这一重要性质。基于该性质,本算法首先利用Freeman链码的性质.过滤掉物体边界上明显不可能成为拐点的象素,然后在剩余的边界点中通过寻找该局部最小值定位出拐点。给出了本算法与四种著名拐点检测算法的对比实验。 -Abstract: The inflection point is a digital
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:180615
    • 提供者:changhe.cheng
  1. tsp_nn

    0下载:
  2. KNN classifiers, training is training set, testing is test set, D is the distance, D=1 is mandistance D=2 is 欧氏距离 D=3是 infinite norm K is the number of selected neighbors- KNN classifiers, training is training set, testing is test set,
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:2660
    • 提供者:
  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. Content-basedImageRetrieval

    0下载:
  2. 基于内容(颜色)的图像检索,用VC++实现算法——欧氏距离,可以在指定的目录下搜索相似的图案,旗帜,冬景等,是图像检索的最简单的模型,感兴趣的可以下载看看。-Content-based (color) image retrieval, using VC++ algorithm- Euclidean distance, you can search the directory specified similar pattern, flags, winter landscape, are the s
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5995120
    • 提供者:陈杨
  1. oushi

    0下载:
  2. 基于欧氏距离求解带状区域二值图的目标区域宽度-Solving Euclidean distance-based binary image of the band region the width of the target area
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1033
    • 提供者:杨平平
  1. numberbie

    0下载:
  2. 本程序实现了手写数字体的识别,识别算法采用最小欧氏距离法-Realized by the number of fonts handwriting recognition, recognition algorithms using the minimum Euclidean distance method
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-05
    • 文件大小:3198
    • 提供者:wang
  1. Character-recognition

    0下载:
  2. 自己制作基于“欧氏距离的算法”来识别文字的相似性,从而来识别手写文字的程序,开发环境是matlab.需要讲手写的字加到字库才可以哦。-Produce their own based on the " Euclidean distance algorithm" to identify the similarity of the text, handwritten text in order to identify the procedures, the development e
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:35988
    • 提供者:mr hai
  1. PCA-about-image

    0下载:
  2. PCA代码,关于二维数字图像的匹配问题。从给定的图像库中,计算出投影空间(已降维处理),然后计算库中每幅图像在投影空间中的投影,测试图像也进行投影空间投影,计算测试图像的投影与库中每幅图像的投影的欧氏距离,距离最小的那个最匹配。-2-D digi image PCA
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:2524
    • 提供者:爱琴海
  1. 欧氏距离

    0下载:
  2. 欧氏距离法识别数字。模板和数字差别不能太大。(Euclidean distance method to identify numbers.The difference between template and number cannot be too large)
  3. 所属分类:图形/文字识别

    • 发布日期:2018-01-05
    • 文件大小:3072
    • 提供者:凌浅
  1. test

    1下载:
  2. 时间序列欧式距离度量;欧几里得距离;时间序列的欧氏距离相似度(Euclidean Distance Measurement of Time Series)
  3. 所属分类:其他

    • 发布日期:2020-12-05
    • 文件大小:1024
    • 提供者:nahan
  1. 欧氏距离

    1下载:
  2. 计算数据欧氏距离,很详细的资料,个人编写(Calculation data Euclidean distance, very detailed information, personal preparation)
  3. 所属分类:matlab例程

  1. 基于欧氏距离的yes和no的语音识别

    1下载:
  2. 基于欧氏距离的yes和no的语音识别,matlab,时域、频域,数字信号处理。可以直接录音也可以读取音频文件
  3. 所属分类:matlab例程

« 12 3 4 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com