更新时间:2021-04-02 10:25:06
coverpage
Android Application Programming with OpenCV
Credits
About the Author
About the Reviewers
www.PacktPub.com
Support files eBooks discount offers and more
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Chapter 1. Setting Up OpenCV
System requirements
Setting up a development environment
Building the OpenCV samples with Eclipse
Finding documentation and help
Summary
Chapter 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
Chapter 3. Applying Image Effects
Adding files to the project
Mixing color channels
Making subtle color shifts with curves
Processing a neighborhood of pixels with convolution filters
Adding the filters to CameraActivity
Chapter 4. Recognizing and Tracking Images
Understanding image tracking
Writing an image tracking filter
Adding the tracker filters to CameraActivity
Chapter 5. Combining Image Tracking with 3D Rendering
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
Index