登录

  • 登录
  • 忘记密码?点击找回

注册

  • 获取手机验证码 60
  • 注册

找回密码

  • 获取手机验证码60
  • 找回
毕业论文网 > 毕业论文 > 电子信息类 > 电子信息科学与技术 > 正文

数字图像信息读取与识别模型建模毕业论文

 2021-05-25 10:05  

摘 要

数字图像的处理和识别,在人们的日常生活中的作用越来越大。本次论文简介了数字图像处理技术、国内外的发展现状、数字图像中的主要技术。着重描述了图像处理技术中的模式识别技术,图像识别包括光学字符识别和生物特征识别。本文用到的是OCR技术,简单介绍OCR技术,手写数字识别属于OCR技术。介绍手写数字识别的目的与意义。介绍了对手写数字识别系统的设计的基本流程结构。研究了OCR现在的发展状况,了解了几款OCR识别软件,如Readiris Corporate等,验证了现如今OCR识别的准确度和速度,实验了OCR技术的处理过程。阐述了识别过程预处理提取感兴趣区域(ROI),特征提取中获取数字各区域的像素值,分类识别中采用了模版匹配法,使用的主要思想是KNN算法,计算目标与模版的距离进行分类,并计算出识别准确率。分类识别中的神经网络和支持向量机都很使用,识别度高,前者支持大规模,后者在两类中发挥很好。介绍了编程时使用的主要工具Opencv。对该工具有简单的了解,了解Opencv中图片的数据结构,编程中常用的函数,详细地阐述了设计的过程,软件的使用配置和程序的编写,通过VS与Opencv的结合使用,调用Opencv中的函数,编写了一个手写数字识别系统。本系统实现的主要功能就是通过手写板写出一个数字后,系统通过已有样本的分类识别出来。实验中,手写了0到9数字,然后通过识别判断是否属实。实验结果中,一共有两个数字发生错误。分析结果得出,本次试验中训练测试样本数量较少,导致识别的结果不够准确。后续改进应该是增加样本数目或者联机识别。

关键字:模式识别;Opencv;手写数字

Abstract

Digital image processing and recognition, in people's daily life, the role of more and more. This paper introduces the digital image processing technology, the development status of the domestic and foreign, the main technology of digital image. The pattern recognition technology in image processing technology is emphatically described, including optical character recognition and biometric identification. This paper uses the OCR technology, a brief introduction of OCR technology, handwritten numeral recognition is OCR technology. The purpose and significance of handwritten numeral recognition is introduced. This paper introduces the basic flow structure of the design of the handwritten numeral recognition system. Research on the development of OCR now, understand several OCR recognition software, such as Corporate Readiris, verify the accuracy and speed of the current OCR recognition, the experimental OCR technology processing. It expounds the recognition preprocessing to extract the region of interest (ROI), the feature extraction of obtaining digital pixel values, classification and recognition of the template matching method, and use the main idea is the KNN algorithm, calculating the distance of the target and template are classified, and the recognition accuracy rate is calculated. Classification recognition in the neural network and support vector machines are used, the recognition is high, the former support a large scale, the latter in the two class to play a very good. This paper introduces the main tools used in programming Opencv. Of the tool is simple to understand, understand the opencv image data structure, programming of commonly used functions, detailed describes the process of design, software configuration and program written, through the use of a combination of VS and opencv, call opencv function, the preparation of the a handwritten numeral recognition system. The main function of this system is to write a number through the tablet, the system through the classification of the existing samples identified. In the experiment, handwritten 0 to 9 numbers, and then through the recognition to determine whether it is true. The results of the experiment, a total of two digital error occurred. The analysis results show that the number of training samples is small in this experiment, and the result is not accurate enough. Follow up improvement should be to increase the number of samples or on line identification.

Keywords:pattern recognition;Opencv; handwritten

目录

摘要 I

Abstract II

第一章 绪论 1

1.1 研究背景及意义 1

1.2 国内外研究现状 1

1.3 研究目的 2

1.4 目标识别系统的设计 3

1.5 本文主要工作和文章结构 3

1.6 本章小结 4

第二章 数字识别系统的理论研究 5

2.1 获取数字图像 5

2.2 图像预处理 5

2.3 特征提取 5

2.3.1 颜色特征 6

2.3.2 纹理特征 6

2.3.3 形状特征 7

2.3.4 空间关系特征 7

2.4 模式识别 7

2.4.1 模版匹配法 7

2.4.2 神经网络法 8

2.4.3 支持向量机分类法 8

2.4.4 最邻近分类法 8

2.5 本章小结 9

第三章 手写数字识别系统的设计 11

3.1 Opencv简介 11

3.2 Opencv的配置 12

3.3 Opencv中常用的函数及功能 15

3.4 手写数字识别系统的设计 15

3.4.1 图像获取 16

3.4.1 预处理 16

3.4.2 特征提取 18

3.4.3 分类识别 18

3.5 实验结果分析 19

3.5 本章小结 24

第四章 工作总结以及对未来的展望 25

参考文献 26

致谢 27

第一章 绪论

简单的介绍本次论文的研究内容。有关于背景、目的、意义以及设计的基本构成。

1.1 研究背景及意义

数字图象处理(Digital Image Processing)诞生于1920s,他与计算机技术息息相关,伴随着计算机一起发展。现如今人们对于太空的研究越来越深,这也推动着数字图像处理的发展,典型例子就是,月球图像的处理,火星图像的处理,通过图像的识别判断出火星有水的存在[1]。数字图象处理是一门交叉学科,跟数学、物理、计算机都有很深的联系[2]。随着时代的发展,人们生活的需求,这种技术的应用也越来越广泛,几乎遍布社会生活的层层面面,大到人类太空计划,小到日常生活中的二维码识别付款,都涉及到图像处理和识别。这种技术对人们生活的影响越来越大,应用也越来越广[2]

人类往往通过眼睛、耳朵、鼻子、手脚等各种器官来获取信息。而其中眼睛看到的信息是最多的,也就是说图像是人们获取信息的重要方法[3]。因此数字图像的处理也成了人们的研究重点。在军事上,通过雷达探测敌军位置行动,卫星的导航识别;在气象上,识别云层形状判断天气;在交通上,路口的监控,自动识别车牌号码;日常生活中,指纹识别,虹膜识别,这无一都显示着图像处理和识别的应用之广泛。

您需要先支付 80元 才能查看全部内容!立即支付

企业微信

Copyright © 2010-2022 毕业论文网 站点地图