OpenCV Tutorial # 3 : How to display image in notebook using OpenCV

preview_player
Показать описание
This tutorial will show usage of matplotlib library function to display image in Jupyter Notebook.
Рекомендации по теме
Комментарии
Автор

Thanks for this tutorial, it helped me
I want to say something about the kernel restarting that occurs when using cv2.imshow method
You can avoid this problem by writing the following 2 lines after cv2.imshow
cv2.waitKey(0)
cv2.destroyAllWindows()

mazenmostafa
Автор

Thanks so much for video after 1 hr finally I found solutions ...how to convert default color img in to original ❤️

rajeshchandak