MorphologyOperationNode

Overview

Runs a configurable morphology operation on a grayscale image.

Inputs

  • Image (GrayScaleImage)

  • operation (MorphologyTypes)

  • kernelSize (Int)

  • iterations (Int)

Parameters

  • operation: default Close. Morphology operation (Open, Close)

  • kernelSize: min 0, default 3. Size of the square morphology kernel in pixels

  • iterations: min 0, default 1. Number of morphology passes

Outputs

  • Result Image (GrayScaleImage)

Example

Use operation=Open to remove small artifacts.