Class Processing.ZeroMeanUnitVariance

Enclosing class:
Processing

public static class Processing.ZeroMeanUnitVariance extends Processing.ProcessingWithMode
A scaling operation to zero mean and unit variqnce.
  • 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.