Skip to content

Jayme-T/imgProcessor

 
 

Repository files navigation

imgProcessor - An image processing library based on OpenCV, numpy, scipy and skimage.

Based on scikit-image,numba 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

About

A general propose image library, including camera calibration, image correction, SNR, filters, features etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.6%
  • Shell 0.4%