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

搜索资源列表

  1. qubian

    1下载:
  2. 该程序具有滤波(锐化,平滑),颜色明暗度变化,腐蚀,骨架化,细化等功能-the procedures filter (sharpening, smoothing), the changes color shading, corrosion, skeleton, thinning functions
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:787
    • 提供者:罗徵逸
  1. imagethining.rar

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

    • 发布日期:2017-03-29
    • 文件大小:92984
    • 提供者:魏建亮
  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. ImageProcessing

    0下载:
  2. 一个图像处理的小程序,主要包括的功能有:求直方图,二值化,灰度均衡,骨架提取。另一个有用的功能是红细胞识别,即一副细胞图像中计算出红细胞个数。并附带测试图片。-a useful software in digital image processing....
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:743260
    • 提供者:桑贤
  1. Photo

    2下载:
  2. 数字图像处理编程入门 书和书的 源代码 1) windows位图bitmap(即bmp文件)的结构和调色版的概念; (2) 图象的平移、旋转、镜象变换、转置变换、放缩; (3) 图象的平滑(去噪声)、锐化; (4) 图象的半影调、抖动技术; (5) 图象的直方图修正、彩色变换; (6) 图象的腐蚀和膨胀效果、细化算法、骨架的提取; (7) 图象的边沿检测与抽取、hough变换、轮廓跟踪; (8) 图象的检测、模板匹配;
  3. 所属分类:Windows Develop

    • 发布日期:2015-05-29
    • 文件大小:1991623
    • 提供者:郭东
  1. DGP_005

    0下载:
  2. 日文汉字的单字识别,涉及到对图像的二值化,骨架提取,模式匹配,识别率比较高-Kanji word recognition, relates to the binary image, skeleton extraction, pattern matching, a relatively high recognition rate
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-28
    • 文件大小:532713
    • 提供者:Sheng
  1. Log

    0下载:
  2. 数字图像处理程序集: 包括锐化、平滑、LOG滤波器提取边缘,数学形态学的腐蚀、膨胀、骨架化、开闭运算,以及分形方法画树木和树叶。包括VC++源代码、LOG滤波器提取边缘.doc、用形态学方法提取骨架线实验报告.doc、由明暗度提取外形信息.doc 3篇文档和可执行程序。-Digital image processing assembly: including sharpening, smoothing, LOG filter from the edge of mathematical mo
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:236433
    • 提供者:卢孝勋
  1. BinaryTest

    1下载:
  2. 主要是自己针对图像中的骨架化边缘特征提取,以及最小矩形的提取。有实际使用价值-Mainly in their own image for the edge of the skeleton of the feature extraction, and extraction of the smallest rectangle. Actual use value
  3. 所属分类:GDI/图象编程

    • 发布日期:2013-12-20
    • 文件大小:5606844
    • 提供者:maozhihua
  1. skeleton

    0下载:
  2. 细化算法通常和骨骼化、骨架化算法是相同的意思,也就是thin算法或者skeleton算法,该代码细化效果不错-Louisa Lam, Seong-Whan Lee, Ching Y. Suen,“Thinning Methodologies-A Comprehensive Survey ”,IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE, VOL. 14, NO. 9, SEPTEMBER 1992
  3. 所属分类:OpenCV

    • 发布日期:2017-05-28
    • 文件大小:10966311
    • 提供者:jiaojiao
  1. matlab

    0下载:
  2. 通过反复从对象中移除边缘像素,直到它们被减少到单像素宽的骨架,二值图像从而被细化得到根中轴(Smucker et al., 1987 Tanaka et al., 1995)。建立在NHI图像上的骨架化命令是用于此过程(见于Fig. 7(ii))和计算骨架像素的数量。-The binary image was thinned to get the medial axis of roots by repeatedly removing edge pixels from the objects un
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:241799
    • 提供者:lcvc
  1. extracion_skelton_of_image

    1下载:
  2. 本程序主要实现图像的骨架化。细化和骨架化操作是把区域的面宽度缩到最小,即单像素宽度,也就是把物体变细,直到现最小的像点连通性。-The main procedures of the skeleton of the image. Refinement and skeleton operation the face width of the region is reduced to a minimum, i.e., a single pixel width, which is the object
  3. 所属分类:matlab

    • 发布日期:2017-11-19
    • 文件大小:21864
    • 提供者:茄子
  1. szTest

    0下载:
  2. 根据sz的经典论文实现的图像细化(骨架化)程序。程序中没有使用opencv,而是使用了matcom C++库函数。需要用到matlib.h和matlib.lib。-Sz classic paper to achieve the image thinning (skeleton) program. The program does not use opencv, but the use matcom C++ library functions. Need matlib.h and matlib.l
  3. 所属分类:Console

    • 发布日期:2017-12-01
    • 文件大小:631275
    • 提供者:高海
  1. gujiahua

    0下载:
  2. 图像骨架化,处理效果明显,希望能够帮助大家学习。-Image skeleton, treatment effect is obvious, hoping to help you learn.
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-10
    • 文件大小:218055
    • 提供者:徐光辉
  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. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:2595
    • 提供者:监控键盘
  1. qubian

    0下载:
  2. 该程序具有滤波(锐化,平滑),颜色明暗度变化,腐蚀,骨架化,细化等功能-the procedures filter (sharpening, smoothing), the changes color shading, corrosion, skeleton, thinning functions
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:836
    • 提供者:oundsth
  1. 图像细化

    0下载:
  2. 图像细化(Image Thinning),一般指二值图像的骨架化(Image Skeletonization)的一种操作运算。 所谓的细化就是经过一层层的剥离,从原来的图中去掉一些点,但仍要保持原来的形
  3. 所属分类:图形图象

  1. hilditch

    0下载:
  2. 基于hilditch算法的图像骨架化处理 matlab程序 liantong.m用于计算连通联结数-image thinning based on hilditch
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-26
    • 文件大小:10482
    • 提供者:jiyijun
  1. oale

    0下载:
  2. 包括锐化,平滑,LOG滤波器提取边缘 数学形态学的腐蚀,膨胀,骨架化-Including sharpening, smooth, the LOG filter of mathematical morphology to extract the edge corrosion, expansion, skeletonization
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-16
    • 文件大小:245760
    • 提供者:gqangllinj
  1. 实验报告7-马杰民1030514432

    0下载:
  2. 1. 在GUI中,实现图像的阈值分割(交互式、迭代法)、区域生长。 2. 在GUI中,,实现二值图像的膨胀、腐蚀, 比较'结构元素类型为:square,line, diamond, disk等的区别。 3. 在GUI中,实现二值图像的开运算、闭运算。 4. 在GUI中,实现二值图像的形态学应用: 边界抽取 (boundary extraction) 区域填充 (region filling) 细化 (thinning) 粗化 (thickening) 骨架 (skeletons) 修剪 (pr
  3. 所属分类:图形图象

    • 发布日期:2017-12-21
    • 文件大小:800768
    • 提供者:Jamesma
  1. getline_test

    0下载:
  2. 骨架提取,干扰线,图像处理,降噪,二值化(Skeleton extraction, interference line)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:6144
    • 提供者:haydn716
« 1 23 4 »
搜珍网 www.dssz.com