- 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.
推薦閱讀
- Mastering ServiceStack
- Learning RxJava
- Django開(kāi)發(fā)從入門(mén)到實(shí)踐
- C/C++算法從菜鳥(niǎo)到達(dá)人
- Learning Apache Kafka(Second Edition)
- 微信公眾平臺(tái)開(kāi)發(fā):從零基礎(chǔ)到ThinkPHP5高性能框架實(shí)踐
- JavaScript+Vue+React全程實(shí)例
- Drupal 8 Module Development
- Visual Basic程序設(shè)計(jì)習(xí)題與上機(jī)實(shí)踐
- Scratch趣味編程:陪孩子像搭積木一樣學(xué)編程
- FFmpeg開(kāi)發(fā)實(shí)戰(zhàn):從零基礎(chǔ)到短視頻上線
- 交互式程序設(shè)計(jì)(第2版)
- Python Programming for Arduino
- PHP項(xiàng)目開(kāi)發(fā)全程實(shí)錄(第4版)
- Java Web開(kāi)發(fā)基礎(chǔ)與案例教程