- Mastering OpenCV Android Application Programming
- Salil Kapur Nisarg Thakkar
- 128字
- 2021-07-16 13:36:46
Chapter 1. Applying Effects to Images
Generally, an image contains more information than required for any particular task. For this reason, we need to preprocess the images so that they contain only as much information as required for the application, thereby reducing the computing time needed.
In this chapter, we will learn about the different preprocessing operations, which are as follows:
- Blurring
- De-noising
- Sharpening
- Erosion and dilation
- Thresholding and adaptive thresholding
At the end of this chapter, we will see how you can integrate OpenCV into your existing Android applications.
Before we take a look at the various feature detection algorithms and their implementations, let's first build a basic Android application to which we will keep adding feature detection algorithms, as we go through this chapter.
推薦閱讀
- Android應用程序開發與典型案例
- Visual C++程序設計學習筆記
- Java程序設計與計算思維
- 人臉識別原理及算法:動態人臉識別系統研究
- Swift語言實戰精講
- Node.js全程實例
- Creating Mobile Apps with jQuery Mobile(Second Edition)
- AIRIOT物聯網平臺開發框架應用與實戰
- 51單片機C語言開發教程
- Internet of Things with ESP8266
- 創意UI Photoshop玩轉移動UI設計
- Python一行流:像專家一樣寫代碼
- Java面向對象程序設計教程
- Splunk Developer's Guide(Second Edition)
- JavaScript程序設計實例教程(第2版)