|
Squiz Matrix
4.12.2
|
Public Member Functions | |
| ShortStatistics (ImageProcessor ip) | |
| ShortStatistics (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 |
16-bit image statistics, including histogram.
Definition at line 5 of file ShortStatistics.java.
|
inline |
Construct an ImageStatistics object from a ShortProcessor using the standard measurement options (area, mean, mode, min and max).
Definition at line 10 of file ShortStatistics.java.
|
inline |
Constructs a ShortStatistics object from a ShortProcessor using the specified measurement options. The 'cal' argument, which can be null, is currently ignored.
Definition at line 17 of file ShortStatistics.java.