Metadata-Version: 2.1
Name: cv2routine
Version: 0.1.0
Summary: Helps with routines in OpenCV
Home-page: https://github.com/KAD1605/cv2routine
Author: Klinovitskij Andrey
Author-email: adk160501@gmail.com
License: MIT
Keywords: opencv,cv2,routine,image processing,computer vision,cv2routine
Description-Content-Type: text/markdown

# CV2-Routine
___
>This package makes some routine operations in OpenCV easier. Also this project is used for learning, so do not use it in serious projects, as it is impossible to guarantee the performance of this package

Current status: **In development**
___
# Documentation
Documentation is available [here](https://cv2routine.readthedocs.io/en/latest/)

(WIP. Will be ready in a while)

___
## Installation
```bash
pip install cv2routine
```
___
## Usage
For the complete package
```python  
import cv2routine as cv2r
```
For a specific module
```python
from cv2routine import transform as tf
```
___
## Dependencies
* OpenCV

