Answers for "when we read images in plt how i read in gray scale"

3

imshow grayscale

plt.imshow(im, cmap='gray')
Posted by: Guest on July-31-2020

Python Answers by Framework

Browse Popular Code Answers by Language