- 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.
推薦閱讀
- 軟件安全技術(shù)
- Android Development with Kotlin
- Mastering matplotlib
- 網(wǎng)站構(gòu)建技術(shù)
- 運(yùn)用后端技術(shù)處理業(yè)務(wù)邏輯(藍(lán)橋杯軟件大賽培訓(xùn)教材-Java方向)
- Kivy Cookbook
- GitHub入門(mén)與實(shí)踐
- Distributed Computing in Java 9
- Practical GIS
- Training Systems Using Python Statistical Modeling
- SSH框架企業(yè)級(jí)應(yīng)用實(shí)戰(zhàn)
- TypeScript全棧開(kāi)發(fā)
- Python高性能編程(第2版)
- Laravel 5.x Cookbook
- Serverless從入門(mén)到進(jìn)階:架構(gòu)、原理與實(shí)踐