文档介绍: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