Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 616 Bytes

File metadata and controls

16 lines (10 loc) · 616 Bytes

What is this?

This is a selection of code which wraps various packages to handle various image processing techniques.

Principles

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.

Requirements

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.