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

搜索资源列表

  1. imagethining.rar

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

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

    1下载:
  2. 应用OPENCV编写的,输入一张二值图片,根据细化算法细化成单像素的二值图像。,OPENCV prepared application, enter a two-valued picture, refined into a thinning algorithm based on single-pixel binary image.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1174235
    • 提供者:北科
  1. HILDITCH

    0下载:
  2. 自己写的一种图像细化算法 hilditch的细化算法-a thinner argorithm on .bmp picture with hilditch of myself
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-04
    • 文件大小:1348
    • 提供者:tianyu
  1. thin.rar

    2下载:
  2. opencv实现的,很好用的图像轮廓细化算法。效果很好,把轮廓细化为单像素轮廓,方便处理。,opencv achieved a very good image with the outline of the thinning algorithm. Well, the detailed outline of the outline of a single pixel, to facilitate the processing.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1546659
    • 提供者:李晓振
  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. hough

    0下载:
  2. 图形图像的各种细化算法,包含了HOUGH,ZOOBE等算法,大家相互交流,为LABWIEW学习提供帮助-Graphic images of various thinning algorithm, including the HOUGH, ZOOBE such as algorithms, we exchange for help learning LABWIEW
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:177594
    • 提供者:nieyang
  1. phase

    2下载:
  2. hilditch.m是hilditch细化算法。 RC_unwrap.m是逐行逐列去包裹算法。 least_unwrap.m是最小二乘去包裹算法。 FTP.m是利用傅里叶变换提取相位。 sincosfilter.m是正余弦滤波算法。 以上算法在相位图的相关计算中常用到,比如电子散斑干涉、全息干涉、相移技术等。-hilditch.m is hilditch refinement algorithm. RC_unwrap.m is listed line by line u
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:3466
    • 提供者:zf
  1. a57Zhang

    0下载:
  2. 一篇文章,关于Zhang快速并行细化算法的扩展,适合深入研究zhang快速并行细化算法-Article, Zhang fast parallel thinning algorithm extended zhang fast parallel thinning algorithm suitable for in-depth study
  3. 所属分类:Special Effects

    • 发布日期:2017-11-28
    • 文件大小:206085
    • 提供者:Tim
  1. morph

    0下载:
  2. 数学形态学膨胀 腐蚀 细化算法等基本的处理-Mathematical morphology corrosion thinning algorithm, such as expansion of basic treatment
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:15636
    • 提供者:刘靖
  1. calir+cologu+fog+alpha

    0下载:
  2. alpha_2.09.zip Alphat透明合成系统源代码源代码 calir_1.0.zip 腐蚀-膨胀-细化算法源代码 fog_0.75.zip 图像雾化处理程序源代码 cologu_0.85.zip 直方图修正-彩色变换算法源代码 -Synthesis alpha_2.09.zip Alphat transparent system source code source code calir_1.0.zip corrosion- expansion-
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-28
    • 文件大小:56055
    • 提供者:sinofeng
  1. fsh_pengz_xih

    0下载:
  2. 比较复杂的图像处理中的腐蚀,膨胀,细化算法,C语言编译实现。-More complex image processing corrosion, expansion, thinning algorithm, C language compilers to achieve.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:15935
    • 提供者:moonriver
  1. corrosionexpansionthinningAlgorithm

    0下载:
  2. 腐蚀膨胀细化算法源代码!对于大家用到数学形态方法处理图像非常有帮助~!赶快下载吧~-Expansion of corrosion thinning algorithm source code! For everyone to use mathematical morphology approach to image very helpful ~! As soon as possible to download it ~
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-30
    • 文件大小:15541
    • 提供者:王璐
  1. thinner

    0下载:
  2. 细化算法,对轮廓和其他图像进行细化的处理,并且让轮廓更加清晰。-Thinning Algorithm for contour and other refined image processing, and let the outline more clearly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:3759
    • 提供者:shenghao
  1. chap06

    0下载:
  2. 第六讲 腐蚀,膨胀,细化算法 共24张图-Sixth-speaking corrosion, expansion, thinning algorithm a total of 24 plans
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-25
    • 文件大小:18292
    • 提供者:王鹏
  1. fushipengzhangxihuasuanfa

    0下载:
  2. 腐蚀,膨胀,细化算法 图像处理经典pdf版-Corrosion, expansion, thinning algorithm image processing pdf version of the classic
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:196339
    • 提供者:Ray
  1. zw

    0下载:
  2. 指纹识别算法学习套件 3.0具有指纹图像增强,脊线细化,特征点提取,指纹特征匹配等功能的低速测试版   本套软件建立在拥有自主知识产权的专利算法基础之上,通过有效降低背 景噪音,图像 增强优化,最终实现精准识别功能.-Fingerprint recognition algorithm with learning packages 3.0 fingerprint image enhancement, ridge detail, feature point extraction, feature
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-11
    • 文件大小:2937906
    • 提供者:tmdcnmtmd
  1. Morph

    0下载:
  2. 数字图像腐蚀、膨胀和细化算法,最基本的运算子来图像分割、特征提取、边界检测-Digital Image corrosion, expansion and refinement algorithm, the most basic operator to image segmentation, feature extraction, edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:85559
    • 提供者:吴耀宗
  1. send

    1下载:
  2. 一组关于图像处理的算法,边沿检测与提取,轮廓跟踪的图象算法,对图像进行垂直镜像处理的源代码,屏幕颜色拾取器源代码,图象腐蚀,膨胀,细化算法,指纹识别的程序-A set of image processing algorithms, edge detection and extraction, the image contour tracing algorithm, the vertical mirror image processing source code, screen color pi
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-02-17
    • 文件大小:59797
    • 提供者:吴达文
  1. tuxianxihua

    0下载:
  2. VC中实现的一个图像细化的算法 。目前处理BMP图片。-Medium realize a VC image thinning algorithms. At present, BMP picture deal.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:53470
    • 提供者:弥一强
  1. xihua

    0下载:
  2. 本程序的细化算法要应用于含线条的黑白二值图像才可以看出细化效果。-This procedure should be applied to the thinning algorithm with two lines of black-and-white image before thinning effect can be seen.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:49817
    • 提供者:zlnhappy
« 1 2 3 4 5 6 78 9 10 11 12 ... 20 »
搜珍网 www.dssz.com