VIA - Volumetric Image Analysis
Functions

Smooth3d.c File Reference

Functions

VImage VSmoothImage3d (VImage src, VImage dest, VLong neighb, VLong numiter)

Detailed Description

A non-linear 3d smoothing filter

The smoothing filter computes the most frequent value in a 6 (or 18) neighbourhood and replaces the center pixel with this value. The pixels within the neighbourhood are weighted.

Author:
Gabriele Lohmann, MPI-CBS

Function Documentation

VImage VSmoothImage3d ( VImage  src,
VImage  dest,
VLong  neighb,
VLong  numiter 
)
Parameters:
srcinput image (any repn)
destoutput image (any repn)
neighbadjacency type (6,18, or 26)
numiternumber of iterations (filtering may be applied repeatedly)