Class ActionExtractImageB

All Implemented Interfaces:
ScriptableActionInterface

public class ActionExtractImageB extends ActionImageProcessorBase
An action which extracts the imageB from a frame and puts it into a new image frame.
  • Constructor Details

    • ActionExtractImageB

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

      public ActionExtractImageB(ModelImage input, ModelImage result)
      Constructor used to record the script action line.
      Parameters:
      input - The image which was processed.
      result - The result image generated.
  • Method Details