内容提要
智能终端在我们的生活中扮演着越来越重要的角色,目前应用最广泛的智能终端平台是谷歌推出的Android,帮助治疗。本文基于Android平台设计开发美图软件。
本次设计使用Eclipse作为我的开发工具使用Java 语言开发了一个系统。本系统实现了图像编辑处理的基本功能,包括图像调整、图像特效、平滑锐化、图像编辑等功能。完成的系统操作简单方便,功能更加实用,在安卓手机上也能流畅运行。
关键字:Android;图像处理;Eclipse;Java;APP
Abstract
Smart terminals play an increasingly important role in our lives, and currently the most widely used smart terminal platform is Google launched Android, to help treat.This paper designs and develops Meitu software based on the Android platform.
This design uses Eclipse as my development tool and developed a system using the Java language.The system implements the basic functions of image editing processing, including image adjustment, image special effects, smooth sharpening, image editing and other functions.The system is simple and convenient to operate, more practical, and can run smoothly on Android phones.
Keywords: Android; image beautification; Eclipse; Java; APP
目 录
一、绪论 1
(一)课题的背景 1
(二)课题的意义 1
二、开发技术及工具介绍 2
(一)Android简介 2
(二)Eclipse简介 2
(三)Android SDK简介 2
(四)Android模拟器简介 3
三、需求及可行性分析 4
(一)需求概述 4
(二)可行性分析 4
(三)系统功能需求 5
四、系统详细设计 6
(一)总模块划分 6
(二)图像获取模块 6
(三)图像显示模块 7
(四)图像保存模块 9
(五)图像处理模块 9
1.图像调节 10
2.图像特效 11
3.涂鸦与添加文字 12
4.图像编辑 13
(六)图像分析模块 15
(1)图像参数显示 15
(2)图像的直方图显示 15
五、系统的实现 17
(一)系统文件的整体结构 17
(二)系统界面的实现 18
(三)系统功能的实现 18
1.导航界面 18
2.图像调节 19
3.图像特效 21
4.图像平滑锐化 22
5.涂鸦和添加文字 23
6.图像编辑 25
7.图像分析 29
结论 34
参考文献 35
致 谢 36