OpenCV 讀取的影像色彩為BGR,必須先轉換成RGB,再使用PyQt5 的QImage 讀取,才能在視窗中正常顯示。 from PyQt5 import QtWidgets from PyQt5.QtGui import QImage, ...
確定! 回上一頁