Module ij
Package ij.process

Class ByteStatistics

  • All Implemented Interfaces:
    Measurements

    public class ByteStatistics
    extends ImageStatistics
    8-bit image statistics, including histogram.
    • Constructor Detail

      • ByteStatistics

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

        public ByteStatistics​(ImageProcessor ip,
                              int mOptions,
                              Calibration cal)
        Constructs a ByteStatistics object from a ByteProcessor using the specified measurement and calibration.