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

搜索资源列表

  1. 06 VC数学形态学及其应用源代码

    1下载:
  2. 06 VC数学形态学及其应用源代码,细化,膨胀,腐蚀等形态学方法应用代码-06 VC mathematical morphology and application source code, refinement, expansion and corrosion morphology application code
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:381192
    • 提供者:glg
  1. 细化

    0下载:
  2. 形态学的细化算法源代码。细化的目的是提取出连通区域的骨架。该算法在文字识别、指纹检测等应用中有着重要作用。-morphological thinning algorithm source code. Refinement is extracted regional connectivity frame. The algorithm letter recognition, fingerprint detection application plays an important role.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1281
    • 提供者:熊健
  1. MorphologicalThin

    0下载:
  2. 本代码实现了形态学细化。 特点:中间过程可以存储在输入中,因此节省存储空间;并且附有注解,便于理解;附有参考文献,有算法描述。This function implements the morphology thinning. Input pSrc is a float matrix in the range of [0, 1]. It supports in-place operation.Ref: Z. Guo and R. W. Hall, \"Parallel Thinning w
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1162097
    • 提供者:liuchao
  1. MorphologicalThinningWith2Iterations

    0下载:
  2. MorphologicalThinningWith2StepIterations 形态学细化,包含两个子函数,迭代。算法包含注释,注明了Reference paper(有算法详细说明)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1502
    • 提供者:liuchao
  1. imageN

    0下载:
  2. 一个功能齐全的图像处理程序,包括灰度变换,直方图显示,二值化,形态学细化,区域分割等功能。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:802556
    • 提供者:刘晨
  1. thinning

    0下载:
  2. Visual C++ 实现,形态学细化算法。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:56689
    • 提供者:sharon
  1. 图象形态学算法

    0下载:
  2. 图象形态学算法,包括图象腐蚀,膨胀,细化。用C实现。-morphological image algorithms, including image corrosion, expansive and detailed. C to achieve.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:17199
    • 提供者:胡莹
  1. 形态学

    0下载:
  2. 给出了形态学中的 粗化细化,腐蚀膨胀 算法。-given the morphology of crude refining, corrosion expansion algorithm.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:242401
    • 提供者:jia
  1. Image_process.基于数学形态学的图像处理系统

    0下载:
  2. 基于数学形态学的图像处理系统,实现了开运算、闭运算、腐蚀、膨胀、噪声消除。填充孔洞,细化,边界提取等功能。,Based on mathematical morphology image processing system, the open operation, closing operation, corrosion, expansion, noise reduction. Filling holes, refined features such as edge extraction.
  3. 所属分类:图形图象

    • 发布日期:2017-04-09
    • 文件大小:1078180
    • 提供者:龙眼
  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. 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. Morph

    0下载:
  2. 数字图像处理形态学变化 包括腐蚀、膨胀、开、闭、细化-Digital image processing morphological changes, including Erosion、Dilation、 open and close, detailed
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2170973
    • 提供者:miaomiao
  1. morphology

    0下载:
  2. 用vc 6.0编写的经典数学形态学粗化和细化、膨胀和腐蚀的源代码,在vc环境下调试通过。对理解这些原理很有帮助的。-Vc 6.0 with the preparation of the classic mathematical morphology coarsening and refinement, expansion and corrosion of the source code in vc through debugging environment. To understand the
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:242405
    • 提供者:cwb
  1. 20081115

    0下载:
  2. 数学形态学的腐蚀、膨胀和细化等操作,包含.exe文件-Mathematical Morphology corrosion, expansion and refinement, such as operations, contains. Exe files
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:17061
    • 提供者:郑丹
  1. bwmorph

    1下载:
  2. 一个基于形态学图像细化的程序,处理效果挺不错的-Morphological image thinning based on the procedures
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:3956
    • 提供者:wanlileng
  1. ex5a

    0下载:
  2. 建立一种可以区分输入图形的形态学算法,算法的输入是这三种图形的一种(这三个图形是对湖、湾、路段的图像细化后的结果),输出是对这三种图形的识别。假设这三种图形都是1个像素宽且完全连通的,然而它们出现的方向可以是任意的。-Can establish a distinction between the morphology of the importation of graphics algorithm input is a graph of these three (the three graphi
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:25078
    • 提供者:张希
  1. xingtaixue256

    0下载:
  2. 这个程序对于学习数字图像形态学的朋友有很大帮助。包括图像的腐蚀,膨胀及击中击不中和延伸的图像细化-This process digital images for learning the morphology of a friend of much help. Including images of corrosion, expansion, and hit-and extension of the image thinning
  3. 所属分类:Graph program

    • 发布日期:2017-05-10
    • 文件大小:2176264
    • 提供者:孔超
  1. Morph

    0下载:
  2. 在vc下实现了形态学处理的几种操作,腐蚀、膨胀、开云算、闭运算,及细化操作-use vc++ wo input image ,realize dilation,opening,and closing
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-15
    • 文件大小:4070394
    • 提供者:秦文政
  1. skeleton

    1下载:
  2. 用形态学中骨骼化方法实现了图像细化,为后续工作如特征点提取提供了良好的素材-Method with skeletal morphology achieved thinning, for the follow-up, such as feature extraction provides a good material
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:518
    • 提供者:zrq-kathryn
« 12 3 4 5 »
搜珍网 www.dssz.com