Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/process/class-use/ImageStatistics.html
Дата изменения: Thu Dec 2 23:03:10 2010 Дата индексирования: Tue Oct 2 00:18:58 2012 Кодировка: Поисковые слова: п п п п п п |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImageStatistics | |
---|---|
ij | |
ij.gui | |
ij.plugin | |
ij.plugin.filter | |
ij.process |
Uses of ImageStatistics in ij |
---|
Methods in ij that return ImageStatistics | |
---|---|
ImageStatistics |
ImagePlus.getStatistics()
Returns an ImageStatistics object generated using the standard measurement options (area, mean, mode, min and max). |
ImageStatistics |
ImagePlus.getStatistics(int mOptions)
Returns an ImageStatistics object generated using the specified measurement options. |
ImageStatistics |
ImagePlus.getStatistics(int mOptions,
int nBins)
Returns an ImageStatistics object generated using the specified measurement options and histogram bin count. |
ImageStatistics |
ImagePlus.getStatistics(int mOptions,
int nBins,
double histMin,
double histMax)
Returns an ImageStatistics object generated using the specified measurement options, histogram bin count and histogram range. |
Uses of ImageStatistics in ij.gui |
---|
Fields in ij.gui declared as ImageStatistics | |
---|---|
protected ImageStatistics |
HistogramWindow.stats
|
Methods in ij.gui with parameters of type ImageStatistics | |
---|---|
void |
HistogramWindow.showHistogram(ImagePlus imp,
ImageStatistics stats)
Draws the histogram using the specified title and ImageStatistics. |
Constructors in ij.gui with parameters of type ImageStatistics | |
---|---|
HistogramWindow(java.lang.String title,
ImagePlus imp,
ImageStatistics stats)
Displays a histogram using the specified title and ImageStatistics. |
Uses of ImageStatistics in ij.plugin |
---|
Methods in ij.plugin with parameters of type ImageStatistics | |
---|---|
void |
ContrastEnhancer.stretchHistogram(ImageProcessor ip,
double saturated,
ImageStatistics stats)
|
Uses of ImageStatistics in ij.plugin.filter |
---|
Methods in ij.plugin.filter with parameters of type ImageStatistics | |
---|---|
protected void |
ParticleAnalyzer.drawParticle(ImageProcessor drawIP,
Roi roi,
ImageStatistics stats,
ImageProcessor mask)
Draws a selected particle in a separate image. |
protected void |
ParticleAnalyzer.saveResults(ImageStatistics stats,
Roi roi)
Saves statistics for one particle in a results table. |
void |
Analyzer.saveResults(ImageStatistics stats,
Roi roi)
Saves the measurements specified in the "Set Measurements" dialog, or by calling setMeasurements(), in the default results table. |
Uses of ImageStatistics in ij.process |
---|
Subclasses of ImageStatistics in ij.process | |
---|---|
class |
ByteStatistics
8-bit image statistics, including histogram. |
class |
ColorStatistics
RGB image statistics, including histogram. |
class |
FloatStatistics
32-bit (float) image statistics, including histogram. |
class |
ShortStatistics
16-bit image statistics, including histogram. |
class |
StackStatistics
Statistics, including the histogram, of a stack. |
Methods in ij.process that return ImageStatistics | |
---|---|
ImageStatistics |
ImageProcessor.getStatistics()
|
static ImageStatistics |
ImageStatistics.getStatistics(ImageProcessor ip,
int mOptions,
Calibration cal)
|
Methods in ij.process with parameters of type ImageStatistics | |
---|---|
void |
EllipseFitter.fit(ImageProcessor ip,
ImageStatistics stats)
Fits an ellipse to the current ROI. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |