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

搜索资源列表

  1. k-means

    0下载:
  2. kmeans的程序,用欧式距离对80个对象进行分类-a kind of procedure ralated to the algorithm of Kmeans
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:2429
    • 提供者:肖鹏
  1. KNN-ALG

    0下载:
  2. 基于欧式距离的最邻近改进算法,该算法在提高SIFT算法的特征点匹配效率-Euclidean distance based on the nearest improved algorithm SIFT algorithm to improve the efficiency of matching feature points
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:182566
    • 提供者:xuzhaohe
  1. k-means

    0下载:
  2. 次算法基于欧式距离,用于数据挖掘k均值聚类算法,或者用于数据挖掘作业-for dating ,kmeans
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:76299
    • 提供者:dailihua
  1. zuoye

    0下载:
  2. 模式识别作业,贝叶斯分类,欧式距离马氏距离-Pattern recognition operation, the Bayesian classifier, the Euclidean distance, Mahalanobis distance
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:917
    • 提供者:毕浩洋
  1. retrieval

    0下载:
  2. 图像检索,基于颜色直方图的计算,通过欧式距离的计算方法,实现图像检索- image retrieval,image searching,Wavelet Domain Image Indexing Using Directional Gradient Angular Histogram
  3. 所属分类:software engineering

    • 发布日期:2017-05-10
    • 文件大小:2056506
    • 提供者:尼玛
  1. RandotCls

    0下载:
  2. 程序按照随即生成若干个点作为点坐标 ,根据欧式距离 进行聚类分析 ,图像处理对象是灰度值,这里是用随即生成的点做例子 展示,这个程序有界面!-Procedures in accordance with the randomly generated a number of points as the point coordinates, cluster analysis based on Euclidean distance, the image processing is the gray va
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:150698
    • 提供者:dingshi
  1. tidu

    0下载:
  2. 利用索贝尔算子两种模板提取图像梯度,幅度选取分别利用欧式距离、城区距离和棋盘距离。-Using two templates of Sobel operator to extract the gradient of a image. Magnitude was selected by using Euclidean distance, city distance and chessboard distance.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:140222
    • 提供者:tt
  1. Image-retrieval

    0下载:
  2. 采用小波变换,利用小波系数,作为图像纹理特征的检索。并采用欧式距离,将最相似的图像,按序排列下来-The wavelet transform using the wavelet coefficients as the retrieval of image texture features. And Euclidean distance, the most similar images in descending order down
  3. 所属分类:Wavelet

    • 发布日期:2017-04-01
    • 文件大小:140559
    • 提供者:曾小浩
  1. face_recog

    0下载:
  2. 基于gabor特征提取与欧式距离分类的人脸识别-Based on the gabor feature extraction and face recognition of the Euclidean distance.
  3. 所属分类:matlab

    • 发布日期:2017-05-20
    • 文件大小:5939496
    • 提供者:小范
  1. duplex

    0下载:
  2. 用于建模数据分集。计算各样本点的欧式距离,首先将距离最大的两个点放入第一个样本集,接着将余下距离最大的两个点放入第二个样本集,依次计算,将剩余数据点分别放入上述两个样本集。- This algorithm starts by selecting the two points furthest from each other (euclidean distance) and puts them both in a first set. Then the next two points furthe
  3. 所属分类:matlab

    • 发布日期:2016-03-18
    • 文件大小:1024
    • 提供者:luwen
  1. Kmeans

    1下载:
  2. 划分聚类中的K-means算法,运用的欧式距离作为度量距离-The instance of K-means clustering algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-06
    • 文件大小:1403
    • 提供者:王银同
  1. MaxCluster

    0下载:
  2. 基于matlab环境下的最大最小距离聚类的程序。距离度量为欧式距离。-Based on the maximum and minimum distance clustering in Matlab environment program. The distance measure is the Euclidean distance.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-26
    • 文件大小:647
    • 提供者:wangdi
  1. Desktop

    0下载:
  2. 欧式距离PAM聚类算法,利用欧式度量聚类真实数据集和实际数据集用于对各类数据分类-Euclidean distance the PAM clustering algorithms using the European metric clustering real data sets and real data sets for the various types of data classification
  3. 所属分类:Special Effects

    • 发布日期:2017-11-25
    • 文件大小:1741
    • 提供者:何姗姗
  1. CharRec

    0下载:
  2. 字符识别的源码,可识别数字和英文。包括图像处理和模式识别的内容。图像处理包含转灰度图、二值化、滤波、细化、分割、规格化等。模识别部分包含欧式距离的模板匹配和BP神经网络。-Character recognition source code, can recognize numbers and English. Including image processing and pattern recognition. Contains to grayscale image processing, bi
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-12
    • 文件大小:784848
    • 提供者:李龙
  1. kmeans

    0下载:
  2. 利用k-means算法进行聚类,K-means算法以欧式距离作为相似度测度,它是求对应某一初始聚类中心向量V最有分类,使得评价指标J最小。算法采用误差平方和准则函数作为聚类准则函数。-Algorithm using k-means clustering, K-means algorithm Euclidean distance as a similarity measure, it is the pursuit of the vector V corresponding to a initial
  3. 所属分类:CSharp

    • 发布日期:2017-11-18
    • 文件大小:626488
    • 提供者:陈陈
  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. bayes

    0下载:
  2. 简单贝叶斯分类器,分别采用欧式距离和马氏距离实现三类分类-Simple Bayesian classifier
  3. 所属分类:matlab

    • 发布日期:2017-12-04
    • 文件大小:85451
    • 提供者:mayanbo
  1. face-recognition

    0下载:
  2. 人脸识别,特征分割,特征点定位,欧式距离,模式匹配-face recognition,feature capture,feature match
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-11-26
    • 文件大小:295773
    • 提供者:chenyang
  1. colorseg2

    1下载:
  2. 对彩色图像进行分层,并且使用欧式距离和马氏距离作为辅助计算,效果很好。-Stratified, the color image and use the Euclidean distance and Mahalanobis distance as an auxiliary, the effect is very good.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:2048
    • 提供者:peter
  1. colorseg

    0下载:
  2. 此函数主要用欧式距离法和maha法实现图像分割。简单实用。-Image segmentation
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-06
    • 文件大小:1285
    • 提供者:zhangqianqian
« 1 2 34 5 6 7 »
搜珍网 www.dssz.com