Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 686 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 686 Bytes

improcessors

Abstracted interface for image processing pipeline; when basic image manipulation needed before actual processing.

Install

git clone [email protected]:ivapylibs/improcessor.git
pip3 install -e improcessor/

The test files are shell command line executable and should work when invoked, presuming that pip installation has been performed. If no modifications to the source code will be performed then the -e flag is not necessary (e.g., use the flag if the underlying code will be modified).

Dependencies

Requires the installation of the following python packages:

  • numpy
  • opencv-contrib-python
  • matplotlib
  • scikit-image