- 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.
推薦閱讀
- Getting Started with Citrix XenApp? 7.6
- Oracle從入門到精通(第3版)
- Unreal Engine Physics Essentials
- 基于粒計算模型的圖像處理
- Moodle Administration Essentials
- MySQL 8從入門到精通(視頻教學(xué)版)
- Web交互界面設(shè)計與制作(微課版)
- Python:Master the Art of Design Patterns
- 蘋果的產(chǎn)品設(shè)計之道:創(chuàng)建優(yōu)秀產(chǎn)品、服務(wù)和用戶體驗的七個原則
- Scala Reactive Programming
- C++從入門到精通(第5版)
- Creating Mobile Apps with jQuery Mobile(Second Edition)
- Learning Unreal Engine Android Game Development
- C++編程兵書
- 代碼閱讀