Module ij
Package ij.process

Class ColorStatistics

  • All Implemented Interfaces:
    Measurements

    public class ColorStatistics
    extends ImageStatistics
    RGB image statistics, including histogram.
    • Constructor Detail

      • ColorStatistics

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

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