搜索资源列表
OCR算法之C语言代码
- OCR算法代码。 这不是一个完整的系统,没法生成可执行程序。 代码基于Linux/KDE开发,用到了C++标准模板库。 代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作, 读者可以借鉴这些代码,改动后用到自己的系统中。 由于这是从一个完整的OCR系统中抽取的部分代码, 所以这些代码无法单独编译。 两个*.dat文件如下: char_data.dat:字符特征数据 words_de.dat:词库(后处理用) 如果需要完整实用的中文OCR代码,
3dfont2.0
- 作者: yulongsun 需要在penGL中作中文输出,但没发现何处有合适的,把一个叫zhaohui的人写的英文字符输出类改了一下,可以输出中文了,但却并没有解决我的问题。我感觉得应该使用wglUseFontBitmaps()函数使字体保持不变。但我对 OpenGL不熟,不知怎么用。不过我做的东西也许对别人有用,权且放在这儿。同时希望得到指教。 文件:CGLFont.c CGLFont.h env::windows2000, vc6.0 e-mail: y
Bersenham_line
- 程序设计与仿真 利用FPGA驱动LCD显示中文字符“年”的VHDL程序。 --文件名:lcd_driver.vhd。 --功能:FGAD驱动LCD显示中文字符“年”。 -program design and simulation using FPGA-driven LCD display Chinese characters "," VHDL program. -- File Name : lcd_driver.vhd. -- Function : FGAD
图形验证码识别引擎 V1.1
- 本程序能识别网络90%以上的论坛验证码和一些简单的网站验证码,从图片中正确识别出数字和字母。 程序对矢量随机的验证码,如动网7.1sp2最新验证码亦有80%以上识别率。已经突破了dvbbs,discuz,phpwind,leoboard,ipb 等论坛的验证码限制。 发布形式为一个OCR.DLL文件,方便各种其他语言开发的程序调用,支持多线程,可配置特征码库。无需了解复杂的图像处理,图形识别技术,为你开发各种自动化应用:如群发程序,暴力破解程,投票程序,自动充值程序等 铺平道路。
src
- Java OCR 图像智能字符识别技术,可识别中文 -Java OCR Image intelligent character recognition technology to identify the Chinese
ocr
- 易语言ocr调用OFFICE识别例子,可直接识别中文数字和字符-Easy to identify examples of language ocr call OFFICE
NEHEOPENGL
- NeHe OpenGL(中文) OpengGL 入门必备教程 NeHe SDK 创建基本框架 怎样使用SDK 配置对话框 视口和绘制函数 2D字符 纹理 框架结构 教程目录 01:OpenGL窗口 02:多边形 03:添加颜色 04:旋转 05:3D空间 06:纹理映射 07:光照和键盘 08:混合 09:移动图像 10:3D世界 11:飘动的旗帜
A06_OpenGLDisplayChinese
- 教你如何在opengl里显示中文汉字字符-Teach you how to display Chinese characters in opengl characters
StringMatrixVB.dll
- 在MatrixVB可以识别和输出中文字符,这是一个升级版 Ver 0.0.0.2(主要是想奉献我的源码)。若有bug请联系yueliang2100@163.com-MatrixVB can identify and output at the Chinese characters, which is an upgraded version: Ver 0.0.0.2 (mainly trying to give my source). If you found any bug, please em
CharStatistic
- 这个小程序很实用的个人觉得,可以统计一段中英文混合字符串中所有中文的字符个数,它能识别英文、标点以及特殊字符,仅挑选出中文字符来统计,程序主要是根据编码进行统计,这在以后的程序开发中经常要用到。 -This little program very useful personally feel that, you can count a string of mixed Chinese and English characters in the number of all Chinese, it
chinese-word
- 用matlab软件编程进行中文字符的识别检测,包括预处理检测、边缘检测等-Chinese character recognition and detection using matlab software programming, including pre-treatment detection
tesseract-ocr-3.02.chi_tra.tar
- OCR已训练好的中文字符识别库,使用方便。-OCR has trained Chinese character recognition library.
Convert2PureChinese
- 简单的中文字符处理程序,有需要的朋友可以下载看看。-simple Chinese characters in the process, the need to see friends can be downloaded.
character-recognition
- 一篇硕士论文,主要实现一种印刷体文档图像中的中文字符识别方法。-A master s paper, the main implementation of a printed document image Chinese character recognition method.
pa_draw
- 图像中输入中文字符,可调节大小、位置和颜色-Input Chinese characters
matlab中文字符的识别代码
- 提供一种中文字符识别的代码 文件中提供执行代码和执行结果(Provides code and execution results in a code file that provides a Chinese character recognition)
Lenet5
- 利用lenet5,进行数字和字母的识别,网络已训练好可直接使用。 附带中文字符样本(Using lenet5 to recognize numbers and letters, the network has been trained and can be used directly. Incidental Chinese character sample)
046039149chinese-word
- 该工程是中文识别的源代码,是一份完整的工程,只需要进行路径的修改,然后就可以运行(The project is the source code of Chinese recognition, is a complete project, only need to modify the path, and then it can run)
matlab中文字符的识别代码
- 基于BP人工神经网络的数字字符识别及MATLAB实现。(Digital character recognition and MATLAB implementation based on BP artificial neural network.)
Python-opencv车牌识别
- 算法思想来自于网上资源,先使用图像边缘和车牌颜色定位车牌,再识别字符。车牌定位在predict方法中,为说明清楚,完成代码和测试后,加了很多注释,请参看源码。车牌字符识别也在predict方法中,请参看源码中的注释,需要说明的是,车牌字符识别使用的算法是opencv的SVM, opencv的SVM使用代码来自于opencv附带的sample,StatModel类和SVM类都是sample中的代码。SVM训练使用的训练样本来自于github上的EasyPR的c++版本。由于训练样本有限,你测试时会