cvtools-alkasm

Utilities for computer vision in Python


Keywords
cvtools, computer, vision, cv, opencv, computer-vision, image-processing, python
License
MIT
Install
pip install cvtools-alkasm==1.0.2

Documentation

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

pip install cvtools-alkasm