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

搜索资源列表

  1. dxy-image

    0下载:
  2. 一个图像处理源程序,包含了许多重要功能,如:对图像进行二值化,按照明暗度对图像轮廓进行提取,提取骨架,各种形态学处理,开,合,腐蚀,扩张等等,是个非常有实用价值的源码-a source image processing, including many important functions, such as : two pairs of images value, in accordance with the degree of shading profile images extracted
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:200000
    • 提供者:卫飞
  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. bianyuan-image

    0下载:
  2. LOG滤波器提取边缘;用形态学方法提取骨架线;由明暗度提取外形信息;-LOG filter extraction edge; Morphological skeleton extraction methods; By extracting contour shading degrees;
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:243872
    • 提供者:zhou
  1. log_images

    0下载:
  2. 包括锐化、平滑、LOG滤波器提取边缘 数学形态学的腐蚀、膨胀、骨架化、开闭运算 以及分形方法画树木和树叶 包括源代码、3篇文档和可执行程序 -including sharpening, smooth, LOG filter from the brink of mathematical morphology corrosion, swelling, skeleton, opening and closing operations and fractal approach p
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:246600
    • 提供者:BF
  1. LOG_filter_distill_edge

    0下载:
  2. 数学形态学提供了一种以形态或集合论为基础对图像进行分析理解的工具。可以用来去除噪声、抽取骨架、插补、分割、多分辨率分析、匹配等。 包括四个主要的算符:扩张(膨胀)○+,腐蚀○-,开○,闭●- Mathematics morphology has provided one kind carries on the analysis understanding take the shape or the set theory as the foundation to the picture
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:237103
    • 提供者:陈朋
  1. gujiahua

    0下载:
  2. 基于形态学的在Matlab下进行的图象骨架化及恢复,其中包含骨架化函数Frame和恢复函数refresh-based on the morphology of Matlab under the images of the skeleton and the restoration, which includes Frame function of the skeleton and the restoration of function refresh
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2277
    • 提供者:betty
  1. example2.

    0下载:
  2. 绘制一幅文字或图案,比较细化和骨架化的结果,并能根据骨架子集对其进行重建,形态学的具体应用之一.-drawing a text or graphics, and detailed comparison of the results of skeleton, and according to its skeleton subset of reconstruction, morphology of one specific application.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2546
    • 提供者:betty
  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. imageprocess

    0下载:
  2. 数字图像处理,包括边缘检测,骨架,形态学的操作-image process
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-13
    • 文件大小:2674312
    • 提供者:zhujian
  1. MathImage

    0下载:
  2. 《VC数学形态学及其应用》的源代码,文件时完整的,可以打开。有腐蚀、膨胀、骨架提取(即细化)等形态学处理。-" VC mathematical morphology and its applications," the source code, file, complete, and can be opened. Corrosion, swelling, skeleton extraction (ie, thinning), etc. morphology processing
  3. 所属分类:Graph program

    • 发布日期:2017-05-18
    • 文件大小:4628976
    • 提供者:leo
  1. gujia

    0下载:
  2. 二值图像的形态学骨架算法,用于提取二值图像的骨架。-Binary image morphological skeleton algorithm for extracting the skeleton of binary images.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:18935
    • 提供者:Mr. Yang
  1. MATLABshiyongyuandaima

    0下载:
  2. 目录 1.图像反转 2 2.灰度线性变换 2 3.非线性变换 4 4.直方图均衡化 5 5. 线性平滑滤波器 6 6.中值滤波器 7 7.用Sobel算子和拉普拉斯对图像锐化: 8 8.梯度算子检测边缘 9 9.LOG算子检测边缘 11 10.Canny算子检测边 缘 12 11.边界跟踪 (bwtraceboundary函数) 13 12.Hough变换 14 13.直方图阈值法 16 14. 自动阈值法:Otsu法 18 15.膨胀
  3. 所属分类:matlab

    • 发布日期:2017-11-06
    • 文件大小:115797
    • 提供者:廉小萍
  1. MATLABshiyongdaima1

    0下载:
  2. 目录 1.图像反转 2 2.灰度线性变换 2 3.非线性变换 4 4.直方图均衡化 5 5. 线性平滑滤波器 6 6.中值滤波器 7 7.用Sobel算子和拉普拉斯对图像锐化: 8 8.梯度算子检测边缘 9 9.LOG算子检测边缘 11 10.Canny算子检测边 缘 12 11.边界跟踪 (bwtraceboundary函数) 13 12.Hough变换 14 13.直方图阈值法 16 14. 自动阈值法:Otsu法 18 15.膨胀
  3. 所属分类:matlab

    • 发布日期:2017-11-03
    • 文件大小:12051
    • 提供者:廉小萍
  1. 5

    0下载:
  2. matlab 中很实用的源代码5:20.形态学骨架提取 25 21.直接提取四个顶点坐标 26 22.文件打开窗口 27-Practical source code of matlab
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:3913
    • 提供者:查显兵
  1. Image-processing-code(4)

    1下载:
  2. 图像处理中的一些常用代码,包括:腐蚀操作 开启和闭合操作 形态学边界提取 形态学骨架提取 直接提取四个顶点坐标-Some of the commonly used image processing code, including: Opening and closing operation of corrosion morphology boundary extraction morphological skeleton extraction to extract four vertex coo
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:869
    • 提供者:海韦希
  1. 4

    0下载:
  2. 形态学骨架提取和直接提取四个顶点坐标,都是matlab图像处理的-Morphological skeleton extraction and direct extraction of four vertex coordinates are matlab image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:10339
    • 提供者:sun
  1. 1

    0下载:
  2. 通过形态学处理的方式得到 骨架(The skeleton is obtained by morphological processing)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-22
    • 文件大小:5120
    • 提供者:85
  1. MATLAB实用源代码

    2下载:
  2. 1.图像反转 2.灰度线性变换 3.非线性变换 4.直方图均衡化 5. 线性平滑滤波器 6.中值滤波器 7.用Sobel算子和拉普拉斯对图像锐化:8.梯度算子检测边缘 9.LOG算子检测边缘 10.Canny算子检测边缘 11.边界跟踪 (bwtraceboundary函数)12.Hough变换 13.直方图阈值法 14. 自动阈值法:Otsu法 15.膨胀操作 16.腐蚀操作 17.开启和闭合操作 18.开启和闭合组合操作 19.形态学边界提取 20.形态学骨架提取 21.直接提取四个顶点坐标
  3. 所属分类:其他

  1. 图像的形态学操作

    1下载:
  2. 可实现对图像的膨胀、腐蚀、开运算、关运算、骨架提取、边缘检测、top-hat滤波、增强、填充等形态学操作。(The morphological operations such as expansion, corrosion, opening operation, closing operation, skeleton extraction, edge detection, top-hat filtering, enhancement and filling can be realized.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-07
    • 文件大小:215040
    • 提供者:醉蹉跎
« 12 3 »
搜珍网 www.dssz.com