Class ActionMaskToPaint

All Implemented Interfaces:
ScriptableActionInterface

public class ActionMaskToPaint extends ActionImageProcessorBase
A script action which generates a paint mask based on a mask image.
  • Constructor Details

    • ActionMaskToPaint

      public ActionMaskToPaint()
      Constructor for the dynamic instantiation and execution of the MaskToPaint script action.
    • ActionMaskToPaint

      public ActionMaskToPaint(ModelImage inputImage)
      Constructor used to record the MaskToPaint script action line.
      Parameters:
      inputImage - The mask image which was used to generate the paint mask.
  • Method Details