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
- Host: GitHub
- URL: https://github.com/mnhrdt/imgra
- Owner: mnhrdt
- Created: 2023-02-16T18:53:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-25T14:48:10.000Z (3 months ago)
- Last Synced: 2025-04-02T06:39:07.284Z (3 months ago)
- Topics: discrete-exterior-calculus, discrete-pde, graph-algorithms, graph-differential-operators, graph-signal-processing, graph-signals, graphs, image-processing, mathematical-morphology, poisson-editing
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.htmlMost 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.