搜索资源列表
CHAPT10
- 神经网络模式识别及其实现,第10章 内含:ART 和VQ 算法。 终于上传完,本来想一次性发上来的,但结果失败了,只好一个一个发。-pattern recognition and neural network to achieve, Chapter 10 consisting of : ART algorithm and VQ. Finally upload End, originally wanted onto a one-time, but the result of the fai
模式分类
- 该程序可以对二维三类样本进行分类,并画出分界面.学习过模式识别的人必看.要学习神经网络的人必看,代码简单,实用性强-the procedure three samples of two-dimensional classification and paint interface. Learning the pattern recognition Watchable. To study the neural network Watchable, code simple, practical
TinySvmTest
- 用于汉字识别和分类的支持向量机SVMTEST测试算法,很好用啊-for Chinese character recognition and classification of SVM SVMTEST test algorithm is useful ah
lpc2148_usbhid
- 这是一个Keil MCB2148开发板上针对LPC2148的HID项目程序,它示范了如果实现USB HID: - 8个LED - INT1按钮 该设备将被Windows识别并加载为普通的HID 设备。LED和按钮将和PC端HID用户软件进行交互。-Keil MCB2148 LPC2148 development board against the HID project procedures, which demonstrated a USB HID if :-eight LED
sztxmssbjsjgcsj
- 数字图像模式识别技术及工程实践 学习识别有用-digital image pattern recognition technology and engineering practice learning to identify useful
基本图像分割实例
- P0801:索书号文字图像分割 P0802:粘连字符切分 P0803:文字识别 P0804:彩色车牌分割 P0805:商标文字分割 Recognition:文字识别的识别子函数 StrDetect01:文字识别的结构特征提取子函数 -P0801 : Call text image segmentation P0802 : adhesion character segmentation P0803 : Character Recogn
LPR
- 车牌识别程序,使用sobel算子检测边缘,然后准确定位车牌,准确率高达98%以上。-license plate identification procedures, the use of pixel edge detection operator, and then accurate positioning plates, accuracy rate was as high as 98% or more.
小波变换源码
- 带有多种小波基的小波变换程序,可用于图象识别,信号突变检测。-with multiple small Porgy wavelet transform procedures can be used to image recognition, signal mutation detection.
vehiclehsv
- 车牌识别及定位,已用于公路交通,特别是彩色特征的应用-license plate recognition and positioning has been used highway traffic, in particular color characteristics of the application
Locate_1
- 车牌定位识别系统地涉及具体由车牌定位,字符识别等功能!-plates positioning system to identify specific plates by positioning and character recognition function!
在线签名识别
- 在线签名鉴定,内含AR实现算法和DTW算法源程序,并拥有应用实例
1362host
- Dsp控制1362芯片做主机,完成U盘识别功能。-1362 mainfr a me chip so complete U-recognition functionality.
c51jing
- 实现pc机键盘(p/s2接口)与8位单片机连接使用 原理:键盘时钟接在p3.2口,既8051的外部中断int0上,键盘数据接到p1.0上 每次按键,键盘会向单片机发脉冲使单片机发生外部中断,数据有p1.0口一位一位传进来 传回的数据格式为:1位开始位(0),8位数据位(所按按键的通码,用来识别按键),1位校验位(奇校验) 1位结束位(1) 实现:将键盘发回的数据放到一个缓冲区里(数组),当按键结束后发生内部中断来处理所按的按键 缺点:由于51单片机的容量有限所以缓冲区不可
Calculate000
- 可以识别输入的算术表达式并计算机结果,支持+、-、*、/四则运算及嵌套的(),比如4*3+5*((16+8)/2-5)。 利用后缀表达式计算。-can identify imported computer arithmetic expression and the results support ,-,*, / 4 Operational and nested (), such as 3 5 4 * * ((16 8) / 2-5). The use of the suffix formul
GenPadsLib
- 格式转换的软件,用于生成PADS(电路设计软件)的库。使用是,从Excel表格中导出器件管脚分布的信息,该软件对这些信息进行整理,然后输出符合PADS库管理工具能够识别的文本文件。-format conversion software, used to generate PADS (circuit design software) libraries. The use is that from an Excel spreadsheet pin device derived distributio
HandWritingRecognition
- 通过Java编写的手写数字识别器源代码,功能为能自主学习和调整以适应不同使用者,可以识别数字0-9-Java handwritten figures prepared by the reader source code, in order to function independently and learning to adjust to different users, identification number 0-9
TextCategorization
- 基于朴素贝叶斯算法实现的中文文本分类程序。可以对中文文本进行分类识别,使用时先对分类器进行训练,然后进行识别。该Beta版本仅支持对3类文本进行分类,使用简单的中文分词方法,本程序尚不具备实用性,用于算法研究和改进。-based on Bayesian algorithms to achieve the Chinese text classification procedure. Can the Chinese text classification identification, the us
神经网络的C++源代码
- 模式识别方面的,挺多的,而且很不错的,下了就知道-of pattern recognition, both sport and it is very good, under the know
fayeboy1984
- 此设计要求能够实现将医学图像进行识别的过程,包括了图像预处理、图像特征提取及分类判决三大模块。在预处理这一步中主要实现的是将彩色图像转换为灰度图像,灰度图像的二值化,直方图修正,去除干扰、噪声以及差异,边缘增强等;第二模块是图像的特征提取。由于对象的物理与几何特性差异,在影像中表现为局部区域的灰度产生明显变化,形成影像特征,而图像特征提取就是对其进行加工、整理、分析、归纳以便提取构成目标影像的特征,得到能反映图像内容区别于其他事物的本质特征;分类判决作为第三模块,则是要在第二步的基础上采用某种分
prtools
- 这个为模式识别工具箱,里面有很多源代码,希望对学习模式识别的读者有用。-pattern recognition to the toolbox, which contains many source code, and I hope to learn a useful pattern recognition readers.