Hello All,
I was just searching for previous threads and got a solution for my problem
I done it using below code.
QPixmap pm1=pm.transformed(mat); //saving the changed QPixmap in a new QPixmap
imageLabel->setPixmap(pm1); //setting changed Pixmap on the label
Bookmarks