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 SummaryNested classes/interfaces inherited from interface qupath.lib.experimental.pixels.OutputHandlerOutputHandler.ObjectOutputHandler<S,T, U>, OutputHandler.OutputToObjectConverter<S, T, U> 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanhandleOutput(Parameters<S, T> params, U output) Optional method to handle the output of aProcessor.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface qupath.lib.experimental.pixels.OutputHandlerandThen, orElse
- 
Method Details- 
handleOutputDescription copied from interface:OutputHandlerOptional method to handle the output of aProcessor. For example, this might assign classifications, add measurements, or add child objects.- Specified by:
- handleOutputin interface- OutputHandler<S,- T, - U> 
- Parameters:
- params- the processing parameters
- output- the generated output
 
 
-