Functions

Aniso3d.c File Reference

Functions

VImage VAniso3d (VImage src, VImage dest, VShort numiter, VShort type, VFloat kappa, VFloat alpha)

Detailed Description

3D Anisotropic diffusion

Reference:
G.Gerig, O. Kuebler, R. Kikinis, F.Jolesz: Nonlinear anisotropic filtering of MRI data. IEEE Trans on Medical Imaging, Vol.11, No.2, June 1992.
Author:
G.Lohmann, MPI-CBS

Function Documentation

VImage VAniso3d ( VImage  src,
VImage  dest,
VShort  numiter,
VShort  type,
VFloat  kappa,
VFloat  alpha 
)
Parameters:
src input image
dest output image
numiter number of iterations
type type of diffusion function (0 or 1)
kappa parameter for diffusion function
alpha parameter for diffusion function