surf.sphere.spatialfilter: Apply spatial filter to surface data.

View source: R/smooth.R

surf.sphere.spatialfilterR 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 surf.sphere.dist

gaussian_weight

list of double vectors, the Gaussian weights for all neighbors of the respective vertex. As returned by surf.sphere.gaussianweights.

Value

numerical vector, the spatially filtered per-vertex data.


fsbrain documentation built on July 9, 2023, 7:12 p.m.