pyFM.spectral.projection_utils¶
Note
- Python implementation of:
[1] - “Deblurring and Denoising of Maps between Shapes”, by Danielle Ezuz and Mirela Ben-Chen.
Functions
|
Project a pointcloud on a p-dimensional mesh. |
|
Project a pointcloud on a set of triangles in p-dimension. |
|
Compute the maximum edge length of each face. |
|
For each point in the pointcloud gives the distance to the nearest vertex on the mesh. |
|
Compute pairwise euclidean distance between two collections of vectors in a k-dimensional space. |
|
Given a vertex in the pointcloud and each face on the surface, gives the minimum distance between the vertex and each of the 3 points of the triangle. |
|
For each vertex in the pointcloud and each face on the surface, gives the minimum distance between the vertex and each of the 3 points of the triangle. |
|
Project a single point of a pointcloud on a p-dimensional triangle mesh. |
|
Transform a set of barycentric coordinates into a precise map. |
|
Project a p-dimensional point on each of the given p-dimensional triangles. |
|
Computes distance between a point and a triangle in a p-dimensional space |