搜索资源列表
-
0下载:
脱机字符识别算法,包括手写数字识别之Fisher线性判别,手写数字识别之模板匹配法,数字识别之神经网络法,细化算法
-offline character recognition algorithms, including handwritten digital identification Fisher Linear Discriminant. Handwritten identification template matching, digital identification neura
-
-
0下载:
This macro examines the character at the cursor. If it is any of the 4 characters (){} it tries to find the matching character. For C programs it correctly handles comments, and string and character constants.
-
-
0下载:
数字识别,利用模式识别中的模板匹配算法,主要实现的是车牌的数字和汉字识别-Number recognition, pattern recognition in the template matching algorithm, the main achievement is the license plate number and character recognition
-
-
0下载:
图像预处理 图像灰度化 模板匹配 字符识别 轮廓提取-Image pre-processing image-based template matching gray-scale character recognition contour extraction
-
-
0下载:
模板匹配字符识别的程序,字符的模板制作说明-Template matching character recognition program, the character descr iption of the template production
-
-
0下载:
提供一个图像处理界面,可直接运行。能实现目标识别,检测,跟踪,对象匹配,字符识别。-To provide an image processing interface, can be directly run. To achieve the target identification, detection, tracking, object matching, character recognition.
-
-
0下载:
汽车牌照定位与字符识别 要定位汽车牌照并识别其中的字符,我们采用Matlab平台提供的一些图像处理函数,以傅立叶变换通过字符模板与待处理的图像匹配为核心思想。 -Vehicle license location to location and character recognition vehicle license and identify the characters, we use Matlab platform provides a number of image processing
-
-
0下载:
基于模板匹配的手写体字符识别方法,我的大学毕业论文,最简单的方法,结果很好用-Based on template matching method of handwritten character recognition, my university thesis, the simplest way, with good results
-
-
0下载:
思路简要说明:
1、图像二值化
将图片中的各点用0或1表示,1为有效点,0为背景。这里使用的是最大类间方差法
(otsu),在资料中有介绍。
2、去除干扰点
3、分割
将整个的图片分为每个单独的字,在下一步中才能一一识别。
4、与样本库进行对比,寻求最近似匹配
这步是比较核心的地方,由于要识别的图形每次都是随机变化的,我们不能进行完
全匹配识别,所以使用的是‘欧氏距离’来进行最近似匹配,资料中的《自由手写体
数字识别》里面有详细说明。
-
-
0下载:
摘要:在交通场景下进行多目标跟踪时,如何正确检测出车辆间的相互遮挡是影响车辆跟踪结果的关键。针对问题,运用投
影理论分析交通场景的三维几何投影特征.用长方体投影轮廓模型对车辆进行建模,重构其乏维投影轮廓,以进行遮挡的检
测和分离。与以往的方法相比,它在估计出的车辆外形轮廓基础t-进行遮挡检测,不需要匹配操作,计算量较小,并能解决
基于匹配的方法无法对付的初始遮挡问题。用实验验证了该算法的有效性。-In multi—object tracking of traf氍c scene。how
-
-
0下载:
可以采用正则表达式来实现字符串匹配功能。一种简单的正则表达式是由英文字母(区分大小写)、数字及通配符"*"和"?"任意组合而成的。"?"代表任意一个字符,"*"代表零个或任意多个字符。例如,a*b可以匹配acb,aabb,afdfdb,ab等,但不可以匹配ac,bb,abbc;a?b可以匹配acb,abb,但不可以匹配ab,accb。试编写一个程序,从文件中读入N个字符串,再从键盘上读入任意一个合乎规则的正则表达式,例如:"a?bb*d",输出符合正则表达式的字符串。
查询的字典文件为
-
-
0下载:
基于模板匹配的车牌字符识别算法研究,使用模板匹配,来实现车牌的字符识别。-Based on template matching license plate character recognition algorithm using template matching, to achieve the license plate character recognition.
-
-
0下载:
在草图符号的自适应学习中,不同用户的训练样本数量可能不同,保持在不同样本数量下良好的学习效
果成为需要解决的一个重要问题.提出一种自适应的草图符号识别方法,该方法采用与训练样本个数相关的分类
器组合策略将模板匹配方法和SVM统计分类方法进行了高效组合.它通过利用支持小样本学习的模板匹配方法
和支持大量样本学习的SVM 方法,并同时利用草图符号中的在线信息和离线信息,实现了不同样本个数下自适应
的符号学习和识别.基于该方法,文中设计并实现了支持自适应识别的草图符号组件.最后,利用扩
-
-
0下载:
一个车牌识别的小程序,有图有程序有说明,其中字符识别部分用的是模板匹配的办法。-A small license plate recognition program, there is a procedure chart shows, some of which use character recognition approach is template matching.
-
-
0下载:
template matching for charcters
-
-
0下载:
印刷体汉字识别的几种特征提取和匹配识别的方法-Several printed Chinese character recognition feature extraction and recognition method matching
-
-
1下载:
课程设计要求 0
实验一 基于模板匹配的字符识别 1
实验二 基于C均值算法的车辆检测与跟踪 3
实验三 水果分类系统设计 5
实验四 基于遗传算法的图像歪斜校准 6
实验五 基于BP网络的函数逼近 9
实验六 空调模糊控制系统设计 -Curriculum design requires 0
Experimental one based on template matching character recognition 1
C-means algorithm
-
-
0下载:
基于MATLAB的模板匹配的车牌字符识别代码- License plate character recognition based on template matching MATLAB code
-
-
0下载:
使用C++编写的多字符串匹配检索,效果良好 -The character matching and retrieval
-
-
1下载:
基于C++的字符识别程序 包含fisher判定法 神经网络方法 模版匹配方法 以及细化处理-Character recognition program based C++ contains the fisher determination method neural network template matching method and Refining
-