Class OutputHandler.ObjectOutputHandler<S,T,U>

java.lang.Object
qupath.lib.experimental.pixels.OutputHandler.ObjectOutputHandler<S,T,U>
All Implemented Interfaces:
OutputHandler<S,T,U>
Enclosing interface:
OutputHandler<S,T,U>

public static class OutputHandler.ObjectOutputHandler<S,T,U> extends Object implements OutputHandler<S,T,U>
  • Method Details

    • handleOutput

      public boolean handleOutput(Parameters<S,T> params, U output)
      Description copied from interface: OutputHandler
      Optional method to handle the output of a Processor. For example, this might assign classifications, add measurements, or add child objects.
      Specified by:
      handleOutput in interface OutputHandler<S,T,U>
      Parameters:
      params - the processing parameters
      output - the generated output