Package ij.process

Class FloatStatistics

java.lang.Object
ij.process.ImageStatistics
ij.process.FloatStatistics
All Implemented Interfaces:
Measurements

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

    • 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.