## 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.
This package provides two of the main function, converting the image to a format more suitable in matplotlib, and plotting the image using matplotlib in the notebooks.
## Table of contents
* [Setup](#setup)
* [Dependencies](#dependencies)
* [Contact](#contact)
## Setup
```pip install cv2_plt_imshow```
## Dependencies
* [matplotlib](https://pypi.org/project/matplotlib/)
* [cv2](https://pypi.org/project/opencv-python/)
## Contact
* [Author](https://rupesh.info/)
* [Github](https://github.com/rs9899/cv2_plt_imshow)
Downloads:
0 This Week