Hi everyone. is there some know how to integrate pyqt and opencv. Now I am working an image processing project. i want to use pyqt to provide GUI and opencv to process image. But opencv returns the image object as cvMat, anybody know how to display the cvMat image on a QLabel? <br>