Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
FloatStatistics Class Reference
Inheritance diagram for FloatStatistics:
ImageStatistics

Public Member Functions

 FloatStatistics (ImageProcessor ip)
 
 FloatStatistics (ImageProcessor ip, int mOptions, Calibration cal)
 
- Public Member Functions inherited from ImageStatistics
void drawEllipse (ImageProcessor ip)
 

Additional Inherited Members

- Static Public Member Functions inherited from ImageStatistics
static ImageStatistics getStatistics (ImageProcessor ip, int mOptions, Calibration cal)
 
- Data Fields inherited from ImageStatistics
int[] histogram
 
int pixelCount
 
int mode
 
double dmode
 
double area
 
double min
 
double max
 
double mean
 
double stdDev
 
double xCentroid
 
double yCentroid
 
double xCenterOfMass
 
double yCenterOfMass
 
double roiX
 
double umean
 
double major
 
double minor
 
double angle
 
double histMin
 
double histMax
 
int maxCount
 
int nBins = 256
 
double binSize = 1.0
 
- Protected Attributes inherited from ImageStatistics
int width
 
int rx
 
double pw
 

Detailed Description

32-bit (float) image statistics, including histogram.

Definition at line 5 of file FloatStatistics.java.

Constructor & Destructor Documentation

Constructs an ImageStatistics object from a FloatProcessor using the standard measurement options (area, mean, mode, min and max).

Definition at line 10 of file FloatStatistics.java.

FloatStatistics ( ImageProcessor  ip,
int  mOptions,
Calibration  cal 
)
inline

Constructs a FloatStatistics object from a FloatProcessor using the specified measurement options.

Definition at line 17 of file FloatStatistics.java.


The documentation for this class was generated from the following file: