Module ij
Package ij.process

Class FloatStatistics

  • All Implemented Interfaces:
    Measurements

    public class FloatStatistics
    extends ImageStatistics
    32-bit (float) image statistics, including histogram.
    • Constructor Detail

      • FloatStatistics

        public FloatStatistics​(ImageProcessor ip)
        Constructs an ImageStatistics object from a FloatProcessor using the standard measurement options (area, mean, mode, min and max).
      • FloatStatistics

        public FloatStatistics​(ImageProcessor ip,
                               int mOptions,
                               Calibration cal)
        Constructs a FloatStatistics object from a FloatProcessor using the specified measurement options.