amin-ahmadi.com
How to display a Mat image in Qt - Amin
You can use this method to convert an OpenCV Mat image to a Qt QImage which then can be easily turned into a QPixmap and then displayed on a QLabel. It might sound a little bit confusing but I’ll explain all of its parts. Check the method and my descriptions below: Let’s say you have a … Continue reading "How to display a Mat image in Qt"
Amin