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

Public Member Functions

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

RGB image statistics, including histogram.

Definition at line 5 of file ColorStatistics.java.

Constructor & Destructor Documentation

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

Definition at line 10 of file ColorStatistics.java.

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

Constructs a ColorStatistics object from a ColorProcessor using the specified measurement options.

Definition at line 17 of file ColorStatistics.java.


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