Class ActionMaskToVOI

All Implemented Interfaces:
ScriptableActionInterface

public class ActionMaskToVOI extends ActionImageProcessorBase
A script action which generates a VOI from a mask image.
  • Constructor Details

    • ActionMaskToVOI

      public ActionMaskToVOI()
      Constructor for the dynamic instantiation and execution of the MaskToVOI script action.
    • ActionMaskToVOI

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