
上QQ阅读APP看书,第一时间看更新
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.