This is a selection of code which wraps various packages to handle various image processing techniques.
Image filtering operations are implemented in modules in nodes.
Filters which are intended to operate on an image and output another image are subclasses of ImageFilter.
Filters which calculate various features from an image are subclasses of ImageTransform.
Poetry is used for dependency management.
See pyproject.toml for the list of requirements.
Run poetry install to set up the required packages for this collection.