Toolbox Graph
Graph theory toolbox
Copyright (c) 2007 Gabriel Peyre
This toolbox contains useful functions to deal with graph and triangulation.
The basic representation of a graph of n vertices is the adjacency matrix A where A(i,j)=1 if vertex i is linked to vertex j. A graph often comes with a geometric realization in R^d which an (d,n) matrix where vertex(:,i) is the position of the ith vertex.
A triangulation of m faces and n vertex is represented through:
* a set of faces which is a (3,m) matrix where face(:,i) are the vertices indexes of the ith face.
* a set of vertex which is a (d,n) matrix.
The toolbox contains function to deal more easily with a triangulation data structure, and allows to retrieve vertex and face 1-ring and switch from adjacency to faces.
The graph part of the toolbox contains function to creates synthetic graph and compute shortest path (dijkstra and isomap algorithm).
This toolbox contains a lot of function to deal with spectral theory of triangulation. You can load triangulations from files and then display the resulting mesh. It allows to compute various laplacian operator, and the to compute parameterization using spectral decomposition, harmonic mapping, free boundary harmonic mapping, and isomap.
Zitieren als
Gabriel Peyre (2024). Toolbox Graph (https://www.mathworks.com/matlabcentral/fileexchange/5355-toolbox-graph), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxKategorien
- Sciences > Physics > Networks >
- MATLAB > Mathematics > Graph and Network Algorithms > Construction >
Tags
Quellenangaben
Inspiriert: gptoolbox, Code to realize Olga Sorkine paper, simulation of breast cancer, laplacian_surface_editing_3D, ICP Registration using Efficient Variants and Multi-Resolution Scheme, Optimal Step Nonrigid ICP, Local Depth SIFT and Scale Invariant Spin Image local features for 3D meshes
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
toolbox_graph/
toolbox_graph/tests/
toolbox_graph/toolbox/
toolbox_graph/html/
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.4.0.0 | Modified license. |
||
1.2.0.0 | Update of Licence |
||
1.1.0.0 | n/a |
||
1.0.0.0 | HTML files updated. |