Pylene
Pylene is a fork of Milena, an image processing library targeting genericity and efficiency. It provided mostly Mathematical Morphology building blocs for image processing pipelines.
Pylene is a fork of Milena, an image processing library targeting genericity and efficiency. It provided mostly Mathematical Morphology building blocs for image processing pipelines. The library has the following objectives in mind:
- Simplicity: both python bindings and simple C++ syntax
- Efficiency: write algorithms in a simple way and run them as if they were written in C. We follow one guideline: zero-cost abstraction.
- Genericity: write algorithms that are able to run on many kind of images with, yet, zero-cost abstraction.
- Interopability: run pylene algorithms on image coming from external libraries (even on your own image type).