- 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
推薦閱讀
- TypeScript Essentials
- Learn Blockchain Programming with JavaScript
- LabVIEW程序設計基礎與應用
- C語言程序設計實訓教程
- Yocto for Raspberry Pi
- Scala編程實戰(原書第2版)
- Spring Boot Cookbook
- 軟件供應鏈安全:源代碼缺陷實例剖析
- Simulation for Data Science with R
- SwiftUI極簡開發
- HTML5程序設計基礎教程
- 深入理解Zabbix監控系統
- AngularJS Web Application Development Cookbook
- Isomorphic JavaScript Web Development
- Java語言GUI程序設計