Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mariusvanderwijden/imageprocessor
- Owner: MariusVanDerWijden
- Created: 2017-10-07T21:38:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-17T17:25:56.000Z (about 7 years ago)
- Last Synced: 2024-10-06T16:40:58.228Z (about 1 month ago)
- Language: Java
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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...