Property | Description | Default Value(s) | Restrictions |
Input (Input) |
This property specifies the input to the Median filter. | The selected object must be the result of the following: sources (includes readers), filters. The dataset must contain a point array with 1 components. The selected dataset must be one of the following types (or a subclass of one of them): vtkImageData. |
|
Kernel Size (KernelSize) |
The value of this property specifies the number of pixels/voxels in each dimension to use in computing the median to assign to each pixel/voxel. If the kernel size in a particular dimension is 1, then the median will not be computed in that direction. | 1 1 1 | |
Select Input Scalars (SelectInputScalars) |
The value of thie property lists the name of the scalar array to use in computing the median. | An array of scalars is required. |