MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / getAllStatistics

Method getAllStatistics

ij/src/main/java/ij/ImagePlus.java:1212–1214  ·  view source on GitHub ↗

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(). @return an ij.process.ImageStatistics object @see #getStatistics @see ij.process.ImageProcessor#getStatistics

()

Source from the content-addressed store, hash-verified

1210 * @see ij.process.ImageProcessor#getStatistics
1211 */
1212 public ImageStatistics getAllStatistics() {
1213 return getStatistics(ALL_STATS+LIMIT);
1214 }
1215
1216 /* Returns uncalibrated statistics for this image or ROI, including
1217 256 bin histogram, pixelCount, mean, mode, standard deviation,

Callers

nothing calls this directly

Calls 1

getStatisticsMethod · 0.95

Tested by

no test coverage detected