Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 676 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 676 Bytes

Open CV Utils

This a utils and toolbelt project to wrap some of the openCV functionality in python.

Environment setup

For an environment with python 2.7 and OpenCV 3.3 already installed see:

OR

To install and use the project:

Clone the repository.

git clone https://github.com/dataloudlabs/cv_utils.git

Install the project using pip in editable mode.

pip install -e