cv2-plt-imshow · PyPI
pypi.org › project › cv2-plt-imshowJun 27, 2020 · Using matplotlib_imshow for images read by cv2 Introduction One of the major issue faced while using cv2, especially when you are using jupyter-notebooks, is to perform cv2.imshow the kernel breaks. Apart from this, most of the users are comfortable using matplotlib for display, specially its display in notebook using %matplotlib inline magic.