- Qt 5 and OpenCV 4 Computer Vision Projects
- Zhuo Qingliang
- 66字
- 2021-06-24 13:59:19
QPixmap, QImage, and Mat
In the preceding section, we added a new feature to blur an image that's opened in our ImageEditor app. While blurring the image, we converted the image from QPixmap to QImage to Mat, and then converted it backward after blurring it using OpenCV. There, we did the work, but didn't say much about these classes. Let's talk about them now.
推薦閱讀