Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/david-wobrock/image-processing-graph-laplacian

Image Processing using Graph Laplacian Operator
https://github.com/david-wobrock/image-processing-graph-laplacian

hpc image-processing laplacian-matrix petsc slepc

Last synced: 5 days ago
JSON representation

Image Processing using Graph Laplacian Operator

Awesome Lists containing this project

README

        

# Image Processing using Graph Laplacian Operator

This project is the implementation of the Master Thesis [https://github.com/David-Wobrock/master-thesis-writing](https://github.com/David-Wobrock/master-thesis-writing).

The folder `hpc/` contains the parallel implementation for high-performance computing of the algorithm, written in C using [PETSc](http://www.mcs.anl.gov/petsc/).

The folder `python/` contains the proof of concept to understand the algorithm.