I\'m trying to display a PNG file using matplotlib and of course, python. For this test, I\'ve generated the following image:
Try:
plt.imshow(cv2.cvtColor(cube, cv2.COLOR_BGR2RGB))