搜索资源列表
ISODATA
- ISODATA算法是一种基于统计模式识别的,非常经典的非监督学习动态聚类算法,有较强的实用性。ISODATA算法不仅可以通过调整样本所属类别完成样本的聚类分析,而且可以自动地进行类别的“合并”和“分裂”,从而得到类数比较合理的聚类结果。-ISODATA algorithm is based on statistical pattern recognition, unsupervised learning is the classic dynamic clustering algorithm
ReadPic
- 一款简单的验证码识别工具,在初始化状态下可以进行图片的分割、学习,获取字符的特征码,并保存到INI文件中,当学习足够多图片后就能准确地识别同类型的验证码。 本程序主在提供一种分析的思路方法,如何对验证码进行分割、过滤、规格化,去除杂点是识别的关键部分,每步过程都呈现在界面上。-A simple verification code recognition tools, in the initialization state, the picture can be split, study, a
Neural-network-recognition-system
- 使用说明 第一步:训练网络。使用训练样本进行训练。 第二步:识别。首先,打开图像(256色);再次,进行归一化处理,点击“一次性处理”;最后,点击“R”或者使用菜单找到相应项来进行识别。识别的结果显示在屏幕上,同时也输出到文件result.txt中。 该系统的识别率一般情况下为90 。 此外,也可以单独对打开的图片一步一步进行图像预处理工作,但要注意,每一步工作只能执行一遍,而且要按顺序执行。 具体步骤为:“256色位图转为灰度图”-“灰度图二值化”-
DigitRec
- 使用说明 第一步:训练网络。使用训练样本进行训练。(此程序中也可以不训练,因为笔者已经将训练好的网络参数保存起来了,读者使用时可以直接识别) 第二步:识别。首先,打开图像(256色);再次,进行归一化处理,点击“一次性处理”;最后,点击“R”或者使用菜单找到相应项来进行识别。识别的结果显示在屏幕上,同时也输出到文件result.txt中。 该系统的识别率一般情况下为90 。 此外,也可以单独对打开的图片一步一步进行图像预处理工作,但要注意,每一步工作
MPF_Util
- 本程序的功能是对MPF文件的处理,包括分割、合并、删除等,为训练分类器做准备-The function of this program is to MPF file processing, including the split, merge, delete, etc. in preparation for training classifier
yzm
- VB简单验证码识别,二值后拆分再字模匹配 适合固定形状,固定位置的验证码 -Simple VB Code to identify, and then split two font matching value for a fixed shape, fixed position of the verification code
FACE-RECOGNITION
- 此文的目的有三个:第一,当地连续均值量化变换特征是提出照明和传感器敏感操作在目标识别上。其次,注册稀疏Winnows网络分割,提出了加快原分类。最后,特点和分类相结合对于正面人脸检测任务。检测结果列 为MIT + CMU系统和BioID数据库。关于这人脸检测器,接收器操作特征曲线BioID数据库产生最好的结果公布。对于结果麻省理工学院的中央结算系统+数据库相当于国家的最先进的脸探测器。一个人脸检测算法的MATLAB版本可以从http://www.mathworks.com/matlabce
matlab-3
- 1、使用MatLab 软件进行图像的分割; 2、能够自行评价各主要算子在无噪声条件下和噪声条件下的分割性能; 3、能够掌握分割条件(阈值等)的选择; 4、完成规定图像的处理并要求正确评价处理结果,能够从理论上作出合理的解释。 -1, the use of MatLab software for image segmentation 2, to self-evaluation of all the major operators in the absence of noise c
RECOG_prog
- 其一文件为车牌定位与分割的一种方法,定位的方法水平投影与垂直投影,最后分割矩形车牌。留待字符预处理与识别用。另一文件为分割下来的牌号作字符预处理后送BP网络识别用-One file for license plate location and segmentation method, the positioning of horizontal projection and vertical projection, the final split rectangular plates. Prepr
car-location
- 非常好用的车牌识别软件,可实现车牌的定位及分割,成功率较高-License plate recognition software is very easy to use, and can be split to achieve the positioning plate, a high success rate
yzm-shi-bie
- 易语言天联验证码识别源码例程程序结合易语言扩展界面支持库和互联网支持库,实现网站验证码图片的识别。 点评:读取网站验证码图片,进行分割后在画板中放大写出,加以识别。本例程是识别验证码图片的一种方法,值得学习借鉴-Easy language day routines associated verification code program with easy to identify the source language extensions to support libraries
web
- 车牌定位,不能分割与识别,可进行各种预处理,最后到分割车牌图像-License plate location, can not be separated and identified, can be a variety of pre-processing, and finally to split the license plate image
ChePaiShibie
- 车牌识别 分割 提取 二值化 模式识别 图像增强-License Plate Recognition split to extract the binary mode
yingyongbiaojifenshuilingsuanfa
- 如果图像中的目标物体是连在一起的,则分割起来会更困难,分水岭算法经常用于处理这类问题,通常会取得比较好的效果。分水岭分割算法把图像看成一副“地形图”,其中亮度比较强的地区像素值较大,而比较暗的地区像素比较小,通过寻找“汇水盆地”和“分水岭界限”,对图像进行分割。-If the object in the image together, then split up and it will be more difficult, the watershed algorithm often used t
touying
- 本程序是利用投影法对车牌进行分割,能够很好的分割车牌。-The program is the use of the projection method to split the license plate, the license plate to the split.
code
- matlab 分类算法 这个是主程序,可以根据这个自己仔把子函数根据自己的需要完善 能够完成印章识别 底纹分割等功能-This is a classification algorithm matlab main program, according to the Tsai himself Functions according to their need to complete the perfect seal of recognition features such as shading sp
English-character-recognition
- 本案例为读取某印刷版本的英文文章图片,通过进行行分割、列分割来进行单词定位,然后与标准英文字符进行对比来实现识别-This case is reading a printed version of the English articles image by performing a dividing line, column split to locate a word, and then compare with the standard English characters to achie
