Box Mean

Class: NodeBoxMeanFilter

Node Icon

Applies a box mean filter to an image.

Computes an image where a given pixel is the mean value of the the pixels in a neighborhood about the corresponding input pixel.

Example workflows

Inputs

Image

Input image.

Type: Image4DFloat, Required, Single

Outputs

Output

Resulting image.

Type: Image4DFloat

Settings

Radius X Integer

Radius in the X-direction of the kernel in voxels.

Radius Y Integer

Radius in the Y-direction of the kernel in voxels.

Radius Z Integer

Radius in the Z-direction of the kernel in voxels.

References