Description

Applies stock ImageJ binary operations to an image in the workspace. This image must be 8-bit and have the logic black foreground (intensity 0) and white background (intensity 255). All operations are performed in 2D, with higher dimensionality stacks being processed slice-by-slice.

Parameters

Input image (default = "") Image from workspace to apply binary operation to. This must be an 8-bit binary image (255 = background, 0 = foreground).

Apply to input image (default = "true") When selected, the post-operation image will overwrite the input image in the workspace. Otherwise, the image will be saved to the workspace with the name specified by the "Output image" parameter.

Output image (default = "") If "Apply to input image" is not selected, the post-operation image will be saved to the workspace with this name.

Filter mode (default = "Dilate") Controls which binary operation will be applied. All operations assume the default ImageJ logic of black objects on a white background. The operations are described in full at [WEBSITE]:

Number of iterations (default = "1") Number of times the operation will be run on a single image. For example, this allows objects to be eroded further than one pixel in a single step.

Count (default = "1") The minimum number of connected background or foreground for an erosion or dilation process to occur, respectively.