pyFM.spectral.convert

Python implementation of:

[1] - “Deblurring and Denoising of Maps between Shapes”, by Danielle Ezuz and Mirela Ben-Chen.

Functions

p2p_to_FM(p2p_21, evects1, evects2[, A2])

Compute a functional map from a vertex to vertex map (with possible subsampling).

mesh_p2p_to_FM(p2p_21, mesh1, mesh2[, dims, ...])

Compute a functional map from a vertex to vertex map (with possible subsampling).

FM_to_p2p(FM_12, evects1, evects2[, ...])

Obtain a point to point map from a functional map C.

mesh_FM_to_p2p(FM_12, mesh1, mesh2[, ...])

Wrapper for FM_to_p2p using the TriMesh class.

mesh_FM_to_p2p_precise(FM_12, mesh1, mesh2)

Compute a precise pointwise map between two meshes.