Skip to content

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

License

Notifications You must be signed in to change notification settings

ivapylibs/improcessor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages