Metadata-Version: 2.1
Name: cvtools-alkasm
Version: 0.8.1
Summary: Utilities for computer vision in Python
Home-page: https://github.com/alkasm/cvtools
License: MIT
Keywords: cvtools,computer vision,cv,opencv
Author: Alexander Reynolds
Author-email: ar@reynoldsalexander.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: opencv-python (!=4.2.0.32)
Project-URL: Repository, https://github.com/alkasm/cvtools
Description-Content-Type: text/markdown

A collection of useful utilities for computer vision in Python. 

Many of these functions came directly out of Stack Overflow answers that I've provided to add some otherwise missing functionality in OpenCV. Others come from me repeating something I tend to do often.

There's no core API that isn't prone to breaking on a whim.

OpenCV is not installed along with this package, you must install it yourself before using `cvtools`.

## Install
    
```sh
pip install cvtools-alkasm
```

