搜索资源列表

  1. 脱机字符识别

    0下载:
  2. 脱机字符识别:手写数字识别之Fisher线性判别,手写数字识别之模板匹配法,数字识别之神经网络法,细化算法-Offline Character Recognition : handwritten figures identifiable Fisher Linear Discriminant, handwritten figures identifiable template matching method, digital identi
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-07
    • 文件大小:9011200
    • 提供者:丁俊
  1. Edit Distance算法

    0下载:
  2. 对模式识别中的字符串模板匹配问题进行的研究,设计了对任意字符串进行匹配和字符串相似度,即列文斯顿距离进行计算的算法-right pattern recognition template matching string for the research and design of the arbitrary strings and string matching similarity, Ken Livingstone distance c
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-07
    • 文件大小:2048
    • 提供者:蓝色梦幻
  1. 手写数字识别

    0下载:
  2. 这个手写数字识别系统是基于模板匹配法建立的。它是我买的图书的光盘上的。-the handwriting recognition system figures are based on template matching method to establish. It is the books I buy on a CD-ROM.
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-07
    • 文件大小:113664
    • 提供者:李蕙
  1. chengxu4

    0下载:
  2. 用于对两幅连续图像进行拼接,模板匹配算法-used for two consecutive image stitching, template matching algorithm
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-07
    • 文件大小:1024
    • 提供者:张翰
  1. 220195168672005715205401563311

    0下载:
  2. 图像的腐蚀图像的膨胀图像的结构开和结构闭图像的细化图像的边缘检测图像的Hough变换图像的轮廓提取图像的识别和模板匹配- The picture corrosion picture inflation picture structure opens with the structure shuts the picture the thin picture edge examination picture Hough transfor
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-07
    • 文件大小:30720
    • 提供者:shixian
  1. 图像处理算法

    0下载:
  2. rar压缩包 其中包含Alphat透明合成系统源代码源代码,JPEG压缩编码系统源代码,腐蚀-膨胀-细化算法源代码,图案抖动技术处理系统源代码,图象边沿检测-提取-轮廓跟踪算法源代码,图象几何变换算法源代码,图象模板匹配算法源代码,图象平滑处理系统源代码,图像雾化处理程序源代码,图形色彩量子化及材质压缩程序源代码,直方图修正-彩色变换算法源代码-rar compressed packets containing Alphat tra
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-07
    • 文件大小:549888
    • 提供者:也风
  1. bivalue

    0下载:
  2. 图像处理二值化,利用模板匹配可以在一幅图象中找到已知的物体。比如抓拍到了一张射门的照片,要在该照片中找到足球的位置。这时就可以采用模板匹配的方法。所谓模板匹配,其实想法很简单:拿已知的模板(在本例中为足球的图象),和原图象中同样大小的一块区域去对。-binary image processing and using template matching the image to find a known object. For examp
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-07
    • 文件大小:45056
    • 提供者:中国
  1. 借书证学号识别

    0下载:
  2. 图书馆的借书证上的学号识别的c++源程序,应用模板匹配方法.-Library library card on the number of identifiable c source, application template matching method.
  3. 所属分类:教育/学校应用

    • 发布日期:2024-05-07
    • 文件大小:124928
    • 提供者:马燕
  1. 图像处理模板匹配

    0下载:
  2. 本程序可以对读入图像进行图像的小波变换,滤波处理,数字图像处理等多种针对图像进行的算法,并有完整的Vc源代码。-this program can read images Image wavelet transform, filter processing, digital image processing for image for a variety of algorithms, and the integrity of the so
  3. 所属分类:波变换

    • 发布日期:2024-05-07
    • 文件大小:130048
    • 提供者:
  1. detectpic

    0下载:
  2. 用c语言实现的用差影法检测图像,用模板匹配图象-with the language used poor video image detection with template matching image
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-07
    • 文件大小:24576
    • 提供者:朝阳
  1. 三种图像处理

    0下载:
  2. 用c语言写的三种常用的图像处理算法,包括边沿检测与提取,模板匹配和图象腐蚀膨胀细化-language used to write the three commonly used image processing algorithms, including edge detection and extraction. template matching and image thinning corrosion expansion
  3. 所属分类:图形图象

    • 发布日期:2024-05-07
    • 文件大小:72704
    • 提供者:刘威
  1. multimediaLED

    0下载:
  2. LED字符分割和识别, 在此项目中我们主要完成了对拍摄到的6位LED数字进行分割和识别的课题。识别的数字范围在0~9。由于拍摄环境比较复杂,需要解决复杂背景下对LED字符的分割问题。我们利用了图像的色彩信息,先进行基于色彩的分割,然后对分割结果进行了固定阈值的二值化,并利用投影修正完成了对LED数码管图像的分割,并使用基于模板匹配的算法进行了识别,在匹配过程中对图像进行了尺寸归一化处理。最终得到了较好的识别效果,对10幅样图的识别率
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-07
    • 文件大小:11264
    • 提供者:yinxun
  1. image_processing_source_code

    0下载:
  2. 图像处理源码内容: alpha_2.09.zip Alphat透明合成系统源代码源代码 jpeg_0.77.zip JPEG压缩编码系统源代码 calir_1.0.zip 腐蚀-膨胀-细化算法源代码 mkou_1.0.zip 图案抖动技术处理系统源代码 touch_1.01.zip 图象边沿检测-提取-轮廓跟踪算法源代码 xchange_1.03.zip 图象几何变换算法源代码 si
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-07
    • 文件大小:520192
    • 提供者:徐明媚
  1. nccr

    0下载:
  2. 模板匹配的一个matlab实例,程序可读性好。-template matching a Matlab example, procedures readable.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-07
    • 文件大小:1024
    • 提供者:飞飞
  1. 2005.11.3

    0下载:
  2. 数字图像处理,利用直方图进行模板匹配, -digital image processing, using histogram for template matching, digital image processing, use histogram for template matching,
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-07
    • 文件大小:2015232
    • 提供者:于建
  1. dect_image

    0下载:
  2. 功能是图象的检测,模板匹配 命令行编译过程如下 vcvars32 rc bmp.rc cl detect.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在-function is image detection, template matching process compiler command line as follows vc
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-07
    • 文件大小:22528
    • 提供者:zhanghua
  1. template

    0下载:
  2. 图象模板匹配算法源代码,首先要在c盘根目录下保存要处理的图像,格式必须为.bmp-image template matching algorithm source code, the first in the directory c Pangen to preserve the image, format for. bmp
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-07
    • 文件大小:24576
    • 提供者:tonylee
  1. ROBOTsystem

    0下载:
  2. 本程序是基于模板匹配的语音识别技术。提取语音的特征,并建立模板库。可以将语音识别技术应用于机器人。-this program is based on template matching speech recognition technology. Extraction of voice features, and the establishment of Template Library. Voice recognition can b
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-07
    • 文件大小:84992
    • 提供者:
  1. imagedetectorandmodelmatch

    0下载:
  2. 图象的检测,模板匹配算法代码,希望能对大家有用!-image detection and template matching algorithm code, we want to help!
  3. 所属分类:图形图象

    • 发布日期:2024-05-07
    • 文件大小:24576
    • 提供者:周疑问
  1. animageprocessingexample

    0下载:
  2. 一个图象处理处理程序,可实现边缘检测,轮廓提取,模板匹配,Hough变换,投影,图象复原,阀植分割,等功能,自己去研究吧,还有更多功能-an image processing and handling procedures can be realized edge detection, contour extraction, template matching, Hough transform, Projection, image re
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-07
    • 文件大小:2127872
    • 提供者:李大家
« 1 2 34 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org