Master the art of implementing computer vision algorithms on Android platforms to build robust and efficient applications
If you are a Java and Android developer looking to enhance your skills by learning the latest features of OpenCV Android application programming, then this book is for you.
OpenCV is a famous computer vision library, used to analyze and transform copious amounts of image data, even in real time and on a mobile device.
This book focuses on leveraging mobile platforms to build interactive and useful applications. The book starts off with an introduction to OpenCV and Android and how they interact with each other using OpenCV’s Java API. You’ll also discover basic image processing techniques such as erosion and dilation of images, before walking through how to build more complex applications, such as object detection, image stitching, and face detection. As you progress, you will be introduced to OpenCV’s machine learning framework, enabling you to make your applications smarter.
The book ends with a short chapter covering useful Android tips and tricks and some common errors and solutions that people might face while building an application. By the end of the book, readers will have gained more expertise in building their own OpenCV projects for the Android platform and integrating OpenCV application programming into existing projects.
Chapter 1: Applying Effects to Images
Chapter 2: Detecting Basic Features in Images
Chapter 3: Detecting Objects
Chapter 4: Drilling Deeper into Object Detection – Using Cascade Classifiers
Chapter 5: Tracking Objects in Videos
Chapter 6: Working with Image Alignment and Stitching
Chapter 7: Bringing Your Apps to Life with OpenCV Machine Learning
Chapter 8: Troubleshooting and Best Practices
Chapter 9: Developing a Document Scanning App