Package ij.process

Class StackStatistics

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

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

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