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

搜索资源列表

  1. source6

    0下载:
  2. source目录下为本章介绍的源程序功能是腐蚀,膨胀,细化算法-source directory for the chapter describes the source function is corrosion, swelling, thinning algorithm
  3. 所属分类:GDI/图象编程

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

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

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

    0下载:
  2. 腐蚀,膨胀,细化算法 source目录下源程序 功能是腐蚀,膨胀,细化算法 命令行编译过程如下 vcvars32 rc bmp.rc cl morph.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-corrosion, swelling, thinning algorithm source directory source function is corrosion, swelling, thinning algorith
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:15690
    • 提供者:利菲
  1. 基于Matlab 7.0的指纹图像预处理

    1下载:
  2. 指纹检测在近一个世纪里被广泛应用在生物特征识别领域 ;MATLAB 近年来则广 泛应用于工业与科学技术的仿真,本文通过对指纹图像处理基本问题的介绍和分析,对目前 现有的预处理方法的介绍和比较,提出一套完整有效基于MATLAB 7.0 的预处理仿真算法。 主要过程包括规格化、背景区域去除、方向图计算、方向滤波、二值化、细化算法以及特征 提取。
  3. 所属分类:2D图形编程

  1. Image Progress

    2下载:
  2. C语言写的图像处理源码。 进入 VCImageN 后在 Image1 窗口中可直接运行的演示功能有: 点处理:投影定位例 邻域处理:单点宽边界检测例、液滴边缘检测例 图像平滑(旋转掩模平均原理) 带方向边缘检测(检测原理、Kirsch 算法各分量、Robinson 算法各分量、Prewitt 算法各分量) 二值图像处理:二值化实例(不同算法比较、多模式、双阈值、比率法、分块二值化)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-12-17
    • 文件大小:10125268
    • 提供者:tkgkchl
  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 2 3 4 5 6 78 9 10 11 12 ... 20 »
搜珍网 www.dssz.com