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

Public Member Functions

void drawEllipse (ImageProcessor ip)
 

Static Public Member Functions

static ImageStatistics getStatistics (ImageProcessor ip, int mOptions, Calibration cal)
 

Data Fields

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

int width
 
int rx
 
double pw
 

Detailed Description

Statistics, including the histogram, of an image or image roi.

Definition at line 6 of file ImageStatistics.java.

Field Documentation

double angle

Angle in degrees of fitted ellipse

Definition at line 29 of file ImageStatistics.java.

double major

Length of major axis of fitted ellipse

Definition at line 25 of file ImageStatistics.java.

double minor

Length of minor axis of fitted ellipse

Definition at line 27 of file ImageStatistics.java.

double umean

Uncalibrated mean

Definition at line 23 of file ImageStatistics.java.


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