Qimage 与cv::Mat互转
摘要:
QImage Common::cvMat2QImage(const cv::Mat & mat) { // 8-bits unsigned, NO. OF CHANNELS = 1 if (mat.type() == CV_8UC1) { QImage image(mat.cols, mat.row 阅读全文
posted @ 2021-08-26 13:29 逆风的泰迪man 阅读(246) 评论(0) 推荐(0)
浙公网安备 33010602011771号