-
目前该手写体识别系统主要分为 预处理模块: 主要包括训练数据和识别数据的读取,归一化,二值化 特征提取模块:主要包括笔划方向特征和网格密度特征,还可以根据对识别...
目前该手写体识别系统主要分为 预处理模块: 主要包括训练数据和识别数据的读取,归一化,二值化 特征提取模块:主要包括笔划方向特征和网格密度特征,还可以根据对识别率的要求继续增加其他特征 识别(分类器)模块:主要包括SVM方法和BP神经网络的方法,其中SVM方法的识别率较高,SVM+网格密度特征, 在小字符集情况下,达到了识别率97%以上 采用OO思想编写,适合做二次开发-currently the handwriting recognition system consists of pretreatment modules : including training data and identification data read, in one, two values of feature extraction module : the main characteristics of the direction including strokes and grid density characteristics, but also based on the identification of the requirements to continue to increase other identification ( Categories) modules : include SVM methods and BP networks, which SVM method for the identification of high SVM+ mesh density characteristics, in a small set of characters to achieve a recognition rate of over 97% using OO ideological preparation, suitable for secondary development
- 2022-01-25 21:15:15下载
- 积分:1
-
读取PHOTOSHOP的JPEG的缩略图
读取PHOTOSHOP的JPEG的缩略图-read PHOTOSHOP thumbnail of the JPEG
- 2022-04-12 22:46:00下载
- 积分:1
-
Face recognition technology images
Face recognition technology images
- 2023-01-15 15:45:04下载
- 积分:1
-
一个图型编辑例子
一个图型编辑例子-a map-editing examples
- 2023-04-08 06:50:04下载
- 积分:1
-
for electronic engineering teaching, the original software Address : http://peop...
用于电子工程专业教学用,软件原地址: http://people.msoe.edu/~saadat/matlabgui.htm-for electronic engineering teaching, the original software Address : http://people.msoe.edu/ ~ Saadat/matlabgui.htm
- 2022-02-02 05:12:21下载
- 积分:1
-
一个联机手写数字识别小程序,用vc++工具编写的。可以执行,试过了,放心下载...
一个联机手写数字识别小程序,用vc++工具编写的。可以执行,试过了,放心下载-An on-line handwritten numeral recognition applet, using vc++ Tools prepared. Can be implemented, tried, and rest assured Download
- 2022-02-03 08:12:10下载
- 积分:1
-
这是本人写的一款基于HALCON形状匹配的源码,识别率比较高,模板客任意制作。...
这是本人写的一款基于HALCON形状匹配的源码,识别率比较高,模板客任意制作。-This is my written a source code based on HALCON shape matching, recognition rate is relatively high, the template off any produce.
- 2022-03-02 04:19:53下载
- 积分:1
-
24位真彩色图像转换为8位图像
24位真彩色图像转换为8位图像-24-bit true color images converted to eight images
- 2023-07-03 03:15:02下载
- 积分:1
-
Delaunay三角形是一个经典的生成算法可以用来形成一个网格模型。
Delaunay是经典的三角形生成算法,可用于形成mesh建模-Delaunay triangle is a classic generation algorithm can be used to form a mesh modeling
- 2023-02-08 23:40:04下载
- 积分:1
-
OCR算法代码。这不是一个完整的系统,没法生成可执行程序。代码基于Linux/KDE开发,用到了C++标准模板库。代码的目的是向读者展示一个OCR系统包括哪些部...
OCR算法代码。这不是一个完整的系统,没法生成可执行程序。代码基于Linux/KDE开发,用到了C++标准模板库。代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作,
读者可以借鉴这些代码,改动后用到自己的系统中。由于这是从一个完整的OCR系统中抽取的部分代码,所以这些代码无法单独编译。
两个*.dat文件如下:
char_data.dat:字符特征数据
words_de.dat:词库(后处理用)-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 (reprocessing spent)
- 2022-10-19 07:10:03下载
- 积分:1