Module ij
Package ij.process

Class StackStatistics

  • All Implemented Interfaces:
    Measurements

    public class StackStatistics
    extends ImageStatistics
    Statistics, including the histogram, of a stack.
    • Constructor Detail

      • StackStatistics

        public StackStatistics​(ImagePlus imp)
        Creates a StackStatistics object from a stack, using 256 histogram bins and the entire stack pixel value range.
      • StackStatistics

        public StackStatistics​(ImagePlus imp,
                               int nBins,
                               double xMin,
                               double xMax)
        Creates a StackStatistics object from a stack, using the specified histogram bin count and x-axis range (pixel value tange).