View numpy array as image while debugging in PyCharm? View numpy array as image while debugging in PyCharm? numpy numpy

View numpy array as image while debugging in PyCharm?


I've just created OpenCV Image Viewer Plugin, which displays image while debugging just on click. You can install it to any JetBrains IDE, which support Python (directly or via plugin).

https://plugins.jetbrains.com/plugin/14371-opencv-image-viewer

enter image description here


I was able to import packages with semicolon, and was able to show image with expression like below:

import matplotlib; matplotlib.pyplot.imshow(mydata)