PIL.Image.open读入的是RGB顺序,而opencv中cv2.imread读入的是BGR通道 ... plt.imshow(cvImage) plt.show() ''' img=Image.open(imagePath) ...
確定! 回上一頁