Back to module list
Filter image
Description
3D median filter currently incompatible with 5D hyperstacks
Parameters
- Image input/output
- Input image
- Description: Image to apply filter to.
- Type: InputImageP
- Apply to input image
- Description: Select if the filter should be applied directly to the input image, or if it should be applied to a duplicate, then stored as a different image in the workspace.
- Type: BooleanP
- Default value: true
- Output image
- Description: Name of the output image created during the filtering process. This image will be added to the workspace.
- Type: OutputImageP
- Filter controls
- Filter mode
- Description: Filter to be applied to the image. Some filters have separate 2D and 3D variants.
- Type: ChoiceP
- Default value: Difference of Gaussian 2D
- Choices:
- Difference of Gaussian 2D
- Gaussian 2D
- Gaussian 3D
- Gradient 2D
- Maximum 2D
- Maximum 3D
- Mean 2D
- Mean 3D
- Median 2D
- Median 3D
- Minimum 2D
- Minimum 3D
- Ridge enhancement 2D
- Rolling frame
- Variance 2D
- Variance 3D
- Filter radius
- Description: Range the filter is calculated over. Often also referred to as "sigma". Value specified in pixel units, unless "calibrated units" is enabled.
- Type: DoubleP
- Default value: 2.0
- Calibrated units
- Description: Choose if filter radius is specified in pixel (set to "false") or calibrated (set to "true" units. What units are used are controlled from "Input control".
- Type: BooleanP
- Default value: false
- Rolling filter method
- Type: ChoiceP
- Default value: Average
- Choices:
- Window half width (frames)
- Type: IntegerP
- Default value: 1
- Window mode
- Type: ChoiceP
- Default value: Both sides
- Choices:
- Both sides
- Previous only
- Future only