Package qupath.bioimageio.spec.tensor
Class Processing.ZeroMeanUnitVariance
java.lang.Object
qupath.bioimageio.spec.tensor.Processing
qupath.bioimageio.spec.tensor.Processing.ProcessingWithMode
qupath.bioimageio.spec.tensor.Processing.ZeroMeanUnitVariance
- Enclosing class:
- Processing
A scaling operation to zero mean and unit variqnce.
-
Nested Class Summary
Nested classes/interfaces inherited from class qupath.bioimageio.spec.tensor.Processing
Processing.Binarize, Processing.Clip, Processing.ProcessingMode, Processing.ProcessingWithMode, Processing.ScaleLinear, Processing.ScaleMeanVariance, Processing.ScaleRange, Processing.Sigmoid, Processing.ZeroMeanUnitVariance -
Method Summary
Methods inherited from class qupath.bioimageio.spec.tensor.Processing.ProcessingWithMode
getAxes, getEps, getModeMethods inherited from class qupath.bioimageio.spec.tensor.Processing
getDeserializers, getKwargs, getName
-
Method Details
-
getMean
public double[] getMean()The mean value(s) to use for `mode: fixed`. For example `[1.1, 2.2, 3.3]` in the case of a 3 channel image with `axes: xy`.- Returns:
- the mean value(s)
-
getStd
public double[] getStd()The standard deviation values to use for `mode: fixed`. Analogous to mean.- Returns:
- the std values.
-