python opencv Mat pyqt5 QPixmap

self.depth_img = cv2.resize(depth_colormap, (640, 480))
self.depth_img = cv2.cvtColor(self.depth_img, cv2.COLOR_BGR2RGB)
self.depth_showImage = QtGui.QImage(self.depth_img.data, self.depth_img.shape[1], self.depth_img.shape[0], QtGui.QImage.Format_RGB888)
self.vc_ui.label_2.setPixmap(QtGui.QPixmap.fromImage(self.depth_showImage))

 

上一篇:真实靠谱/ 澳洲ACU diploma/办澳大利亚天主教大学毕业证/1比1定制


下一篇:python-parent()或super()获取父对象?