Package ij.process

Class ShortStatistics

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

public class ShortStatistics
extends ImageStatistics
16-bit image statistics, including histogram.
  • Constructor Details

    • ShortStatistics

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

      public ShortStatistics​(ImageProcessor ip, int mOptions, Calibration cal)
      Constructs a ShortStatistics object from a ShortProcessor using the specified measurement options. The 'cal' argument, which can be null, is currently ignored.