- 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.
推薦閱讀
- Data Visualization with D3 4.x Cookbook(Second Edition)
- ASP.NET MVC4框架揭秘
- Mastering QGIS
- Ext JS Data-driven Application Design
- 零基礎輕松學SQL Server 2016
- “笨辦法”學C語言
- JavaScript機器人編程指南
- 現代C:概念剖析和編程實踐
- 創意UI Photoshop玩轉移動UI設計
- Application Development with Parse using iOS SDK
- Android智能手機APP界面設計實戰教程
- Wearable:Tech Projects with the Raspberry Pi Zero
- Mastering Data Analysis with R
- Office VBA開發經典:中級進階卷
- Swift編程實戰:iOS應用開發實例及完整解決方案