Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/david-wobrock/image-processing-graph-laplacian
- Owner: David-Wobrock
- Created: 2017-10-20T14:39:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-16T12:17:39.000Z (over 6 years ago)
- Last Synced: 2024-04-18T06:21:28.554Z (7 months ago)
- Topics: hpc, image-processing, laplacian-matrix, petsc, slepc
- Language: C
- Homepage:
- Size: 2.78 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.