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: 12 months 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-16T12:17:39.000Z (about 8 years ago)
- Last Synced: 2025-03-30T08:32:19.918Z (about 1 year ago)
- Topics: hpc, image-processing, laplacian-matrix, petsc, slepc
- Language: C
- Homepage:
- Size: 2.78 MB
- Stars: 6
- Watchers: 2
- 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.