登录
首页 » 图形图像 » 为了实现对手写字体的识别,运用了人工智能的分层神经网络思想,对识别的字体通过训练学习,达到识别手写字体的功能。...

为了实现对手写字体的识别,运用了人工智能的分层神经网络思想,对识别的字体通过训练学习,达到识别手写字体的功能。...

于 2022-05-17 发布 文件大小:79.36 kB
0 146
下载积分: 2 下载次数: 1

代码说明:

为了实现对手写字体的识别,运用了人工智能的分层神经网络思想,对识别的字体通过训练学习,达到识别手写字体的功能。-order to achieve the recognition of handwritten characters, the use of artificial intelligence hierarchical neural network thinking, the right font identification through training to learn, to achieve recognition of handwritten characters function.

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

发表评论

0 个回复

  • 2D, 3D的自由view,按button2d, 3d view窗自由增加。
    2D, 3D图像的自由view,按button2d, 3d view窗自由增加。-2D, 3D images of the Liberal view, by button2d, 3d view window more freedom.
    2022-01-25 20:13:22下载
    积分:1
  • bmp象处理类,实现了bmp象的读写操作、象缩放、旋转、加减、合成、边缘检测、测量周长、面积、小区域删除、去除黑斑、去除白班、二值化、抽取象内点等。...
    bmp图象处理类,实现了bmp图象的读写操作、图象缩放、旋转、加减、合成、边缘检测、测量周长、面积、小区域删除、去除黑斑、去除白班、二值化、抽取图象内点等。-bmp image processing category, achieving bmp image read and write operations, image scaling, rotation, addition and subtraction, synthesis, edge detection, measurement perimeter, area, a small regional delete, remove blotches, remove the day shift, two values, images taken within points.
    2022-06-12 08:53:11下载
    积分:1
  • 操作实例
    位图操作实例-Examples of bitmap operations
    2023-03-06 12:45:03下载
    积分:1
  • an image processing used in more canny than counting Subroutine
    一个在图象处理中用得比较多的canny算子程序-an image processing used in more canny than counting Subroutine
    2022-11-13 01:15:03下载
    积分:1
  • 本程序实现八种的绘功能,分别是直线,圆弧,贝赛尔曲线,矩,圆角矩,椭圆和多边。绘步骤如下: 直线:点鼠标左键确定起始点,移动鼠标点左键确定终点...
    本程序实现八种图形的绘图功能,分别是直线,圆弧,贝赛尔曲线,矩形,圆角矩形,椭圆和多边形。绘图步骤如下: 直线:点鼠标左键确定起始点,移动鼠标点左键确定终点。 圆弧:用鼠标左键依次点四点确定圆弧。 贝赛尔曲线:用鼠标左键依次点四点确定贝赛尔曲线。 矩形:点左键确定起始点,拖动鼠标再点左键确定对角点。 圆角矩形:点左键确定起始点,拖动鼠标再点左键确定对角点。 椭圆:点左键确定起始点,拖动鼠标再点左键确定对角点,便作出了与该矩形相切的椭圆。 多边形:点鼠标左键确定起始点,然后依次点各点(所有点的总数为所要做多边形的边数,不超过20边),最后用中键确定,自动封闭图形。-the program eight graphical mapping function is linear, arc, Bessel curve, rectangle, rounded rectangle, oval and polygons. Mapping the following steps : Linear : click the mouse button to determine the threshold, mobile click of the mouse button to determine the end. Arc : the left mouse button followed by 4:00 set point arc. Bessel curve : the left mouse button followed by point 4:00 determine Bessel curve. Rectangular : Left to determine the threshold point, then drag the mouse to point to determine Left Corner. Rounded Rectangle : Left to determine the threshold point, then drag the mouse to point to determine Left Corner. Oval : Left to determine the threshold point, drag the mouse butto
    2022-09-22 14:40:03下载
    积分:1
  • 计算机学中用DDA与中点法画直线 练习
    计算机图形学中用DDA与中点法画直线 练习-DDA and the midpoint of paintings straight practice
    2022-05-28 06:29:35下载
    积分:1
  • 这个程序可以识别中的线段或者直线,算法采用哈夫变换,将直线变换为另一个坐标系中的点,进而完成识别。...
    这个程序可以识别图像中的线段或者直线,算法采用哈夫变换,将直线变换为另一个坐标系中的点,进而完成识别。-this procedure can identify the image or straight line segments, Hough transform algorithm. Linear transformation of coordinate system to another"s point, thus completing the identification.
    2022-02-24 14:49:37下载
    积分:1
  • 采用两种不同的方法绘制曲线 a) 二次B样条曲线 二次B样条曲线段的函数表达式为 (1) 其中 为控制顶点。 说明: ① 对任给定的一组控制顶点 ,每相邻三个控...
    采用两种不同的方法绘制曲线 a) 二次B样条曲线 二次B样条曲线段的函数表达式为 (1) 其中 为控制顶点。 说明: ① 对任给定的一组控制顶点 ,每相邻三个控制顶点为一组进行曲线段绘制。即 为一组, 为一组,…, 为一组,所有曲线段连在一起即构成了整个B样条曲线。事实上,前一条曲线段的终点即是下一条曲线段的起点。 ② 在每一段曲线的绘制过程中, 取不同的值便得到曲线上不同的点。例如 时,由公式(1)可得到曲线的起点, 时可计算得到曲线的终点。为处理方便,可进行等距离选择,如10等份, 依次取0,0.1,0.2…,1.0,从而可计算得到10个曲线段上的点,把这10个点依次连接,就可得到该曲线段。 b) 四点插值细分曲线 四点插值细分曲线的表达规则为 其中 为控制顶点, 为细分次数, 为顶点下标。即每细分一次,在任意两点之间插入一顶点。为方便处理起见,可绘制成封闭曲线。 (初始)控制顶点保存在文件中。 给定两个测试文件c1.txt,c2.txt-using two different methods of drawing curve a) quadratic B-spline curves of the second B-spline curves of expression as a function of (1) for the control vertices. Note :-given right of a group of control vertices per three vertices adjacent to a group Marche line drawing. Namely, a group of a group, ... to a group, all of the curves that together constitute the entire B-spline curves. In fact, a curve before the end of the next one that is the starting point of the curve. curve in every section of the drawing process, different from the value curve will be differe
    2022-03-20 07:54:53下载
    积分:1
  • 模板测试
    用osg编写的模板测试分析,对于一般的代码来说其特点是快速,准确而且代码量少。不过 需要对shader有一些了解
    2022-03-24 02:32:46下载
    积分:1
  • himself wrote a mapping of the seismic waveform small program is to have student...
    自己写的一个绘制地震波形的小程序,本来是给同学练习插值和平滑曲线的-himself wrote a mapping of the seismic waveform small program is to have students practice interpolation and smoothing curves, and
    2023-07-28 10:50:03下载
    积分:1
  • 696518资源总数
  • 105531会员总数
  • 4今日下载