smooth: smooth a surface

Description Usage Arguments

Description

smooth a surface

Usage

1
2
3
4
5
6
7
8
9
smooth(x, ...)

## S4 method for signature 'SurfaceGeometry'
smooth(x, type = c("taubin", "laplace",
  "HClaplace", "fujiLaplace", "angWeight", "surfPreserveLaplace"),
  lambda = 0.7, mu = -0.53, delta = 0.1, iteration = 25)

## S4 method for signature 'NeuroSurface'
smooth(x, sigma = 5, ...)

Arguments

x

the surface object to smooth

...

extra args

type

the smoothing method

lambda

smoothing parameter (see Rvcg::vcgSmooth)

mu

smoothing parameter (see Rvcg::vcgSmooth)

delta

smoothing parameter (see Rvcg::vcgSmooth)

iteration

number of smoothing iterations

sigma

the smoothing radius


bbuchsbaum/neurosurf documentation built on April 6, 2021, 10:08 a.m.