Szczegóły ebooka

Android Application Programming with OpenCV. For Java developers OpenCV is a fantastic opportunity to benefit from the popularity of image related mobile apps on Android. This book teaches you all you need to know about computer vision with practical projects

Android Application Programming with OpenCV. For Java developers OpenCV is a fantastic opportunity to benefit from the popularity of image related mobile apps on Android. This book teaches you all you need to know about computer vision with practical projects

Joseph Howse

Ebook
Take a smartphone from your pocket, and within a few seconds, you can snap a photo, manipulate it, and share it with the world. You have just achieved mass production of image data. With a computer vision library such as OpenCV, you can analyze and transform copious amounts of image data in real time on a mobile device. The upshot to this is that you, as developers, can provide mobile users with many new kinds of images, constantly highlighting certain visual features that are of artistic or practical interest. Android is a convenient platform for such experiments because it uses a high-level language (Java), it provides standardized interfaces for sharing image data between applications, and it is mostly open source, so everyone can study its implementation.

Android Application Programming with OpenCV is a practical, hands-on guide that covers the fundamental tasks of computer vision—capturing, filtering, and analyzing images-with step-by-step instructions for writing both an application and reusable library classes.

Android Application Programming with OpenCV looks at OpenCV's Java bindings for Android and dispels mysteries such as which version of these bindings to use, how to integrate with standard Android functionality for layout, event handling, and data sharing, and how to integrate with OpenGL for rendering. By following the clear, concise, and modular examples provided in this book, you will develop an application that previews, captures, and shares photos with special effects based on color manipulation, edge detection, image tracking, and 3D rendering.Beneath the application layer, you will develop a small but extensible library that you can reuse in your future projects. This library will include filters for selectively modifying an image based on edge detection, 2D and 3D image trackers, and adapters to convert the Android system's camera specifications into OpenCV and OpenGL projection matrices. If you want a quick start in computer vision for Android, then this is the book for you.

By the end of Android Application Programming with OpenCV, you will have developed a computer vision application that integrates OpenCV, Android SDK, and OpenGL.
  • Android Application Programming with OpenCV
    • Table of Contents
    • Android Application Programming with OpenCV
    • Credits
    • About the Author
    • About the Reviewers
    • www.PacktPub.com
      • Support files, eBooks, discount offers and more
        • Why Subscribe?
        • Free Access for Packt account holders
    • Preface
      • What this book covers
      • What you need for this book
      • Who this book is for
      • Conventions
      • Reader feedback
      • Customer support
        • Downloading the example code
        • Errata
        • Piracy
        • Questions
    • 1. Setting Up OpenCV
      • System requirements
      • Setting up a development environment
        • Getting a ready-made development environment Tegra Android Development Pack (TAPD)
        • Assembling a development environment piece-by-piece
          • Getting the prebuilt OpenCV4Android
          • Building OpenCV4Android from source
      • Building the OpenCV samples with Eclipse
      • Finding documentation and help
      • Summary
    • 2. Working with Camera Frames
      • Designing our app Second Sight
      • Creating the Eclipse project
      • Enabling camera and disk access in the manifest
      • Creating menu and string resources
      • Previewing and saving photos in CameraActivity
      • Deleting, editing, and sharing photos in LabActivity
      • Summary
    • 3. Applying Image Effects
      • Adding files to the project
        • Defining the Filter interface
      • Mixing color channels
      • Making subtle color shifts with curves
      • Processing a neighborhood of pixels with convolution filters
      • Adding the filters to CameraActivity
      • Summary
    • 4. Recognizing and Tracking Images
      • Adding files to the project
      • Understanding image tracking
      • Writing an image tracking filter
      • Adding the tracker filters to CameraActivity
      • Summary
    • 5. Combining Image Tracking with 3D Rendering
      • Adding files to the project
      • Defining the ARFilter interface
      • Building projection matrices in CameraProjectionAdapter
      • Modifying ImageDetectionFilter for 3D tracking
      • Rendering the cube in ARCubeRenderer
      • Adding 3D tracking and rendering to CameraActivity
      • Learning more about 3D graphics on Android
      • Summary
    • Index
  • Tytuł: Android Application Programming with OpenCV. For Java developers OpenCV is a fantastic opportunity to benefit from the popularity of image related mobile apps on Android. This book teaches you all you need to know about computer vision with practical projects
  • Autor: Joseph Howse
  • Tytuł oryginału: Android Application Programming with OpenCV. For Java developers OpenCV is a fantastic opportunity to benefit from the popularity of image related mobile apps on Android. This book teaches you all you need to know about computer vision with practical projects.
  • ISBN: 9781849695213, 9781849695213
  • Data wydania: 2013-09-25
  • Format: Ebook
  • Identyfikator pozycji: e_3cs4
  • Wydawca: Packt Publishing