登录
首页 » 图形图像 » 利用神经元网络方法进行文字识别的算法,希望对大家有用

利用神经元网络方法进行文字识别的算法,希望对大家有用

于 2022-03-22 发布 文件大小:192.21 kB
0 230
下载积分: 2 下载次数: 1

代码说明:

利用神经元网络方法进行文字识别的算法,希望对大家有用-use neural network methods of character recognition algorithm, it may be useful to hope

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • spiht是当今流行的基于小波的压缩编码,本算法是用vc实现,本程序功能强大,实用,很好用的!不是垃圾!...
    spiht是当今流行的基于小波的图像压缩编码,本算法是用vc实现,本程序功能强大,实用,很好用的!不是垃圾! -spiht contemporary pop wavelet-based image coding, this algorithm is used to achieve vc, The procedures powerful, practical, easy to use! Not rubbish!
    2022-03-14 14:01:00下载
    积分:1
  • Meshlab和VCGlib
    Meshlab和VCGlib都是意大利国立研究院的作品,meshlab提供了大量的模型分析与处理的算法,而VCGlib建立了基础的数据结构及其遍历访问的算法,也提供了模型的基本处理算法。VCGlib是标准C++库写的,其提供了IO与封装OpenGL来显示。Meshlab的界面是用QT来写的,因此需要QT SDK的支持。
    2022-03-21 15:45:59下载
    积分:1
  • 适合初学者入门学习的程序,使用microsoft的基本功能函数。主要实现了画矩,画直线2大功能,对处于矩框架外的直线进行裁剪。(工程文件名为“裁剪”)...
    适合初学者入门学习的程序,使用microsoft的基本功能函数。主要实现了画矩形,画直线2大功能,对处于矩形框架外的直线进行裁剪。(工程文件名为“裁剪”)-AppWizard has created this CUT application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.
    2022-10-19 19:40:04下载
    积分:1
  • 程序运行平台为AutoCAD2000简体中文版。 开发平台VC6.0及ObjectARX3.0(本程序所涉及的文件已包含在安装程序中)。 1. 解压缩sourc...
    程序运行平台为AutoCAD2000简体中文版。 开发平台VC6.0及ObjectARX3.0(本程序所涉及的文件已包含在安装程序中)。 1. 解压缩source.zip到C盘,自动生成c:source目录。 2.在VC6下打开工程c:sourceMyModelessSheet.dsw。 3.编译生成c:/source/debug/MyModelessSheet.arx文件。(用Rebuild All命令) 4.启动 AutoCAD2000。选择主菜单“工具”下“加载应用程序”菜单项。 弹出加载/卸载应用程序对话框,选中c:/source/debug/MyModelessSheet.arx 单击加载按扭。关闭对话框。 5.在AutoCAD命令行输入命令MODELESSSHEET,即可显示一个无模式标签对话框。 其中属性页1和属性页2为基本子标签,扩展标签为动态扩展的。 首次运行编辑控件使用初始数据,以后运行使用注册数据,调整对话框尺寸 则编辑窗口的位置自动调整。-platform for running AutoCAD English version. VC6.0 development platform and AutoCAD2000 (the procedures involved in the document has been included in the installation procedure). 1. Decompress source.zip to C plates, automatic generation c : source directory. 2. The VC6 open the project c : source MyModelessSheet.dsw. 3. C Compiler Generation :/source/debug/MyModelessSheet.arx document. (With Rebuild All orders) 4. Start AutoCAD2000. The main menu option "Tools" under "application loading" menu item. Pop loading/unloading applicatio
    2022-08-26 05:35:33下载
    积分:1
  • vc++6.0环境下实现划线的小程序,可以直接运行。MFC下实现
    vc++6.0环境下实现划线的小程序,可以直接运行。MFC下实现-vc++ 6.0 environment realize crossed a small procedure, can be directly run. MFC under
    2022-03-31 07:27:39下载
    积分:1
  • 的放缩算法,很不错
    图像的放缩算法,很不错-image scaling algorithm, very good
    2022-04-30 06:12:28下载
    积分:1
  • 该编码显示了怎样预先在浏览器中选择文件夹以便放置文件夹对话框。...
    该编码显示了怎样预先在浏览器中选择文件夹以便放置文件夹对话框。-the coding shows how to advance in the browser select folders to put folder dialog.
    2023-05-30 21:10:03下载
    积分:1
  • computer graphics beginner (textbook method), the algrithm of middle point ci...
    计算机图形学初级学者(教科书画法)中点画圆算法-computer graphics beginner (textbook method), the algrithm of middle point circle-drawing.
    2022-06-27 04:52:51下载
    积分:1
  • Mapping of a small software is, in fact, graffiti board!
    作图的一个小软件,其实就是涂鸦板!-Mapping of a small software is, in fact, graffiti board!
    2023-06-24 01:50:03下载
    积分:1
  • 本文论述并设计实现了一个脱机自由手写体数字识别系统。文中首先对待识别数字的预处理进行了介绍,包括二值化、平滑滤波、规范化、细化等处理方法;其次,探讨了如何提...
    本文论述并设计实现了一个脱机自由手写体数字识别系统。文中首先对待识别数字的预处理进行了介绍,包括二值化、平滑滤波、规范化、细化等图像处理方法;其次,探讨了如何提取数字字符的结构特征和笔划特征,并详细地描述了知识库的构造方法;最后采用了以知识库为基础的模板匹配识别方法,并以MATLAB作为编程工具实现了具有友好的图形用户界面的自由手写体数字识别系统。实验结果表明,本方法具有较高的识别率,并具有较好的抗噪性能-In this paper, and designed to achieve a free offline handwritten numeral recognition system. First, the identification number of the preconditioning treatment were introduced, including binarization, smoothing filtering, standardization, refinement, such as image processing method Secondly, to explore how to extract the number of character strokes of structural features and characteristics, and described in detail Knowledge of the construction method Finally the use of a Knowledge-based template matching method to identify and MATLAB as a programming tool to achieve with a friendly graphical user interface of free handwritten numeral recognition system. The experimental results show that this method has higher recognition rate, and has better anti-noise performance
    2022-03-17 23:58:28下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载