matplot RGB vs opencv BGR vs caffe images
kezunlin.me/post/62811272/ matplot RGB vs opencv BGR vs caffe images | C++ Python. Computer Vision Deep Learning | KeZunLin's Blog Guide Matplot (skimage/ PIL Image) import matplotlib.pyplot as plt import matplotlib.image as img image = img.imread("images/cat.jpg") print image.shape print image[:5,:5,0] plt.imshow(image) plt.show() (360, 480, 3) [[26 27 25 28 30] [26 27 25 26 28] [26 kezunlin.me..
Coding/Image
2021. 4. 9. 22:06