资源列表
Demo-Mnist
- 基于神经网络的手写数字识别的源代码,绝对能够正常编译并运行!-based on neural network handwritten numeral recognition of the source code is absolutely normal to compile and run!
facedetectandrecognize
- 人脸识别的程序代码,vc++实现,可以检索,识别-face recognition procedure code, vc achieve, retrieval, recognition
xianquchuchengxu
- 表单图像线去除的程序,研究了一种直线检测和字线分离的算法.采用了一种检测直线的方法,即有向单单连通链法,它定义简单,物理意义明确,易于存储和处理.且能较好处理倾斜,断裂和字线交叠的情况,且通过将游程平滑,将尺寸小的单连通链滤除,并减少连通链合并时的搜索范围,可达到算法的加速,使结果更加精确.研究了字线相交的不同情况,采用了与框线检测结合的表格框线去除和交叠文字保留的方法,以及对字线分离后的笔画部分的修整.国内做这方面东西的人都很少,资料很少 -form images line removal
车牌识别系统
- 车牌识别系统,其中字符识别用的是神经网络方法-LPR system, character recognition using the neural network method
HopfieldNet
- 设计一个离散hopfield网络,实现联想记忆,以对模糊数字进行识别,判断。-design of a discrete hopfield network, associative memory, a pair of fuzzy figures for the recognition, judgment.
FVS
- 通过指纹采集器获取指纹图像的指纹识别系统-through fingerprint acquisition of the fingerprint image acquisition Fingerprint Identification System
Ccode
- it is a vc++ code for Chinese character ocr. I hope that the reader can learn something from it.
zhipaishibie
- 自己编写的第一个纸牌识别程序,属于数字图像处理的范围,请赐教
BPsource
- 立体视觉双目匹配的VC++源代码 请自己在代码内修改图像路径
Font
- 获取字体字形,使用GetGlyphOutline获取字体字形之后,将字形显示出来
facedection
- 基于肤色和模板人脸检测算法,能快速识别人脸,精度高,速度快
adaboost
- adaboost算法,当今最快的分类算法,基于matlab的源代码