[IT]/python.matplotlib
matplotlib.브로드캐스팅 이용 red*2
givemebro
2020. 3. 30. 18:14
반응형
import matplotlib.pyplot as plt
img=plt.imread('제목 없음.png')
plt.imshow(img*[2.,1.,1.],vmax=1)

반응형