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

搜索资源列表

  1. Hough变换的源程序

    0下载:
  2. Hough变换用来在图象中查找直线。它的原理是:假设有一条与原点距离为s,方向角为θ的一条直线,直线上的每一点都满足方程 s=x*Cosθ+y*Sinθ,利用这个事实,我们可以找出某条直线来。这段程序,用来找出图象中最长的直线。-Hough Transformation is used for searching lines in an image . Here is the principle: Assume there is a line whoes direction is \"sit
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:2012
    • 提供者:doctorsuo
  1. distance transform

    0下载:
  2. 目前效率最好的距离变换算法,距离变换广泛应用于图像处理,比如可以用距离变换准确找到图像中物体的骨架或者中心线。(用winrar解压)-efficiency of the current best distance algorithm distance transform widely used image processing, For example, can be used to find accurate distance transform image objects in the fr
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:6830
    • 提供者:王选
  1. DistanceTransform(VC)

    1下载:
  2. 距离变换算法距很好的将二值图像变换为灰度图,为后续用分水岭算法做准备。并且附上详细的代码说明和例子。-distance from the algorithm will be two very good value for the image transform the gray level for the follow-up watershed algorithm used to prepare. And attached a detailed descr iption and code exa
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:216391
    • 提供者:林楚
  1. 使用距离变换和分水岭算法分割图像的Matlab程序

    2下载:
  2. 使用距离变换和分水岭算法分割图像的Matlab程序
  3. 所属分类:源码下载

  1. jiyuHausdorffdetuxiangpeizhun.

    0下载:
  2. 针对图像配准中常出现的RST(旋转-比例-平移)变换,推导出了相应的盒距离变换公式。与传统的基于广 义仿射变换的Hausdorff盒距离变换公式相比,缩小了搜索距离空间。在计算Voronoi表面时,根据Hausdorff距 离的计算需要提出比较滑动窗口的区域Voronoi表面,节省了计算Voronoi表面的时间。并且在利用边缘点计算 Hausdorff距离时,剔除琐碎的边缘,仅使用较长的边缘计算。试验结果表明,这些改进方法较大地提高了基于 Hausdorff距离的图像配准的计算速度。
  3. 所属分类:Special Effects

    • 发布日期:2017-03-21
    • 文件大小:401822
    • 提供者:媛媛
  1. salience

    0下载:
  2. 基于突变的距离变换用于图像的变化检测和目标检测与定位-The distance transform based on catastrophe
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:130343
    • 提供者:Sun Qiang
  1. opencvske

    0下载:
  2. 基于opencv的距离变换程序,并进行去噪滤波,可用于求取物体几何骨架-Opencv-based distance transform processes and de-noising filter can be used to extract a geometric skeleton of an object
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3149761
    • 提供者:李涵露
  1. DistanceTransform

    0下载:
  2. 距离变换,用chamfer方法,实现栅格距离变换、曼哈顿距离变换和棋盘距离变换-Distance transform method with a chamfer distance transform of Grid, Manhattan distance and the chessboard distance transform transformation
  3. 所属分类:GIS program

    • 发布日期:2017-03-28
    • 文件大小:37036
    • 提供者:bo
  1. DistanceTransform

    0下载:
  2. 对给定的图像做距离变换,用于图像中目标定位-do distance transform for an image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4286
    • 提供者:夏晓珍
  1. BMPmap

    0下载:
  2. 地图代数距离变换程序 可以对24位或者256色bmp图像进行处理-Distance transform map algebra can be of 24-bit or 256-color bmp image processing
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:2009374
    • 提供者:wang
  1. distrans

    0下载:
  2. 对二值图像进行距离变换,利用opencv中的距离变换函数-distance transform,opencv
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-26
    • 文件大小:1448
    • 提供者:wangtt
  1. EDTransform

    0下载:
  2. 用带形状校正的腐蚀膨胀实现Euclidean距离变换-Implementation of Euclidean Distance Transforms Using Erosion and Dilation with Form Correction
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:553464
    • 提供者:陆宗骐
  1. DistanceTransformation

    0下载:
  2. 距离变换算法实现,在C#中,地图代数中经常用到-Distance transform algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:51150
    • 提供者:zhuzhengbang
  1. dt

    0下载:
  2. 这是一个用于实现欧几里得距离变换的C++源代码-C++ code used to do Euclidean distance transform
  3. 所属分类:Graph program

    • 发布日期:2017-03-24
    • 文件大小:15348
    • 提供者:李宇罡
  1. disttransform

    0下载:
  2. 此程序是基于OPENCV的对图像进行距离变换的-This program is based on the OPENCV the distance transform the image
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:3286636
    • 提供者:胡锦
  1. DistanceTransform

    0下载:
  2. 距离变换,图形图像处理中经常用到的,把一个二值图像变为灰度图像-Distance transform, Computer Graphics often used, to a binary image into a grayscale image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:216115
    • 提供者:木头
  1. Distance

    1下载:
  2. 对bmp图像的读写操作及各种距离变换,如曼哈顿,棋盘距离变换,欧式距离变换等。-distance transformation of bmp pictures and access of bmp files.
  3. 所属分类:Graph program

    • 发布日期:2017-05-11
    • 文件大小:2714606
    • 提供者:wuhandaxue
  1. Watershed-algorithm

    0下载:
  2. 基于距离变换的分水岭分割算法,该算法可以实现对粘连物体的分割。-Watershed algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1393
    • 提供者:覃香
  1. matlab

    0下载:
  2. 利用matlab软件,使用距离变换和分水岭法对图像进行分割-Using matlab software using the distance transformation and watershed image segmentation method
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:788
    • 提供者:遥想古风
  1. 基于突变的距离变换用于图像的变化检测

    1下载:
  2. 基于突变的距离变换用于图像的变化检测和目标检测与定位
  3. 所属分类:matlab例程

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