Python 直方圖

python 代碼: from skimage import data import matplotlib.pyplot as plt import matplotlib.image as mpimg img=mpimg.imread("ori.jpg") plt.subplot(1,2,1) plt.imshow(img) plt.subplot(1,2,2) ar=img[:,:,0].f
相關文章
相關標籤/搜索