- Qt 5 and OpenCV 4 Computer Vision Projects
- Zhuo Qingliang
- 140字
- 2021-06-24 13:59:18
Editing Images Like a Pro
In Chapter 1, Building an Image Viewer, we built a simple application for image viewing with Qt from scratch. With that application, we can view an image from the local disk, zoom the view in or out, and navigate in the opening directory. In this chapter, we will continue with that application and add some features to allow users to edit the opening image. To achieve this goal, we will get the OpenCV library we mentioned at the beginning of this book involved. To make the application extensible, we will develop most of these editing features as plugins using the plugin mechanism of Qt.
The following topics will be covered in this chapter:
- Converting images between Qt and OpenCV
- Extending an application through Qt's plugin mechanism
- Modifying images using image processing algorithms provided by OpenCV
推薦閱讀
- Learning Real-time Processing with Spark Streaming
- JavaScript語言精髓與編程實踐(第3版)
- Python進階編程:編寫更高效、優雅的Python代碼
- Visual Basic程序設計習題解答與上機指導
- 基于Swift語言的iOS App 商業實戰教程
- Mastering Android Game Development
- HTML5從入門到精通(第4版)
- C#開發案例精粹
- HTML5秘籍(第2版)
- Programming with CodeIgniterMVC
- C++ Fundamentals
- App Inventor少兒趣味編程動手做
- LabVIEW數據采集
- HTML并不簡單:Web前端開發精進秘籍
- Mastering Unity 2017 Game Development with C#(Second Edition)