CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - Euclidean algorithm

搜索资源列表

  1. bwdistsc

    0下载:
  2. This function computes Euclidean distance transform for 3D binary image with non-trivial aspect ratio (i.e. anisotropic pixels). The algorithm uses fast optimized line-scans and is actually faster than MATLAB s BWDIST implementation of search on opti
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:48.55kb
    • 提供者:fangfei
  1. DisTrans

    0下载:
  2. 快速算法,可以快速计算一个二进制图片的Euclidean距离。-Fast algorithm can quickly calculate a binary image of the Euclidean distance.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:15.92kb
    • 提供者:黄石
  1. findkeypoint

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

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

    0下载:
  2. 进一步解决基于互信息的配准算法在配准精度、速度和误配率之间的相互制约问题。提出一种新的配准参数搜索策略——三级配准,将平移、旋转参数分开搜索;在分析互信息配准的优点和局限性的基础上,将模糊理论中的欧几里德贴近度引入三级 配准过程中。实验结果表明,本文提出的配准策略在保持基于互信息配准精度不变的情况下,迭代步数、配准时间和误配率均有明显改善。-Further resolve the mutual information based registration algorithm in the ali
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:14.78kb
    • 提供者:arechi
  1. SVM_FACE

    0下载:
  2. 基于支持向量机的人脸检测训练集增强算法实现。根据支持向量机(support vector machine,简称SVM)~ ,对基于边界的分类算"~(geometric approach)~ 言,类别边界附近的样本通常比其他样本包含有更多的分类信息.基于这一基本思路,以人脸检测问题为例.探讨了 对给定训练样本集进行边界增强的问题,并为此而提出了一种基于支持向量机和改进的非线性精简集算法 IRS(improved reduced set)的训练集边界样本增强算法,用以扩大-91l练集并改
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:634.42kb
    • 提供者:郭事业
  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
    • 文件大小:5.72mb
    • 提供者:陈杨
  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
    • 文件大小:178.29kb
    • 提供者:xuzhaohe
  1. deleteprogram

    0下载:
  2. Euclidean distance algorithm, C + +, and can be used directly, suitable for image professional friends -Euclidean distance algorithm, C++, and can be used directly, suitable for image professional friends
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:34.89kb
    • 提供者:
  1. EucilideanSkeleton

    0下载:
  2. 基于阈值算法的欧氏距离图像骨架提取方法。-Generate euclidean skeleton by watershed algorithm and the "rigides gradient".
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-24
    • 文件大小:58.63kb
    • 提供者:
  1. face_recognition

    0下载:
  2. 1. 本程序使用PCA算法对训练图像降维,得到特征图像; 2. 将每一幅图片与平均图像的差值投影到特征向量空间; 3. 计算训练图片投影两两之间的最大欧氏距离distance_max; 4. 将测试图片也投影到特征向量空间,计算它与所有训练图像投影的最小欧氏距离distanceST_min。 5. 设定判别阈值(设为0.3*distance_max,此为测试得到的经验值,不同阈值将影响判别结果)。当distanceST_min>0.3*distance_max时,则认为测试
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:625.1kb
    • 提供者:天涯
  1. ImgProView

    0下载:
  2. 对简单背景下和单脸的图片进行人脸检测;算法为欧式距离;计算出原图像与模板间的欧式距离;去最小的欧氏距离即为人脸-Face detection in simple background and single face image algorithm for Euclidean distance calculate the Euclidean distance between the original image and the template the minimum Euclidean d
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:3.2kb
    • 提供者:刘东秦
  1. shuiyin

    0下载:
  2. 视频水印技术是利用某些特定的算法把一些标志性的水印信息嵌入到视频当中,它用于视频的版权保护,是信息隐藏技术领域研究的一个重要方向。本课题通过分析视频水印技术的发展背景、应用领域、发展现状及其相关理论知识,提出了一种在视频关键帧中嵌入水印的算法。该算法首先利用Arnold置乱技术对水印图像进行加密预处理,然后根据欧式距离法提取出视频关键帧,最后通过LSB算法在关键帧中实现水印的嵌入和提取。处理过的关键帧合成视频中后仍然可以正常播放,且不会被人的感知系统察觉或注意到。实验表明该算法合理易实现。-Vi
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-14
    • 文件大小:3.7kb
    • 提供者:job pbc
  1. WidgetService

    0下载:
  2. which is a graphical program for the presentation of polar coordinates to Euclidean objects. The analyzes of the algorithm for models finished in the recurring unit - evacuate arythmetischen
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-04
    • 文件大小:4.26kb
    • 提供者:ben iodd
  1. 3

    0下载:
  2. 基于马氏距离度量的局部线性嵌入算法 局部线性嵌入算法(LLE)中常用欧氏距离度量样本间相似度.而 对于图像等高维数据,欧氏距离不能准确体现样本间的相似程度.文中提出基于马氏距离度量的局部线性嵌入算法(MLLE).算法首先从现有样本中学习到一个 马氏度量,然后在LLE算法的近邻选择、现有样本及新样本降维过程中用马氏度量作为相似性度量.将MLLE算法及其它典型的流形学习算法在ORL和 USPS数据库上进行对比实验,结果表明MLLE算法具有良好的识别性能. -Based on local
  3. 所属分类:Graph program

    • 发布日期:2017-05-05
    • 文件大小:396.73kb
    • 提供者:fangsm
  1. Slic

    0下载:
  2. SLIC主要运用K-means聚类算法进行超像素的处理,聚类算法中的距离度量不仅仅包括颜色空间的颜色距离还包括像素坐标的欧氏距离。所以K-means聚类的中心点由五维向量组成。其中包括,记录LAB颜色空间下的像素以及该像素点的XY坐标,由于XY坐标不能和颜色空间直接进行计算,所以添加了一个紧密度的参数。(slic superpixelSLIC mainly uses the K-means clustering algorithm for ultra pixel processing, the
  3. 所属分类:图形图像处理

  1. tjscn

    0下载:
  2. Clustering analysis based on Euclidean distance, Relief computing classification weight, SNR largest independent component analysis algorithm.
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-29
    • 文件大小:6kb
    • 提供者:kengmunbao
  1. ishay

    0下载:
  2. Six degrees of freedom to achieve inverse kinematics algorithm, Independent component analysis for image processing, Calculation of the Euclidean distance between the two matrices.
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-30
    • 文件大小:58kb
    • 提供者:pijfcnfm
  1. cubev

    0下载:
  2. Image optical flow calculation matlab program, Genetic algorithm based reactive power optimization, Clustering analysis based on Euclidean distance.
  3. 所属分类:3D图形编程

    • 发布日期:2017-12-27
    • 文件大小:56kb
    • 提供者:高军
  1. Distancetransform

    0下载:
  2. 图像处理中的距离变换算法,采用欧式距离和倒角算法两种方式实现对图像的距离变换。(The distance transformation algorithm in image processing,adopts Euclidean distance and chamfer algorithm to realize the distance transformation of the image.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-30
    • 文件大小:91kb
    • 提供者:小小兰
搜珍网 www.dssz.com