Apply spatial filter to surface data.
surf.sphere.spatialfilter(source_data, sphere_dists, gaussian_weights)
numerical vector, the spatially filtered per-vertex data.
numerical vector, per-vertex data for a surface.
named list with 3 entries, as returned by surf.sphere.dist
list of double vectors, the Gaussian weights for all neighbors of the respective vertex. As returned by surf.sphere.gaussianweights
.