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

搜索资源列表

  1. Rosenfeld细化算法

    0下载:
  2. Rosenfeld细化算法 功能:对图象进行细化 参数:image:代表图象的一维数组 lx:图象宽度 ly:图象高度-Rosenfeld thinning algorithm functions : Refinement of image parameters : image : the image of the one-dimensional array lx : Image width ly : image height
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1520
    • 提供者:王雷
  1. 多种细化算法—C编写

    0下载:
  2. 所属分类:源码下载

  1. 频谱细化

    0下载:
  2. 是基于chirp-z的频谱细化matlab程序
  3. 所属分类:源码下载

    • 发布日期:2010-11-04
    • 文件大小:593
    • 提供者:luhaorui
  1. 反向细化

    0下载:
  2. 一种反向细化算法的实现
  3. 所属分类:matlab例程

    • 发布日期:2010-11-05
    • 文件大小:2558
    • 提供者:zhushige
  1. imagethining.rar

    0下载:
  2. 图像细化 (Image Thinning),一般指二值图像的骨架化(Image Skeletonization) 的一种操作运算。 一个图像的骨架由一些线和曲线(比较理想的是单像素宽度),骨架可以提供一个图像目标的尺寸和形状信息,因而在数字图像分析中具有重要的地位,图像细化(骨架化)是进行图像识别、线条类图像目标分析的重要手段。 本文将探讨骨架的一些性质,给出如何判断一个像素是否属于图像目标的骨架,最后将给出获得图像目标骨架的基本算法。,Image Thinning (Image T
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:92984
    • 提供者:魏建亮
  1. test.rar

    1下载:
  2. 编制通用的二值形态学运算(腐蚀和膨胀、开、闭和击中击不中变换)函数,函数可以处理不同的变换形式和不同类型的结构元素。并用你编制的形态学函数对一个二值图象进行处理。 用形态学击中击不中变换方法对图象进行细化处理。 实验图象:二值图象由一段文字组成,word_bw.bmp,The preparation of a universal binary morphological operations (erosion and expansion of open and close and hit
  3. 所属分类:Special Effects

    • 发布日期:2016-06-07
    • 文件大小:1845
    • 提供者:徐玖
  1. image.rar

    0下载:
  2. 28个vc++图像处理原程序之--图像细化,28 vc++ Image processing of the original procedure- Image Thinning
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:46232
    • 提供者:摇摇
  1. xihua.rar

    0下载:
  2. 细化。通过MATLAB对图像进行细化提取骨架处理,从而方便进行下一分析,Refinement zs appises the Zhang-Suen skeletonization algorithm to image IM. IM must be binary.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-05
    • 文件大小:956
    • 提供者:xujin
  1. thinning.rar

    0下载:
  2. 指纹识别预处理过程的指纹细化的实现,可以有效的降低指纹识别的复杂度,提高指纹识别的准确性与可靠性。,Pretreatment process of fingerprint identification fingerprint detailed implementation, can effectively reduce the complexity of fingerprint recognition, fingerprint recognition improve the accuracy a
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:66975
    • 提供者:戴高乐
  1. erzhituxiangbianyuanxihua(Matl

    0下载:
  2. 主要介绍二值图像的边缘细化,由一个模板实例,可以参考一下,Mainly introduce the edge binary image detail, examples from a template, you can refer to
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:162215
    • 提供者:卫正
  1. Skeleton

    1下载:
  2. 数学形态学应用二值图像边界细化,以及二值图像骨骼化- Application of mathematical morphology refined binary image border, as well as binary image skeletonization
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:11089
    • 提供者:qw
  1. AdvMorph

    0下载:
  2. 用OpenCV实现的Matlab中形态学细化、提取骨架、收缩算法。测试效果与Matlab相同。-Algorithms of morphological thinning,Skeleton and Shrink,ported from Matlab to OpenCV.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2327422
    • 提供者:
  1. thinning

    1下载:
  2. 采用matlab编写,基于OPTA细化算法,适合入门级新手用,希望对大家有用-Using matlab to prepare, based on OPTA thinning algorithm, suitable for entry-level novice, and I hope useful for all of us
  3. 所属分类:matlab

    • 发布日期:2015-04-17
    • 文件大小:39087
    • 提供者:陈立
  1. skeleton

    0下载:
  2. 基于细化算法的骨架提取算法,内涵测试图像,效果较好-Refinement algorithm based on the frame extraction algorithm,the effects is well
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:1572
    • 提供者:开心就好
  1. MatlabSourceCode

    1下载:
  2. 常见的图像处理matlab源代码,包括梯度锐化、图像镜像、图像平移、图像缩放、图像细化、图像旋转、维纳滤波处理、用Canny算子提取边缘、阈值变换、直方图均衡、中值滤波。-Matlab Source Code about Image Processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1415677
    • 提供者:Andy
  1. Based-on-detailed-analysis

    0下载:
  2. 基于Labview的频谱细化分析方法,有图有解释-Based on detailed analysis of the spectrum Labview, a diagram to explain
  3. 所属分类:software engineering

    • 发布日期:2017-03-26
    • 文件大小:156439
    • 提供者:hhh
  1. thinning

    0下载:
  2. 基于Matlab程序的图像细化算法基于Matlab程序的图像细化算法-Matlab program based on the image thinning algorithm based on image thinning algorithm Matlab program
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:16163
    • 提供者:王羽
  1. zoomfft

    3下载:
  2. matlab中的一个zoomfft例程,用于对fft频谱细化,以得到更大的分辨力。-zoomfft
  3. 所属分类:matlab

    • 发布日期:2015-03-10
    • 文件大小:1789
    • 提供者:张明江
  1. zhang

    3下载:
  2. 快速并行细化算法,并保证细化后曲线的连通性。-Fast parallel thinning algorithm, and to ensure connectivity after thinning curve.
  3. 所属分类:matlab例程

    • 发布日期:2013-05-11
    • 文件大小:623
    • 提供者:liuliyang
  1. thinning.cpp

    0下载:
  2. 一个对字符图像进行细化的算法,采用的是改进的Hilditch细化算法。细化前要分别将前景和背景设置为0和1.-a thinning algorithm, using the improved Hilditch thinning algorithm. Refinement before the foreground and background were set to 0 and 1.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:1192
    • 提供者:roc
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com