搜索资源列表
光学字符识别技术
- OCR算法代码。这不是一个完整的系统,没法生成可执行程序。代码基于Linux/KDE开发,用到了C++标准模板库。代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作, 读者可以借鉴这些代码,改动后用到自己的系统中。由于这是从一个完整的OCR系统中抽取的部分代码,所以这些代码无法单独编译。 两个*.dat文件如下: char_data.dat:字符特征数据 words_de.dat:词库(后处理用)-OCR algorithm code. This is not a com
OCR算法之C语言代码
- OCR算法代码。 这不是一个完整的系统,没法生成可执行程序。 代码基于Linux/KDE开发,用到了C++标准模板库。 代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作, 读者可以借鉴这些代码,改动后用到自己的系统中。 由于这是从一个完整的OCR系统中抽取的部分代码, 所以这些代码无法单独编译。 两个*.dat文件如下: char_data.dat:字符特征数据 words_de.dat:词库(后处理用) 如果需要完整实用的中文OCR代码,
基于Java的BP网络数字识别法
- 详细给出了一个完整的人脸检测算法。对于实际应用有一定的参考价值-detail given a complete face detection algorithm. For practical application of a certain reference value
VisualBasic234234
- VisualBasic完整的文字识别程序,可以进行自主学习等识别功能-integrity of the Visual Basic language identification procedures, it can conduct independent learning Recognition
A_fixed_position_of_person
- 这个是关于人脸定位的一个实例,里面是一个完整的工程,下载后可以直接运行-This is a position on the face of an example, there is a complete project can be downloaded directly run
face_binary
- 这是一个完整的改进人脸识别系统,能对读入图片中的人脸进行识别,并进行一些简单数字图象处理-This is a complete improve face recognition systems can be read into the pictures of the human face identification, and some simple digital image processing
HashDemo
- hashdemo的完整代码-hashdemo integrity code
tuxiangshibie
- 比较完整的图像分类程序,包含较多的分类算法-more complete image classification procedures, including more classification algorithm
02006Character
- C++ Builder 环境下完整地简单的文字的纵向显示程序,试试看吧-C Builder environment intact in simple language the vertical display program, Give it a try
OCRbyRF
- 做的一个在线光学字符识别的vc程序,主要采用了图像的矩特征和几何特征等两种方法,提供了完整了C++源代码,可供图像处理和模式识别人员参考。-do an online Optical Character Recognition vc procedures, used mainly to the moment the image characteristics and geometric features such as the two methods, providing a complete C
PlatLocation
- 一个关于车牌定位的算法,虽然不是很完整,但有一定的参考价值 。-a license plate on the positioning algorithm, although it is not very complete, but there are some reference value.
cell_recognition_system
- 一个完整的细胞图片识别体统,在C++6.0下完美的运行,无错误-a complete picture identification decency cells in C 6.0 perfect operation of strict
wzsb
- 文字识别系统--数字字符的识别算法,将数字字符的顶部、左右两侧的局部轮廓结构和统计特征组合成特征向量,用以描述10个数字。采用用结构语句识别算法识别底部残缺的和完整的数字字符。-Character Recognition System -- Character recognition algorithm, the top figures of characters, around both sides of the partial outline of the structure and sta
20070518julei
- 手写数字识别程序,有可执行文件可直接运行、完整的源程序,通俗易懂-handwritten numeral recognition procedures, executable files can run, integrity of the source, accessibly
ImageProcessing
- 一个完整的车牌识别C程序,有详细的说明和作者提示的继续开发方向
ggj
- 模式识别之车辆识别技术采用VC++开发完整代码
pdfedit-0.3.2.tar
- 该程序是用QT编写,有着跨平台的优越性!在Windows/linux下都可以工作。可以对PDF的文件进行完整编辑,而且还提供了脚本执行方式,用户可以自由编辑脚本让它运行!
完整的人脸识别系统源代码
- 一个完整的人脸识别系统源代码,经本人测试通过,可以运行,人脸检测人脸识别效果都很好,可以用于毕业设计
指纹识别的完整程序
- 该程序是基于C++的指纹识别的完整程序,对搜寻者而言是个不错的原则
完整的车牌识别系统
- 完整的车牌识别系统,推荐下载,基于MFC开发, 采用SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI)