搜索资源列表

  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. 所属分类:图形图象

    • 发布日期:2024-05-22
    • 文件大小:2010112
    • 提供者:wanglynn
  1. FourThinner

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

    • 发布日期:2024-05-22
    • 文件大小:3072
    • 提供者:ljw
  1. offlineRec

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

    • 发布日期:2024-05-22
    • 文件大小:8795136
    • 提供者:孙阳白
  1. vc++xihua

    0下载:
  2. 图象细化的VC++程序,图象分割的效果很好,其中还有测试的图片-Image Refinement of VC procedures, image segmentation good effect, which also tests Photo
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:57344
    • 提供者:杨洋
  1. 222small

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

    • 发布日期:2024-05-22
    • 文件大小:7168
    • 提供者:李治国
  1. think-finger

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

    • 发布日期:2024-05-22
    • 文件大小:9216
    • 提供者:郑杰
  1. worddistinguish

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

    • 发布日期:2024-05-22
    • 文件大小:202752
    • 提供者:张建
  1. file4

    0下载:
  2. 30个图像处理的VC++ 源代码,包括256色转灰度图,Hough变换,image_j1,PCA,Walsh变换,对比度拉伸,二值化变换,反色, 方块编码,傅立叶变换,高斯平滑,灰度均衡,均值滤波,拉普拉斯锐化(边缘检测), 离散余弦变换,亮度增减,逆滤波处理,取对数,取指数,梯度锐化,图象处理,图像镜像, 图像平移,图像缩放,图像细化,图像旋转,维纳滤波处理,用Canny算子提取边缘,阈值变换,直方图均衡.-30 imag
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:4076544
    • 提供者:sunjunling
  1. Thinner

    0下载:
  2. 图像处理边缘细化算法,c++程序实现 算法简单易懂-Image processing edge thinning algorithm, c++ Realize algorithm is simple and straightforward procedure
  3. 所属分类:软件工程

    • 发布日期:2024-05-22
    • 文件大小:3072
    • 提供者:汪和谐
  1. xihuasuanfa

    0下载:
  2. 细化算法,手写数字识别的细化算法,也是用C++写的,仅供参考-Thinning Algorithm, handwritten numeral recognition of the thinning algorithm is also used to write C and is for reference only
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:3072
    • 提供者:郑英杰
  1. xihua

    0下载:
  2. 程序只支持BMP256色灰度图像 方法主要是4种细化算法还有找兴趣点 在int _tmain()中注释“应用部分”换不同的函数方法就可以使用。-Process only supports BMP256 color gray image method is mainly there are four kinds of thinning algorithm to find points of interest in the int
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:2414592
    • 提供者:仇雨
  1. resource

    0下载:
  2. 实现图形图像处理的5个功能!可见面判别;图像反色;图像细化;离散余弦变换;24->256灰度变换。-Graphics realize image processing functions of five! Discriminant can be met anti-color images image thinning discrete cosine transform 24-
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:80896
    • 提供者:wcy
  1. chp6

    0下载:
  2. 第6章 腐蚀,膨胀,细化算法,这一章的内容我认为是最有趣的。-Chapter 6 corrosion, expansion, thinning algorithm, the contents of the chapter I think is the most interesting.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:203776
    • 提供者:包军
  1. 图像的粗化细化

    0下载:
  2. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:113664
    • 提供者:lmb
  1. slight

    0下载:
  2. 用于图形的细化处理,vc6.0平台编译通过,注意,本程序的细化算法要应用于含线条的黑白二值图像才可以看出细化效果。-Thinning treatment for graphics, vc6.0 platform compiler passed, note that this procedure should be applied to the thinning algorithm with black-and-white line bi
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:40960
    • 提供者:楚风云
  1. imageprocess

    0下载:
  2. 数字图像处理源代码,包括阈值变换,边缘提取,滤波,细化等功能-Digital image processing source code, including the threshold transform, edge detection, filtering, thinning and other functions
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:1697792
    • 提供者:lizhongwei
  1. fvs_thinner

    0下载:
  2. 该文件是用VC 编写的指纹图象细化处理函数源代码,供同志们参考-The document was prepared by VC fingerprint image thinning handler source code for reference Comrades
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:李云飞
  1. digitalimageprosessing

    0下载:
  2. 包括灰度图像和彩色图像处理两部分,灰度图像处理:256色转变成黑白色,对比度拉伸,二值化,反色,亮度增加,取对数,取指数,直方图均衡化,图像镜像,图像平移,图像缩放,图像旋转,高斯平滑,均值滤波,拉普拉斯锐化,梯度锐化,中值滤波,DCT变换,Fourier变换,Walsh变换,方块编码,细化,Canny算子,浮雕,雕刻,Sobel-Including gray-scale images and color image processin
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:2095104
    • 提供者:高源
  1. Image

    0下载:
  2. 一个图象细化程序,提供了两种细化方法。使用的是vc6.0-An image of refinement procedure, provides two methods of refinement. Using vc6.0
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:6804480
    • 提供者:luzhitian
  1. xingtai

    0下载:
  2. 图像的形态学处理,图像腐蚀,膨胀,开启于闭合,图像细化,粗化等-Morphological image processing, image corrosion, swelling, open to closed, image refinement, coarsening, etc.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:241664
    • 提供者:扬扬
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

源码中国 www.ymcn.org