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
()
| 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, |
nothing calls this directly
no test coverage detected