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

https://github.com/mnhrdt/imgra

Image Processing With Graphs
https://github.com/mnhrdt/imgra

discrete-exterior-calculus discrete-pde graph-algorithms graph-differential-operators graph-signal-processing graph-signals graphs image-processing mathematical-morphology poisson-editing

Last synced: 3 months ago
JSON representation

Image Processing With Graphs

Awesome Lists containing this project

README

        

IMGRA: Image Processing With Graphs
===================================

This is destined to be like imscript, but for functions defined on graphs.
See an example nobetook here: http://dev.ipol.im/~coco/demoimgra.html

Most of the code is independent of images, and works for functions defined on
the vertices of arbitrary graphs. Image processing is a particular case when
the graph in question is a grid-graph.

The best documentation is the code on file imgra.py

You can open it as a notebook if you have jupytext.

Available as "pip install imgra"

Run "imgra.demo()" to see the Poisson editing demo.