学院挑战杯结题报告_第1页
学院挑战杯结题报告_第2页
学院挑战杯结题报告_第3页
学院挑战杯结题报告_第4页
学院挑战杯结题报告_第5页
已阅读5页,还剩4页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1 / 9 学院挑战杯结题报告 宜 宾 学院 Y IB I NU N I V E R S I T Y “挑战杯”科技创新项目 结题报告 项目名称: 基于鼠标的联机汉字手写识别输入软件系统 项目负责人:雷 晓 鸣 院校班级: 计算机与信息工程学院 12 级创新班 指导老师: 杨 强 时间: 简表: 摘 要 随着计算机技术特别是互联网技术日新月异 的发展,人类步入了信息时代。在中国,个人计算机已进入千家万户。在计算机上使用汉字,首先遇到的问题是如何有效地输入汉字,汉字输入直接影响着计算机中文信息处理的应用与发展。 在计算机上输入汉字,大都使用拼音法输入,常常不是拼不出,就是读不准,想用类似五笔法输入却往往不会拆字。针对这种情况,“手写式”输入方法变得越来越受大2 / 9 众欢迎。该方法完全符合人们的日常书写习惯,与平常书写汉字时一样,差别仅仅是使用者需要将输入的汉字写在“手写板”上,计算机通过捕获书写笔迹的点进行汉字识别,从而完成汉字输入。 论文论 述了一种基于汉字笔划的联机手写汉字识别系统的研究与实现,在设计上通过实时捕获书写笔划的轨迹,识别出汉字的笔划,再根据笔划序列查找对应的汉字;当存在多个相似的笔 划序列时再根据输入笔划的像素统计结果给出最可能的结果。在实现上不需专用的“书写板”,仅用鼠标作为手写汉字输入的工具。 论文所采用的笔划识别方法是以笔划方向码的概念为基础。笔划可以细分成笔划段,本文将这些笔划段分别用 8 个笔划方向码来表示。在书写笔划的过程中,笔划轨迹是由一系列坐标点组成 , 这些坐标点是离散的。本文用 8 个笔划方向码标记每 1 段 最小直线所属的方向。每 1 个笔划的书写轨迹都可以产生出 1 个方向码序列即当前笔划的笔段序列。算法通过对方向码进行噪声处理、归并之后得到笔划的方向码序列;并通过对笔划的像素进行统计得到分区处理后的像素比例。 论文设计了基于汉字笔划的联机手写汉字识别系统的工作流程。汉字识别中 主要讨论了以下几个问题 :单一笔划的识别方法;汉字笔划串的匹配;图像统计特征的匹配以及相关问题。 在3 / 9 书写工整的情况下系统识别率可达到 90%左右。 关键词 :联机手写汉字识别 ;笔划 ;方向码 ;模式识别 ;统计特征 ABSTRACT With the computer technology, especially the rapid development of internet technology, mankind entered the information age. In China, many families have personal computers. The use of Chinese characters in computers, the first encountered the problem is that how to effectively input Chinese characters. Chinese character input directly affecting the computer and information processing application development. Many Chinese keyboard input methods, mainly boil down to two categories: Pinyin input method and Codes input method. When people input Chinese words into computer they have such worries. When using of phonetic input method, user pronunciation is not correct. When using of Codes input method, user don t know how to split the Chinese characters. In light of this situation ,4 / 9 handwritten input method has become increasingly popular. People can write entirely in accordance with their daily habits. When writing characters, users only need to input the Chinese characters in “ tablet”, and computer captures the points of handwriting to accomplish Chinese characters recognition, and then complete inputting Chinese characters. Paper discusses an online handwritten Chinese character recognition system and its implementation based on strokes. The system identifies the Chinese character strokes by real-time capturing the trajectory of strokes, and then identifies the corresponding Chinese character stroke sequence. When there are several similar stroke sequences, it use the pixel statistics to give the most possible results. In realization, special input tool is not needed but a mouse. The method of stroke recognition which is taken by this thesis is based on the concept of the code of stroke direction. Stroke can be broken down into stroke 5 / 9 sections, which are coded by eight directions. In the process of writing strokes, stroke path consist of a series of coordinate points, and these coordinates are discrete. In this paper, eight directions are used to mark the smallest section of the stroke. Each stroke is marked by a code sequence of direction. First the algorithm processes the noise of the direction, and then gives the most simple code sequence by merging the direction of strokes. And through the pixel statistics of strokes the proportion of pixels is given after partition. Thesis designs the workflow of the online handwritten Chinese character recognition system based on strokes. Chinese character recognition focuses on the following issues: the identification of a single stroke; the matching of Chinese characters strokes sequence; the matching of pixel statistics and some related issues. Written neatly the system s identification rate can achieve around90%. Key words: On-line handwritten Chinese character recognition; Stroke; Direction 6 / 9 code; Stroke segment; Pattern recognition; Pixel statistics 结案研究报告 目录 引言 . 7 编写目的 . 7 项目背景 . 8 1. 联 机 手 写 汉 字 识 别 概念 . 8 模式识别 .7 / 9 . 8 广 州 大 学“挑 战 杯”学 生 作 品 结 题 报 告书 作品名称:作品类别 : 学科类别 :立项类别: 所在单位:作者姓名: 指导老师: 共青团广州大学委员会 2016 年 10 月 填表说明 1、填写内容必须实事求是,表达清晰、准确。 2、用钢笔填写或打印。 3、“作品名称”应与立项报表中所填内容相一致,如有改动请予说明。 4、“作品类别”请写明:是属“自然科学类”,“发明制作类”, “哲学社会科学类”中的哪一类。 5、“学科类别”请写明:是属“自然科学类” 机械与控 8 / 9 制、信息技术、数理、生命科学、能源化工,“发明制作类” 机械与控制、信息技术、数理、生命科学、能源化工,“哲学社会科学类” 哲学、经济、社会、法律、教育、管理,三大类中的哪一小类。 6、“立项类别”请写明是属“重点项目”,“重点扶持项目”,“一 般项目”中的哪一种。 7、“所在单位”填作者所在学院或部门。 8、“作者姓名”与“指导老师”应与立项表中所填内容一致。 如有改动请予说明。属集体项目请填写项目组名称。 9、 其它栏目请按要求 填写。 :。 团队成员情况 项目完成情况综述 经费使用情况表 单位:元 土木建筑学院大学生科技创新项目 结 项 总 结 报 告 项目名称:我国现有地下粮仓应用现状调研报告 指导教师: 项目负责人: 联系电话: 所在单位:河南工业大学 计划完成时间: 2016 年 39 / 9 月 15 日 实际完成时间: 2016 年 3 月 10 日 填 报 时 间:2016 年 3 月 2

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论