java.lang.Object
qupath.bioimageio.spec.tensor.Processing
- Direct Known Subclasses:
Processing.Binarize,Processing.Clip,Processing.ProcessingWithMode,Processing.ScaleLinear,Processing.Sigmoid
Base class for pre- and post-processing operations.
See the model spec for details.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA binarize operation.static classA clipping operation.static enumRequested mode for pre- or post-processing.protected static classA processing mode that operates optionally on different sets of data.static classA linear scaling operation.static classA scaling operation to the mean and variance of a reference tensor.static classA scaling operation to a reference tensor.static classA sigmoid transofmration.static classA scaling operation to zero mean and unit variqnce. -
Method Summary
Modifier and TypeMethodDescriptionGet the type adapters/deserializers necessary for any Processing objects.Get the keyword arguments for the operationgetName()Get the name of this operation
-
Method Details
-
getDeserializers
Get the type adapters/deserializers necessary for any Processing objects.- Returns:
- A map of type to deserializer for that type.
-
getName
Get the name of this operation- Returns:
- the name
-
getKwargs
Get the keyword arguments for the operation- Returns:
- named arguments of uncertain type
-