()
| 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. |
no test coverage detected