CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - Distance transform

搜索资源列表

  1. distance

    0下载:
  2. 关于计算机坐标和地球坐标的变换,可以用于图像处理中标线及划分区域。-coordinates on the computer and transform the coordinates of the Earth that can be used in image processing and successful line separating regions.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:919byte
    • 提供者:西风
  1. testQuad

    0下载:
  2. 同素变换的示例源代码:可以将平面上一个四边形内的点映射到对应的一个距形内,对于平面点的较正或坐标变换比较有用。可直接在VS2005下编译运行。-Transform with the prime example of source code: the plane can be a point inside the quadrilateral is mapped to a distance corresponding to the shape, the point for plane or coor
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:1.54mb
    • 提供者:mikeywj
  1. bmphandy

    0下载:
  2. 简单的位图处理程序,包括位图反色、矩阵运算、距离变换等。-Simple bitmap handling procedures, including anti-color bitmap, matrix operations, the distance transform.
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:66.64kb
    • 提供者:李小欢
  1. chengxu

    2下载:
  2. 这是基于PCA的人脸识别,用MATLAB编写,包含了K-L变换,奇异值分解等方法,且采用了最小距离分类器-This is based on the PCA face recognition, using MATLAB to prepare, including the KL transform, singular value decomposition and other methods, and the use of the minimum distance classifier
  3. 所属分类:Other systems

    • 发布日期:2014-12-27
    • 文件大小:3.41kb
    • 提供者:pan
  1. kzhouqilvbo

    0下载:
  2. 提出用照相缩微法制作一个小孔距对称双圆孔作为待测透镜傅里叶变换输入函数,利 用其傅里叶变换频谱面上的干涉条纹间距的测量值计算透镜焦距。该法装置简单,调节方便,测 量精度较高。分析了测量原理和测量误差,并给出了与理论分析相符的结果。 -Proposed method microfilm camera, a small hole as a Distance symmetric double Fourier transform lens under test input function,
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:178.43kb
    • 提供者:陈建军
  1. OpenDT-v.52.tar

    0下载:
  2. Distance transform with source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-22
    • 文件大小:5.87mb
    • 提供者:yang
  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
    • 文件大小:1.92mb
    • 提供者:wang
  1. EditDistance

    0下载:
  2. 设A 和B 是2 个字符串。要用最少的字符操作将字符串A 转换为字符串B。这里所说的字符操作包括 (1)删除一个字符; (2)插入一个字符; (3)将一个字符改为另一个字符。 将字符串A变换为字符串B 所用的最少字符操作数称为字符串A到B 的编辑距离,记为d(A,B)。试设计一个有效算法,对任给的2 个字符串A和B,计算出它们的编辑距离d(A,B)。-For A and B are two strings. Operation to use at least the ch
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:863.63kb
    • 提供者:
  1. transform

    0下载:
  2. 交通网络信息查询系统,采用数据结构,通过读入文件编写查询系统,可方便旅客查询旅行路程、费用-Traffic Information System, a data structure, through reading the document preparation system. Inquiries may facilitate the travel distance travelers, the cost
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-25
    • 文件大小:33.31kb
    • 提供者:ww
  1. distrans

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

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

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

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

    0下载:
  2. 距离变换 bmp 地图代数 对位图的距离变换实现程序 -Bmp ,distance transform ,map algebra
  3. 所属分类:.net

    • 发布日期:2017-04-08
    • 文件大小:43.18kb
    • 提供者:dongxu
  1. Distance_transformation_binaryimage

    0下载:
  2. This an image processing program which performs the distance transform of a binary image.Distance transform is widely used for image thinning and finding skeleton of an image. -This is an image processing program which performs the distance transfo
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:2.45kb
    • 提供者:sudeep
  1. editLenth

    0下载:
  2. 编辑距离算法的python源码,编辑距离,又称Levenshtein距离(也叫做Edit Distance),是指两个字串之间由一个转成另一个所需的最少编辑操作次数。许可的编辑操作包括将一个字符替换成另一个字符,插入一个字符,删除一个字符。-Levenshtein Distance Algorithm s python version The Levenshtein distance between two strings is defined as the minimum number o
  3. 所属分类:Other systems

    • 发布日期:2014-12-22
    • 文件大小:1kb
    • 提供者:大林
  1. WDistanceTrana

    0下载:
  2. 分水岭变换所用的距离图象计算算程序,可比较准确的计算距离值 -The watershed transform the image of the distance calculation and the procedure can be more accurate to calculate the distance value
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1.14kb
    • 提供者:暗示
  1. Skeleton

    0下载:
  2. 经典的基于距离变换的图像细化的骨架提取方法。-Classic based on distance transform refining skeleton extraction method.
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:18.6kb
    • 提供者:wangbin
  1. erwei

    1下载:
  2. 二维傅里叶变换进行雷达信号处理,获取距离-速度二维频谱。-Two-dimensional Fourier transform for radar signal processing, the distance- speed, two-dimensional spectrum.
  3. 所属分类:Other systems

    • 发布日期:2015-09-22
    • 文件大小:1kb
    • 提供者:dragon
  1. cesuyi

    2下载:
  2.   车辆监测用测速雷达是依据多普勒效应原理实现的。由雷达发出一束微波,遇被测目标(车辆)时微波被反射回来,再由雷达接收反射波。如果目标相对于雷达有距离上的运动,反射波的频率将与发射频率发生差异,而这种差异的大小正比于目标与雷达的相对运动速度。于是,雷达通过检测反射波频率和发射波频率的差,就可以计算出被测车辆的移动速度。本次课程设计是利用离散付里叶变换进行频谱分析,设计数字滤波器组,并对滤波器组加窗降低副瓣,通过频域方法测量速度。-Vehicle monitoring using radar gu
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-13
    • 文件大小:478.16kb
    • 提供者:陈权
  1. fresnellhologram

    2下载:
  2. matlab程序计算傅里叶变换全息图的相位和振幅,考虑了波长和工作距离等信息。-matlab program to calculate Fourier transform hologram of phase and amplitude, wavelength and consider the working distance and other information.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:834byte
    • 提供者:wanweiwei
  1. SEGMETER

    0下载:
  2. 细胞粘连分割文献,包括分水岭,距离变换等-Cell adhesion segmentation literature, including watershed, distance transform
  3. 所属分类:CSharp

    • 发布日期:2017-05-14
    • 文件大小:3.08mb
    • 提供者:crystal
« 12 »
搜珍网 www.dssz.com