Performs a 3D fill holes operation on an input binary image.
Description
Performs a 3D fill holes operation on an input binary image. This operation will change all background pixels in a region which is fully enclosed by foreground pixels to foreground. The input image must be 8-bit and have the logic black foreground (intensity 0) and white background (intensity 255). Uses the plugin "MorphoLibJ".
Parameters
Input image (default = "") Image from workspace to apply fill holes 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.