1 / 7
文档名称:

Using Android for Image Processing Projects.pdf

格式:pdf   页数:7
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

Using Android for Image Processing Projects.pdf

上传人:kuo08091 2014/3/21 文件大小:0 KB

下载得到文件列表

Using Android for Image Processing Projects.pdf

文档介绍

文档介绍:Tutorial on using Android for Image Processing Projects

EE368 Digital Image Processing, Spring 2010

Windows Version


Introduction
In this tutorial, we will learn how to set up the Android software development environment and
how to implement image processing operations on an Android-based mobile device (., the
DROID phone that you have received for the class assignments). Android is an open-source
platform developed by Google and the Open Handset Alliance on which interesting and powerful
new applications can be quickly developed and distributed to many mobile device users. There is
a munity of Android developers and a growing market for Android-based devices
(., Motorola DROID, HTC DROID ERIS, Google Nexus One). Android es with a
vast library of useful functions, including functions for user interfaces, image/bitmap
manipulation, and camera control that we will frequently use in EE368. We look forward to
seeing your novel image processing algorithms and applications running on Android-based
devices as the quarter progresses.

The tutorial is split into two parts. In the first part, we will explain how to download and install
the Android software tools onto puter. Then, in the second part, we will explain how to
develop image processing programs that can run on an Android-based mobile device.


Part I: Creating the So