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

Public Member Functions

 ByteStatistics (ImageProcessor ip)
 
 ByteStatistics (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

8-bit image statistics, including histogram.

Definition at line 5 of file ByteStatistics.java.

Constructor & Destructor Documentation

Construct an ImageStatistics object from a ByteProcessor using the standard measurement options (area, mean, mode, min and max) and no calibration.

Definition at line 10 of file ByteStatistics.java.

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

Constructs a ByteStatistics object from a ByteProcessor using the specified measurement and calibration.

Definition at line 16 of file ByteStatistics.java.


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