imgProcessor

A collection of various image processing routines


License
GPL-3.0
Install
pip install imgProcessor==0.2.5

Documentation

imgProcessor - A python image processing library

Based on scikit-image,`numba <http://numba.pydata.org>`_ and OpenCV2.4

showcase

Installation

imgProcessor is listed in the Python Package Index. You can install it typing:

pip install imgProcessor

Tests

fancyWidgets uses mostly the 'one class/function per file' rule. Running each module as program, like:

python -m imgProcessor.camera.PerspectiveCorrection

will execute the test procedure of this module.

To run all tests type:

python -m imgProcessor.tests