- OpenCV Android Programming By Example
- Amgad Muhammad
- 224字
- 2021-07-30 10:01:37
Preface
Learn how to use OpenCV to develop vision-aware, intelligent Android applications in a step-by-step tutorial and join the interesting and rapidly expanding field of computer vision to enable your Android phone to make sense of the world.
Starting from the basics of computer vision and OpenCV, we'll take you through all the ways to create exciting applications. You will discover that although computer vision is a challenging subject, the ideas and algorithms used are simple and intuitive, and you will appreciate the abstraction layer that OpenCV offers in order to do the heavy lifting for you.
Packed with many examples, the book will help you understand the main data structures used in OpenCV, and how you can use them to gain performance boosts. Next, we will discuss and use several image processing algorithms, such as histogram equalization, filters, and color space conversion. You then will learn about image gradients and how they are used in many shape analysis techniques, such as edge detection, Hough line transform, and Hough circle transform. In addition to using shape analysis to find things in images, you will learn how to describe objects in images in a more robust way using different feature detectors and descriptors. Finally, you will be able to make intelligent decisions using machine learning, specifically, the famous adaptive boosting learning algorithm and cascade classifiers.
- Mastering Concurrency Programming with Java 8
- 程序員面試算法寶典
- Reactive Programming with Swift
- Oracle 12c中文版數據庫管理、應用與開發實踐教程 (清華電腦學堂)
- Java程序設計與計算思維
- The React Workshop
- Python零基礎快樂學習之旅(K12實戰訓練)
- Java開發入行真功夫
- Building Cross-Platform Desktop Applications with Electron
- Hands-On Enterprise Automation with Python.
- 零基礎輕松學SQL Server 2016
- C指針原理揭秘:基于底層實現機制
- Delphi開發典型模塊大全(修訂版)
- PostgreSQL Developer's Guide
- Android應用程序設計