pervertexdata.smoothnn.adj.cpp | R Documentation |
Smooth data, C++ version.
pervertexdata.smoothnn.adj.cpp(mesh_adj, pvdata, num_iter)
mesh_adj |
list of vectors of integers, the adjacency list representation of the mesh. One can use the pre-computed adjacency for some special meshes, see |
pvdata |
numerical vector of per-vertex-data for the mesh, one value per vertex. Data values of |
num_iter |
positive integer, number of smoothing iterations. |
numerical vector, the smoothed data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.