Module ij
Package ij.process

Class ShortStatistics

  • All Implemented Interfaces:
    Measurements

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

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