Posts by Julia Oliveira • 3 points
2 posts
- 
		0 votes1 answer83 viewsQ: How do I display an image according to a given Number and this number is by Random in python?import numpy as np import matplotlib.pyplot as plt from PIL import Image import cv2 def showfig(image, ucmap): imgplot=plt.imshow(image, ucmap) img0 =… 
- 
		0 votes1 answer64 viewsQ: I want to know why you’re making this mistake on the variable?import numpy as np # conda install numpy import cv2 as cv # conda install opencv import matplotlib.pyplot as plt #from PIL import Image # para rodar no console def showfig(image, ucmap):… pythonasked Julia Oliveira 3