搜索资源列表

  1. Wangmeng_8433028879

    0下载:
  2. ∷软件简介∷ 共14部分,分别介绍了图像的点运算、几何变换、正交变换、图像增强、腐蚀算法、膨胀 算法、细化算法、边缘检测与提取、轮廓跟踪、图像分析、图像复原和图像的压缩编码技术, 对每种常用的数字图像处理方法,都提供了完整的源代码。 - 鈭?the software synopsis 鈭?altogether 14 parts, separately introduced the picture spot operati
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:179573
    • 提供者:sadgdg
  1. morphology

    0下载:
  2. vc++6.0环境下,图象的腐蚀,膨胀,细化算法实现源程序代码,已经经过测试.-vc 6.0 environment, the image of corrosion, expansion, refinement algorithm source code has been tested.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:6250
    • 提供者:lijiang
  1. thinning_algorithms

    0下载:
  2. 图形图象细化算法,从国外开放源代码网站上下的-graphics thinning algorithms from abroad open source website ish
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2736
    • 提供者:syh
  1. off_line_recognition

    0下载:
  2. 模式识别中的脱机字符识别,包括手写数字识别之Fisher线性判别,手写数字识别之模板匹配法,数字识别之神经网络法及细化算法。-pattern recognition of Offline Character Recognition, including handwritten digital identification Fisher Linear Discriminant. Handwritten identification tem
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:203645
    • 提供者:林晓芸
  1. tuxiangxihua

    0下载:
  2. 注意,本程序的细化算法要应用于含线条的黑白二值图像才可以看出细化效果。-attention to the details of the procedures to be used algorithm with two lines of black-and-white image can be seen only thinning effect.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:41467
    • 提供者:wxqbzty
  1. offline-character-recognise

    0下载:
  2. 脱机字符识别算法,包括手写数字识别之Fisher线性判别,手写数字识别之模板匹配法,数字识别之神经网络法,细化算法 -offline character recognition algorithms, including handwritten digital identification Fisher Linear Discriminant. Handwritten identification template matching
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:198845
    • 提供者:wangqiang
  1. zifushibie

    0下载:
  2. 包括: 手写数字识别之Fisher线性判别 手写数字识别之模板匹配法 数字识别之神经网络法 细化算法-include : Handwritten identification Fisher Linear Discriminant handwritten digital identification template matching identification number of neural network met
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:196854
    • 提供者:abin
  1. image_mydip

    0下载:
  2. 图形细化算法,本程序的细化算法要应用于含线条的黑白二值图像才可以看出细化效果-graphic refinement algorithm, The procedure used to thinning algorithm with two lines of black-and-white image can be seen only thinning effect
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:46260
    • 提供者:gmae
  1. fushipengzhang

    0下载:
  2. 这是一个关于腐蚀,膨胀,细化算法的程序源代码-This is one of erosion, dilation, thinning algorithm source code
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:15913
    • 提供者:868659
  1. vc++chuli

    0下载:
  2. 运用vc++进行图形的腐蚀,膨胀,细化算法的代码-use vc graphics corrosion, swelling, thinning algorithm code
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:44003
    • 提供者:李聪
  1. tuxiangfushi_chuli

    0下载:
  2. 给出了图象腐蚀膨胀细化算法源代码,以后再继给出其它有关图象处理算法(如子波变换等)-given image corrosion expansion thinning algorithm source code, Following is again the other image processing algorithms (such as wavelet transform, etc.)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:15655
    • 提供者:leo eayrose
  1. xihuasuanfa

    0下载:
  2. 这是关于细化算法,希望对大家有用 祝大家好运-This is the refinement of the algorithm, we hope to useful luck
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:3755
    • 提供者:王晓满
  1. thin_code_for_handwriting

    0下载:
  2. 关于数字识别的细化算法,C++源代码。为数字识别提供预处理。-identification number on the refinement algorithm, C source code. Digital identification pretreatment.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3849
    • 提供者:liufu
  1. imageprocessingvc

    0下载:
  2. 数字图像处理典型算法实现,共12章。01vc数字图像编程基础知识,02数字图像的采集、量化和表示,03数字图像的点运算;04图像几何变换,05频域处理方法;06图像增强技术;07图像腐蚀膨胀和细化算法;08边缘检测与提取及轮廓跟踪;09图像分割;10图像配准;11图像复原;12图像压缩-typical digital image processing algorithm, a total of 12 chapters. 01vc Dig
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2010675
    • 提供者:wanglynn
  1. FourThinner

    0下载:
  2. 四种图像细化算法的源代码。包括beforethin,ThinnerHilditch,ThinnerPavlidis和ThinnerRosenfeld-four image thinning algorithm source code. Including beforethin, ThinnerHilditch. ThinnerPavlidis and ThinnerRosenfeld
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3788
    • 提供者:ljw
  1. offlineRec

    0下载:
  2. 数字图像识别中的脱机字符识别:手写数字识别之Fisher线性判别、手写数字识别之模板匹配法、数字识别之神经网络法、细化算法。-Digital Image Recognition of Offline Character Recognition : handwritten digital identification Fisher Linear Discriminant. Handwritten identification templa
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:186697
    • 提供者:孙阳白
  1. 222small

    0下载:
  2. 并行图像细化算法和C代码实现,希望对大家有用-parallel image thinning algorithm and C code to achieve the hope that it may be useful to
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:7522
    • 提供者:李治国
  1. think-finger

    0下载:
  2. 对指纹进行增强后,采用了一种新的指纹细化算法,其优点是速度快。-right fingerprint enhancement using a new fingerprint refinement algorithm, the advantage of speed.
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:9876
    • 提供者:郑杰
  1. worddistinguish

    0下载:
  2. 脱机字符识别算法,包括手写数字识别之Fisher线性判别,手写数字识别之模板匹配法,数字识别之神经网络法,细化算法 -offline character recognition algorithms, including handwritten digital identification Fisher Linear Discriminant. Handwritten identification template matching
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:202750
    • 提供者:张建
  1. achap6

    0下载:
  2. 图象腐蚀,膨胀,细化算法-image corrosion, swelling, thinning algorithm
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:16886
    • 提供者:沈勇
« 1 2 3 4 5 6 78 9 10 11 12 ... 26 »

源码中国 www.ymcn.org