surf.sphere.spatialfilter {fsbrain} | R Documentation |
Apply spatial filter to surface data.
Description
Apply spatial filter to surface data.
Usage
surf.sphere.spatialfilter(source_data, sphere_dists, gaussian_weights)
Arguments
source_data |
numerical vector, per-vertex data for a surface. |
sphere_dists |
named list with 3 entries, as returned by |
gaussian_weights |
list of double vectors, the Gaussian weights for all neighbors of the respective vertex. As returned by |
Value
numerical vector, the spatially filtered per-vertex data.
[Package fsbrain version 0.5.5 Index]