I am working on a project which requires functions from OpenCV to plot images. I am trying to display image using the below code in Google Colab. But nothing shows up in the
Found one workaround. We can use %matplotlib inline in the code to use imshow. Used as example here in In[28] - link
%matplotlib inline