Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mariusvanderwijden/imageprocessor

A suite of small algorithms to edit images
https://github.com/mariusvanderwijden/imageprocessor

Last synced: 17 days ago
JSON representation

A suite of small algorithms to edit images

Awesome Lists containing this project

README

        

# ImageProcessor
A suite of small algorithms to edit images

* /art contains algorithms creating funny/artistic effects

* /filter contains algorithms to filter images e.g. High and Low-pass filters

* /io contains a framework to easily use the other packages

* /morphology contains algorithms for mathematical morphology operations like opening and closing

* /sample up and down sample images

* /statics static algorithm e.g. threshold, invert...

* /testing well...