Package qupath.lib.experimental.pixels
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>
-
Nested Class Summary
Nested classes/interfaces inherited from interface qupath.lib.experimental.pixels.OutputHandler
OutputHandler.ObjectOutputHandler<S,
T, U>, OutputHandler.OutputToObjectConverter<S, T, U> -
Method Summary
Modifier and TypeMethodDescriptionboolean
handleOutput
(Parameters<S, T> params, U output) Optional method to handle the output of aProcessor
.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface qupath.lib.experimental.pixels.OutputHandler
andThen, orElse
-
Method Details
-
handleOutput
Description copied from interface:OutputHandler
Optional method to handle the output of aProcessor
. For example, this might assign classifications, add measurements, or add child objects.- Specified by:
handleOutput
in interfaceOutputHandler<S,
T, U> - Parameters:
params
- the processing parametersoutput
- the generated output
-