Based on scikit-image,`numba <http://numba.pydata.org>`_ and OpenCV2.4
- Browse the API Documentation
- Fork the code on github
imgProcessor is listed in the Python Package Index. You can install it typing:
pip install imgProcessor
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