- Qt 5 and OpenCV 4 Computer Vision Projects
- Zhuo Qingliang
- 85字
- 2021-06-24 13:59:19
Blurring images using OpenCV
In the preceding section, we set up our editor application. In this section, we will add a simple feature of image editing—an action (both on the menu and the toolbar) to blur the image.
We will do this in two steps:
- First, we will set up the UI and add the action, and then connect the action to a dummy slot.
- Then, we will rewrite the dummy slot to blur the image, which will get the OpenCV library involved.
推薦閱讀
- 測試驅動開發:入門、實戰與進階
- Designing Hyper-V Solutions
- Python GUI Programming Cookbook
- 零基礎學Java程序設計
- Learning Selenium Testing Tools(Third Edition)
- Spring Boot Cookbook
- Python Data Analysis Cookbook
- Yii Project Blueprints
- Natural Language Processing with Java and LingPipe Cookbook
- Procedural Content Generation for C++ Game Development
- 21天學通C++(第5版)
- Visual Basic程序設計習題與上機實踐
- CRYENGINE Game Development Blueprints
- 玩轉.NET Micro Framework移植:基于STM32F10x處理器
- SQL Server實例教程(2008版)