Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/process/ImageStatistics.html
Дата изменения: Thu Dec 2 23:03:10 2010 Дата индексирования: Mon Oct 1 22:56:11 2012 Кодировка: Поисковые слова: п п п п п р п р п р п р п р п р п р п р п |
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ij.process.ImageStatistics
public class ImageStatistics
Statistics, including the histogram, of an image or selection.
Field Summary | |
---|---|
double |
angle
Angle in degrees of fitted ellipse |
double |
area
|
double |
areaFraction
|
double |
binSize
|
protected Calibration |
cal
|
double |
dmode
|
protected int |
height
|
double |
histMax
|
double |
histMin
|
int[] |
histogram
|
int[] |
histogram16
65536 element histogram (16-bit images only) |
int |
histYMax
|
double |
kurtosis
|
long |
longPixelCount
|
double |
major
Length of major axis of fitted ellipse |
double |
max
|
int |
maxCount
|
double |
mean
|
double |
median
|
double |
min
|
double |
minor
Length of minor axis of fitted ellipse |
int |
mode
|
int |
nBins
|
protected double |
ph
|
int |
pixelCount
|
protected double |
pw
|
protected int |
rh
|
double |
roiHeight
|
double |
roiWidth
|
double |
roiX
|
double |
roiY
|
protected int |
rw
|
protected int |
rx
|
protected int |
ry
|
double |
skewness
|
double |
stdDev
|
double |
umean
Uncalibrated mean |
protected int |
width
|
double |
xCenterOfMass
|
double |
xCentroid
|
int |
xstart
Used internally by AnalyzeParticles |
double |
yCenterOfMass
|
double |
yCentroid
|
int |
ystart
Used internally by AnalyzeParticles |
Fields inherited from interface ij.measure.Measurements |
---|
AREA, AREA_FRACTION, CENTER_OF_MASS, CENTROID, CIRCULARITY, ELLIPSE, FERET, INTEGRATED_DENSITY, INVERT_Y, KURTOSIS, LABELS, LIMIT, MAX_STANDARDS, MEAN, MEDIAN, MIN_MAX, MODE, PERIMETER, RECT, SCIENTIFIC_NOTATION, SHAPE_DESCRIPTORS, SKEWNESS, SLICE, STACK_POSITION, STD_DEV |
Constructor Summary | |
---|---|
ImageStatistics()
|
Method Summary | |
---|---|
void |
drawEllipse(ImageProcessor ip)
|
static ImageStatistics |
getStatistics(ImageProcessor ip,
int mOptions,
Calibration cal)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int[] histogram
public int pixelCount
public long longPixelCount
public int mode
public double dmode
public double area
public double min
public double max
public double mean
public double median
public double stdDev
public double skewness
public double kurtosis
public double xCentroid
public double yCentroid
public double xCenterOfMass
public double yCenterOfMass
public double roiX
public double roiY
public double roiWidth
public double roiHeight
public double umean
public double major
public double minor
public double angle
public int[] histogram16
public double areaFraction
public int xstart
public int ystart
public double histMin
public double histMax
public int histYMax
public int maxCount
public int nBins
public double binSize
protected int width
protected int height
protected int rx
protected int ry
protected int rw
protected int rh
protected double pw
protected double ph
protected Calibration cal
Constructor Detail |
---|
public ImageStatistics()
Method Detail |
---|
public static ImageStatistics getStatistics(ImageProcessor ip, int mOptions, Calibration cal)
public void drawEllipse(ImageProcessor ip)
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |