emailconfirmed
1,824
edits
(Created page with "Image Processing filters transform digital images.<br> They are quite easy to implement using either Processing or Python. == Processing Tools == ==== DIY Filters ==== Processi...") |
No edit summary |
||
Line 6: | Line 6: | ||
==== DIY Filters ==== | ==== DIY Filters ==== | ||
Processing makes it simple to handle images, iterate over the pixels of an image and perform operations on them. | Processing makes it simple to handle images, iterate over the pixels of an image and perform operations on them. | ||
* [http://www.processing.org/tutorials/pixels/ Images and Pixels Tutorial] on | * [http://www.processing.org/tutorials/pixels/ Images and Pixels Tutorial] on [http://www.processing.org Processing.org] | ||
* [https://github.com/bitcraftlab/Coding-Gestalt/tree/master/tools/processing/01-processing-diy-filters DIY Filter examples] from [[Coding Gestalt]] | * [https://github.com/bitcraftlab/Coding-Gestalt/tree/master/tools/processing/01-processing-diy-filters DIY Filter examples] from [[Coding Gestalt]] | ||
Line 50: | Line 50: | ||
* [http://simplecv.org/ Simple-CV Homepage] | * [http://simplecv.org/ Simple-CV Homepage] | ||
== | == Dataflow Tools == | ||
==== FilterForge ==== | ==== FilterForge ==== |