-
OCR算法代码。
这不是一个完整的系统,没法生成可执行程序。
代码基于Linux/KDE开发,用到了C++标准模板库。
代码的目的是向读者展示一个O...
OCR算法代码。
这不是一个完整的系统,没法生成可执行程序。
代码基于Linux/KDE开发,用到了C++标准模板库。
代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作,
读者可以借鉴这些代码,改动后用到自己的系统中。
由于这是从一个完整的OCR系统中抽取的部分代码,
所以这些代码无法单独编译。
两个*.dat文件如下:
char_data.dat:字符特征数据
words_de.dat:词库(后处理用)
如果需要完整实用的中文OCR代码,可以和PRTsinghua@hotmail.com联系。-OCR algorithm code. This is not a complete system, we can not generate executable. Based on the Linux code/KDE development, use the C standard template library. The code is intended to show readers an OCR system, including which parts work, readers can learn from these code changes after their use in the system. As this is from a complete OCR system taking part code, so code can not be compiled separately. 2*. dat following documents : char_data.dat : Character Feature Data words_de.dat : Thesaurus (after treatment) for a complete practical needs if the Chinese OCR code, and PRTsinghua@hotmail.com links.
- 2022-04-11 21:05:06下载
- 积分:1
-
基于jQuery的一个图表开发工具,例子很明确,套用很方便
基于jQuery的一个图表开发工具,例子很明确,套用很方便
-A chart based on the jQuery development tools, examples are clear, easy to apply
- 2022-08-22 22:05:11下载
- 积分:1
-
这个类库可以处理BMP、GIF、PCX、TGA、JPG、TIF格式的图像文件,而且具有图像点处理、图像区域处理的功能,你所要做的只是调用函数而已,不必清楚这些图...
这个类库可以处理BMP、GIF、PCX、TGA、JPG、TIF格式的图像文件,而且具有图像点处理、图像区域处理的功能,你所要做的只是调用函数而已,不必清楚这些图像文件的内部格式。-the library can handle BMP, GIF, PCX, TGA, JPG, TIF format image files, and images with point processing, image processing functions regional, you have to do it is the function call and not aware of these images document the internal format.
- 2022-02-14 12:07:21下载
- 积分:1
-
在画图较多的应用中, GUI对象需构造和析构, 容易被程序员忽略, 这个类能帮你很大忙...
在画图较多的应用中, GUI对象需构造和析构, 容易被程序员忽略, 这个类能帮你很大忙-in drawing more applications, the GUI objects need structure and destructors, programmers easily overlooked, this category can help you are very busy
- 2023-07-15 03:50:03下载
- 积分:1
-
VTK5.8.0 CMake编译包
编译好的VTK文件夹 需要注意的是,不要忘记系统环境变量的配置。 还有就是qvtkwidgetplugin.lib和qvtkwidgetplugin .dll (在压缩包的VTKlibvtk-5.8)要考到XX:Qt4.8.5pluginsdesigner
- 2022-08-09 17:30:01下载
- 积分:1
-
200 多个可靠的算法源程序 Numerical Recipes Fortran代码
200 多个可靠的算法源程序 Numerical Recipes Fortran代码-reliable algorithm source code Fortran Numerical Recipes
- 2023-08-22 06:50:02下载
- 积分:1
-
用VB.NET编写的图片浏览器
一个用VB.NET编写的图片浏览器-VB.NET prepared with a photo browser
- 2022-08-08 02:01:48下载
- 积分:1
-
基于pca的人脸识别系统的MATLAB程序,包括特征提取和识别。
基于pca的人脸识别系统的MATLAB程序,包括特征提取和识别。-Pca-based face recognition system, MATLAB procedures, including feature extraction and recognition.
- 2022-06-18 05:29:09下载
- 积分:1
-
注意,本程序的细化算法要应用于含线条的黑白二值图像才可以看出细化效果。
注意,本程序的细化算法要应用于含线条的黑白二值图像才可以看出细化效果。-Note that the thinning algorithm of this procedure should be used with lines of black and white binary image thinning effect can be seen.
- 2023-01-01 00:45:05下载
- 积分:1
-
各种图形、注释的绘制、存取及相关函数
功能介绍:
本组件继承于TCustomControl,功能包括:
1、图形的绘制,包括线条,多边型,多点曲线,圆形,椭圆形
2、注释的绘制,包括带指向点的绘制和不带指向点的绘制
3、图形的存取:从自已定义的文件格式中读入文件,写入的文件格式有自己定义的文件格式或位图格式。也可以从流数据中
进行存取。
4、F5可以进行刷新图面,DELETE键可以删除当前选择的图形,F6可以删除填充的地方。
- 2022-07-09 02:23:07下载
- 积分:1