For each voxel in the input volume, the filter calculates the mean value of
a set of voxels within 2
graylevel values of the voxel of
interest. Only voxels within a prespecified local neighborhood
are considered in this calculation. If too few points within
the local neighborhood lie within the 2
range, then
the voxel of interest is left unchanged; otherwise, the
calculated mean value is assigned to the voxel.
x_filter_dimension = 3The parameter ``standard_deviation'' is the parameter sigma (in graylevels) mentioned above.
y_filter_dimension = 3
z_filter_dimension = 3
standard_deviation = 20
iterations = 1