AAAEEEE / PySGWT

Spectral Graph Wavelet Transform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository exists only for historical reason. If interested in Spectral Graph Wavelet Transform or in Graph Signal Processing in General, please check the PyGSP package (https://pygsp.readthedocs.io/).

PySGWT

Python implementation of the Spectral Graph Wavelet Transform (SGWT) [1].

The code is a port of the MATLAB implementation provided by the authors (available at http://wiki.epfl.ch/sgwt). The original code is released under GPLv3, so I guess this code should have the same license (I am not sure about this at the moment, the point seems to be moot. See [2] and [3] and for instance.)

[1] D. K. Hammond, P. Vandergheynst, and R. Gribonval, “Wavelets on graphs via spectral graph theory,” Applied and Computational Harmonic Analysis, vol. 2, Apr. 2010. http://arxiv.org/abs/0912.3848

[2] http://stackoverflow.com/questions/77044/licensing-a-rewrite-from-gpl-to-mit

[3] http://stackoverflow.com/questions/1919010/does-porting-count-as-derivative-work

About

Spectral Graph Wavelet Transform


Languages

Language:Python 100.0%