Uses of Class
net.grelf.grip.Statistics

Packages that use Statistics
net.grelf.grip This package contains the Java classes which are specific to the image processing application GRIP.

GRIP is available as a free download from www.grelf.net - please always quote this URL in connection with GRIP.
Version: 11.11.21 
 

Uses of Statistics in net.grelf.grip
 

Fields in net.grelf.grip declared as Statistics
 Statistics[] BlobMeas.backgroundStatistics
          As measured from a guard ring, null if not done.
 

Methods in net.grelf.grip that return Statistics
 Statistics Statistics.clone()
           
 Statistics[] Histogram.getStatistics()
          Calculate all statistics, returning as an array index by channel (band).
 Statistics[] HistogramBlobs.getStatistics()
           
static Statistics Statistics.getStatistics(int[] f, int start, int end)
          Deprecated. 
 Statistics[] Histogram.getStatistics(int start, int end)
          Calculate all statistics, returning as an array index by channel (band).
 Statistics[] Profile1D.getStatistics(int start, int end)
          Calculate all statistics, returning as an array index by channel (band).