设计 任务书 文档 开题 答辩 说明书 格式 模板 外文 翻译 范文 资料 作品 文献 课程 实习 指导 调研 下载 网络教育 计算机 网站 网页 小程序 商城 购物 订餐 电影 安卓 Android Html Html5 SSM SSH Python 爬虫 大数据 管理系统 图书 校园网 考试 选题 网络安全 推荐系统 机械 模具 夹具 自动化 数控 车床 汽车 故障 诊断 电机 建模 机械手 去壳机 千斤顶 变速器 减速器 图纸 电气 变电站 电子 Stm32 单片机 物联网 监控 密码锁 Plc 组态 控制 智能 Matlab 土木 建筑 结构 框架 教学楼 住宅楼 造价 施工 办公楼 给水 排水 桥梁 刚构桥 水利 重力坝 水库 采矿 环境 化工 固废 工厂 视觉传达 室内设计 产品设计 电子商务 物流 盈利 案例 分析 评估 报告 营销 报销 会计
 首 页 机械毕业设计 电子电气毕业设计 计算机毕业设计 土木工程毕业设计 视觉传达毕业设计 理工论文 文科论文 毕设资料 帮助中心 设计流程 
垫片
您现在所在的位置:首页 >>计算机毕业设计 >> 文章内容
                 
垫片
   我们提供全套毕业设计和毕业论文服务,联系微信号:biyezuopin QQ:2922748026   
基于Android的二维码识别系统的研究与实现毕业论文+开题报告+设计源码
文章来源:www.biyezuopin.vip   发布者:毕业作品网站  

基于Android的二维码识别系统的研究与实现

软件工程 XXX


00001[摘 要] 一维条码在生产和生活的各个方面得到了广泛的应用,极大的提高了生产率,但是一维条码本身的缺点:信息量小、依赖数据库等也日益的现露出来。二维条码本身具有高容量、高密度、纠错能力强、安全强度高等特点,使得二维条码作为信息的载体在信息自动化领域发挥着越来越重要的作用。QR码作为快速响应二维码,以其独特的优势,在汉语国家发展迅速。目前,国内QR码的识别大多是基于PC的,而且对于光照不均、背景较复杂的二维码图像,其识别速度和准确度也有待提高。另外,Android平台上当前流行的二维码识别软件普遍存在着扫描速度慢,需要精确对焦等缺点,而且大都是由国外开发。鉴于此,深入研究QRCode码的准确与快速识别算法及其在Android手机平台上的软件实现具有十分重要的意义。本课题分析研究QRCode二维码编解码原理与图像预处理算法,根据Android嵌入式平台的特点,设计出一种嵌入式设备中的QRCode二维码别软件,具有很强的实用性。本文首先分析研究了QR码结构的基本特征、编解码理论、RS纠错算法和二维码图像预处理算法,然后在当前预处理算法的基础上,基于QR码图像的特点,进行程序的编写。课题利用Android平台,设计出一套QR码的识别系统,系统首先在模拟器中运行,然后下载到手机中进行测试。最后论文给出了测试结果。

[关键词] Android;条码;二维码;识别



Research and Implementation of QRcode Recognition System Based on Android

Software Engineering Major XXX


00001Abstract: One-dimension barcode is widely used recent years in all aspect of life, which greatly improved the productivity. However, the faults of 1-D barcode have become increasingly apparent, the information storage of it is so little, and also it must be rely on database. Two-dimension barcode has the characteristics of high capacity, high density, high security and good error correction ability, which make it play more and more important role in information and automation field. QRCode(Quick Response Code), as a 2-D barcode, develops rapidly in Chinese speaking countries with its unique advantages. At present, in our nation, recognition of QRCode mostly bases on PC, and especially for QR image with uneven illumination or complicated background, the recognition speed and accuracy are not so good. Moreover, the popular barcode recognition software on android platform has some shortcomings prevalently, such as slow speed of recognition, etc. This article studies the QRCode codec theory and barcode image preprocessing algorithms, and then puts forward some optimization algorithms based on embedded android mobile phone system, and designs a QRCode recognition system. At first, this thesis makes a deep research on QRCode features, codec theory, RS error correction algorithm and 2-D barcode image preprocessing algorithms. And then in the current pretreatment algorithm, and on the basis of the characteristics of the QR code based on image, the writing of the program. Then, a QRCode recognition system is implemented on Android platform. This system firstly is tested on emulator and then downloaded on HTC mobile phone. At last, thesis gives the test results.

00001Key words: Android;Barcode;Two-dimension code;Recognition


目    录

1 Android系统开发背景与意义 1

1.1 Android系统平台的出现 1

1.2 Android系统的发展 1

1.3 Android系统架构的介绍 1

1.4 Android开放系统 3

1.5 Android系统的特点 3

2 二维码识别系统背景介绍 3

2.1 二维码识别系统背景 3

2.1.1 二维码技术产生的背景 3

2.1.2 二维码分类及其特点 4

2.1.3 二维码技术国内外的发展 5

2.2 二维码技术研究的意义和应用 6

2.2.1 二维码技术的应用 6

2.2.2 二维码研究的意义 7

3 需求分析 8

3.1 系统需求分析 8

3.1.1 课题可行性分析 8

3.1.2 课题功能需求分析 9

3.1.3 课题功能需求分析说明 9

3.1.4 系统界面需求 9

3.1.5 系统性能需求 9

3.1.6 运行环境需求 9

3.2 系统需要解决的问题 9

3.3 系统关键技术分析 10

3.4 本章总结 10

4 系统设计 10

4.1 课题需要解决的问题 10

4.1.1 界面布局 10

4.1.2 条形码二维码解码功能 10

4.2 系统总体设计 11

4.2.1 课题功能框架 11

4.2.2 课题总体流程图 12

4.2.3 数据库的概念结构设计 13

4.3 系统详细设计 13

4.3.1 系统模块设计 13

4.3.2 系统界面详细设计 16

4.3.3 数据库详细设计 16

4.4 本章小结 17

5 编码与实现 17

5.1 开发环境搭配 17

5.1.1 软件下载安装 17

5.1.2 配置环境变量 17

5.2 二维码识别系统功能实现 17

5.2.1 二维码识别系统界面设计 17

5.2.2 二维码功能的设计与实现 19

5.2.3 查看扫描历史记录功能实现 21

5.2.4 分享功能实现 22

5.3 本章小结 22

6 系统测试与运行 22

6.1 测试目的 22

6.2 测试环境 23

6.3 测试的流程和测试 23

6.3.1 基于Android模拟器的运行测试 23

6.3.2 基于Android移动设备的运行测试 24

6.4 本章小结 27

结束语 28

参考文献 29

附录 30

致谢 31









  全套毕业设计论文现成成品资料请咨询微信号:biyezuopin QQ:2922748026     返回首页 如转载请注明来源于www.biyezuopin.vip  

                 

打印本页 | 关闭窗口
本类最新文章
基于Python的在线自主考试系 基于腾讯云的个人知识库管理系统 基于Android的酒店预定系统
基于matlab变频器控制交流电 基于微信小程序的家校联动平台管理 基于时频分析与自适应滤波技术的多
| 关于我们 | 友情链接 | 毕业设计招聘 |

Email:biyeshejiba@163.com 微信号:biyezuopin QQ:2922748026  
本站毕业设计毕业论文资料均属原创者所有,仅供学习交流之用,请勿转载并做其他非法用途.如有侵犯您的版权有损您的利益,请联系我们会立即改正或删除有关内容!