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

Method getRawStatistics

ij/src/main/java/ij/ImagePlus.java:1220–1226  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1218 min and max.
1219 */
1220 public ImageStatistics getRawStatistics() {
1221 if (roi!=null && roi.isArea())
1222 ip.setRoi(roi);
1223 else
1224 ip.resetRoi();
1225 return ImageStatistics.getStatistics(ip, AREA+MEAN+MODE+STD_DEV+MIN_MAX, null);
1226 }
1227
1228 /** Returns an ImageStatistics object generated using the
1229 specified measurement options.

Callers 1

runMethod · 0.95

Calls 4

getStatisticsMethod · 0.95
isAreaMethod · 0.80
setRoiMethod · 0.45
resetRoiMethod · 0.45

Tested by

no test coverage detected