Modules
Binary operations 2D
Applies stock ImageJ binary operations to an image in the workspace.
Description
Applies stock ImageJ binary operations to an image in the workspace. This image will be 8-bit with binary logic determined by the "Binary logic" parameter. All operations are performed in 2D, with higher dimensionality stacks being processed slice-by-slice.
Parameters
Parameter | Description |
---|---|
Input image | Image from workspace to apply binary operation to. This image will be 8-bit with binary logic determined by the "Binary logic" parameter. |
Apply to input image | 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 | If "Apply to input image" is not selected, the post-operation image will be saved to the workspace with this name. |
Filter mode | Controls which binary operation will be applied. The operations are described in full here:
|
Number of iterations | 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 | The minimum number of connected background or foreground for an erosion or dilation process to occur, respectively. |
Binary logic | Controls whether objects are considered to be white (255 intensity) on a black (0 intensity) background, or black on a white background. |