Uses of Class
ij.process.ImageStatistics
Packages that use ImageStatistics
-
Uses of ImageStatistics in ij
Methods in ij that return ImageStatisticsModifier and TypeMethodDescriptionImagePlus.getAllStatistics()
This method returns complete calibrated statistics for this image or ROI (with "Limit to threshold"), but it is up to 70 times slower than getStatistics().ImagePlus.getRawStatistics()
ImagePlus.getStatistics()
Get calibrated statistics for this image or ROI, including histogram, area, mean, min and max, standard deviation and mode.ImagePlus.getStatistics
(int mOptions) Returns an ImageStatistics object generated using the specified measurement options.ImagePlus.getStatistics
(int mOptions, int nBins) Returns an ImageStatistics object generated using the specified measurement options and histogram bin count.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 ImageStatisticsMethods in ij.gui that return ImageStatisticsMethods in ij.gui with parameters of type ImageStatisticsModifier and TypeMethodDescriptionvoid
HistogramPlot.draw
(ImagePlus imp, ImageStatistics stats) Draws the histogram using the specified title and ImageStatistics.void
HistogramWindow.showHistogram
(ImagePlus srcImp, ImageStatistics stats) Draws the histogram using the specified title and ImageStatistics.Constructors in ij.gui with parameters of type ImageStatisticsModifierConstructorDescriptionHistogramWindow
(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 ImageStatisticsModifier and TypeMethodDescriptionvoid
ContrastEnhancer.stretchHistogram
(ImageProcessor ip, double saturated, ImageStatistics stats) -
Uses of ImageStatistics in ij.plugin.filter
Methods in ij.plugin.filter with parameters of type ImageStatisticsModifier and TypeMethodDescriptionprotected void
ParticleAnalyzer.drawParticle
(ImageProcessor drawIP, Roi roi, ImageStatistics stats, ImageProcessor mask) Draws a selected particle in a separate image.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.protected void
ParticleAnalyzer.saveResults
(ImageStatistics stats, Roi roi) Saves statistics for one particle in a results table. -
Uses of ImageStatistics in ij.process
Subclasses of ImageStatistics in ij.processModifier and TypeClassDescriptionclass
8-bit image statistics, including histogram.class
RGB image statistics, including histogram.class
32-bit (float) image statistics, including histogram.class
16-bit image statistics, including histogram.class
Statistics, including the histogram, of a stack.Methods in ij.process that return ImageStatisticsModifier and TypeMethodDescriptionImageProcessor.getStatistics()
Calculates and returns complete uncalibrated (raw) statistics for this image or ROI but it is up to 70 times slower than getStats().static ImageStatistics
ImageStatistics.getStatistics
(ImageProcessor ip) Calculates and returns uncalibrated (raw) statistics for the specified image, including histogram, area, mean, min and max, standard deviation and mode.static ImageStatistics
ImageStatistics.getStatistics
(ImageProcessor ip, int mOptions, Calibration cal) Calculates and returns statistics for the specified image using the specified measurent options and calibration.ImageProcessor.getStats()
Calculates and returns uncalibrated statistics for this image or ROI, including histogram, area, mean, min and max, standard deviation, and mode.Methods in ij.process with parameters of type ImageStatisticsModifier and TypeMethodDescriptionvoid
EllipseFitter.fit
(ImageProcessor ip, ImageStatistics stats) Fits an ellipse to the current ROI. -
Uses of ImageStatistics in ij.util
Methods in ij.util that return ImageStatistics