- 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.
推薦閱讀
- ASP.NET MVC4框架揭秘
- Delphi程序設計基礎:教程、實驗、習題
- HoloLens Beginner's Guide
- R語言游戲數據分析與挖掘
- Mastering Scientific Computing with R
- CouchDB and PHP Web Development Beginner’s Guide
- Node.js Design Patterns
- Learning OpenStack Networking(Neutron)(Second Edition)
- Mastering Linux Security and Hardening
- Mastering React
- Node學習指南(第2版)
- Odoo 10 Implementation Cookbook
- Hands-On Neural Network Programming with C#
- R語言數據挖掘:實用項目解析
- Android 游戲開發大全(第二版)